X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdefault.yaml;h=f6e944298a5eb4a2b810b78727fe39ad9463844b;hb=380baa35ac59a824406ad685270f7bb8e05c18cf;hp=78995b4bc8e3af79ebb4e29f7d0f44d951507fe2;hpb=ed3f089cc78a2153b6fc194e2b9be762b8a939e9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/default.yaml b/config/default.yaml index 78995b4bc..f6e944298 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -13,7 +13,7 @@ rates_limit: api: # 50 attempts in 10 seconds window: 10 seconds - max: 50 + max: 100 login: # 15 attempts in 5 min window: 5 minutes @@ -178,6 +178,10 @@ plugins: check_latest_versions_interval: '12 hours' # How often you want to check new plugins/themes versions url: 'https://packages.joinpeertube.org' +federation: + videos: + federate_unlisted: true + cache: previews: size: 500 # Max number of previews you want to cache @@ -367,7 +371,14 @@ followings: # /!\ Don't enable this if you don't have a reactive moderation team /!\ auto_follow_index: enabled: false - index_url: 'https://instances.joinpeertube.org' + # Host your own using https://framagit.org/framasoft/peertube/instances-peertube#peertube-auto-follow + index_url: '' theme: default: 'default' + +broadcast_message: + enabled: false + message: '' # Support markdown + level: 'info' # 'info' | 'warning' | 'error' + dismissable: false