diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 16 | ||||
-rw-r--r-- | config/production.yaml.example | 15 |
2 files changed, 31 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index b8ba7006a..5a935fede 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -273,5 +273,21 @@ followers: | |||
273 | # Whether or not an administrator must manually validate a new follower | 273 | # Whether or not an administrator must manually validate a new follower |
274 | manual_approval: false | 274 | manual_approval: false |
275 | 275 | ||
276 | followings: | ||
277 | instance: | ||
278 | # If you want to automatically follow back new instance followers | ||
279 | # Only follows accepted followers (in case you enabled manual followers approbation) | ||
280 | # If this option is enabled, use the mute feature instead of deleting followings | ||
281 | # /!\ Don't enable this if you don't have a reactive moderation team /!\ | ||
282 | auto_follow_back: | ||
283 | enabled: false | ||
284 | |||
285 | # If you want to automatically follow instances of the public index | ||
286 | # If this option is enabled, use the mute feature instead of deleting followings | ||
287 | # /!\ Don't enable this if you don't have a reactive moderation team /!\ | ||
288 | auto_follow_index: | ||
289 | enabled: false | ||
290 | index_url: 'https://instances.joinpeertube.org' | ||
291 | |||
276 | theme: | 292 | theme: |
277 | default: 'default' | 293 | default: 'default' |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 2dec5ef0c..397e52740 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -288,5 +288,20 @@ followers: | |||
288 | # Whether or not an administrator must manually validate a new follower | 288 | # Whether or not an administrator must manually validate a new follower |
289 | manual_approval: false | 289 | manual_approval: false |
290 | 290 | ||
291 | followings: | ||
292 | instance: | ||
293 | # If you want to automatically follow back new instance followers | ||
294 | # If this option is enabled, use the mute feature instead of deleting followings | ||
295 | # /!\ Don't enable this if you don't have a reactive moderation team /!\ | ||
296 | auto_follow_back: | ||
297 | enabled: false | ||
298 | |||
299 | # If you want to automatically follow instances of the public index | ||
300 | # If this option is enabled, use the mute feature instead of deleting followings | ||
301 | # /!\ Don't enable this if you don't have a reactive moderation team /!\ | ||
302 | auto_follow_index: | ||
303 | enabled: false | ||
304 | index_url: 'https://instances.joinpeertube.org' | ||
305 | |||
291 | theme: | 306 | theme: |
292 | default: 'default' | 307 | default: 'default' |