X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fproduction.yaml.example;h=17a1be5025089e621d0d16c5718dfe54b06cb90b;hb=40b8906957719bf8ece5d5f8179136bc604dbf84;hp=bd0d956bdb979008596495049f2978c83f4f31e4;hpb=dd2c2a52ccd07bcb2317dcc6ce45a2291e6bad62;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/production.yaml.example b/config/production.yaml.example index bd0d956bd..17a1be502 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -9,10 +9,18 @@ webserver: port: 443 rates_limit: + api: + # 50 attempts in 10 seconds + window: 10 seconds + max: 50 login: # 15 attempts in 5 min window: 5 minutes max: 15 + signup: + # 2 attempts in 5 min (only succeeded attempts are taken into account) + window: 5 minutes + max: 2 ask_send_email: # 3 attempts in 5 min window: 5 minutes @@ -73,9 +81,12 @@ storage: torrents: '/var/www/peertube/storage/torrents/' captions: '/var/www/peertube/storage/captions/' cache: '/var/www/peertube/storage/cache/' + plugins: '/var/www/peertube/storage/plugins/' log: level: 'info' # debug/info/warning/error + rotation: + enabled : true search: # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance @@ -145,6 +156,14 @@ views: remote: max_age: -1 +plugins: + # The website PeerTube will ask for available PeerTube plugins + # This is an unmoderated plugin index, so only install plugins you trust + index: + enabled: true + check_latest_versions_interval: '12 hours' # How often you want to check new plugins/themes versions + url: 'https://packages.joinpeertube.org' + ############################################################################### # @@ -268,3 +287,6 @@ followers: enabled: true # Whether or not an administrator must manually validate a new follower manual_approval: false + +theme: + default: 'default'