diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/config/default.yaml b/config/default.yaml index 3260c62fc..a0f2eb3a1 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -13,7 +13,7 @@ rates_limit: | |||
13 | api: | 13 | api: |
14 | # 50 attempts in 10 seconds | 14 | # 50 attempts in 10 seconds |
15 | window: 10 seconds | 15 | window: 10 seconds |
16 | max: 50 | 16 | max: 100 |
17 | login: | 17 | login: |
18 | # 15 attempts in 5 min | 18 | # 15 attempts in 5 min |
19 | window: 5 minutes | 19 | window: 5 minutes |
@@ -52,6 +52,10 @@ redis: | |||
52 | db: 0 | 52 | db: 0 |
53 | 53 | ||
54 | smtp: | 54 | smtp: |
55 | # smtp or sendmail | ||
56 | transport: smtp | ||
57 | # Path to sendmail command. Required if you use sendmail transport | ||
58 | sendmail: null | ||
55 | hostname: null | 59 | hostname: null |
56 | port: 465 | 60 | port: 465 |
57 | username: null | 61 | username: null |
@@ -126,6 +130,14 @@ redundancy: | |||
126 | # strategy: 'recently-added' # Cache recently added videos | 130 | # strategy: 'recently-added' # Cache recently added videos |
127 | # min_views: 10 # Having at least x views | 131 | # min_views: 10 # Having at least x views |
128 | 132 | ||
133 | # Other instances that duplicate your content | ||
134 | remote_redundancy: | ||
135 | videos: | ||
136 | # 'nobody': Do not accept remote redundancies | ||
137 | # 'anybody': Accept remote redundancies from anybody | ||
138 | # 'followings': Accept redundancies from instance followings | ||
139 | accept_from: 'anybody' | ||
140 | |||
129 | csp: | 141 | csp: |
130 | enabled: false | 142 | enabled: false |
131 | report_only: true # CSP directives are still being tested, so disable the report only mode at your own risk! | 143 | report_only: true # CSP directives are still being tested, so disable the report only mode at your own risk! |
@@ -249,7 +261,7 @@ auto_blacklist: | |||
249 | 261 | ||
250 | instance: | 262 | instance: |
251 | name: 'PeerTube' | 263 | name: 'PeerTube' |
252 | short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' | 264 | short_description: 'PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.' |
253 | description: 'Welcome to this PeerTube instance!' # Support markdown | 265 | description: 'Welcome to this PeerTube instance!' # Support markdown |
254 | terms: 'No terms for now.' # Support markdown | 266 | terms: 'No terms for now.' # Support markdown |
255 | code_of_conduct: '' # Supports markdown | 267 | code_of_conduct: '' # Supports markdown |
@@ -355,7 +367,8 @@ followings: | |||
355 | # /!\ Don't enable this if you don't have a reactive moderation team /!\ | 367 | # /!\ Don't enable this if you don't have a reactive moderation team /!\ |
356 | auto_follow_index: | 368 | auto_follow_index: |
357 | enabled: false | 369 | enabled: false |
358 | index_url: 'https://instances.joinpeertube.org' | 370 | # Host your own using https://framagit.org/framasoft/peertube/instances-peertube#peertube-auto-follow |
371 | index_url: '' | ||
359 | 372 | ||
360 | theme: | 373 | theme: |
361 | default: 'default' | 374 | default: 'default' |