X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdefault.yaml;h=a0f2eb3a177b004666ea1473b88e57fef45fcf39;hb=9ff017c9d6c703f809c3088e5c7a2b617fb8adc2;hp=1a8b191366a94f8604d1fa28820c6e517424ec92;hpb=482fa503e545e00252e25eee7b3e0f7d421cf9d4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/default.yaml b/config/default.yaml index 1a8b19136..a0f2eb3a1 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 @@ -52,6 +52,10 @@ redis: db: 0 smtp: + # smtp or sendmail + transport: smtp + # Path to sendmail command. Required if you use sendmail transport + sendmail: null hostname: null port: 465 username: null @@ -126,6 +130,14 @@ redundancy: # strategy: 'recently-added' # Cache recently added videos # min_views: 10 # Having at least x views +# Other instances that duplicate your content +remote_redundancy: + videos: + # 'nobody': Do not accept remote redundancies + # 'anybody': Accept remote redundancies from anybody + # 'followings': Accept redundancies from instance followings + accept_from: 'anybody' + csp: enabled: false report_only: true # CSP directives are still being tested, so disable the report only mode at your own risk! @@ -355,7 +367,8 @@ 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'