diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 16 |
1 files changed, 16 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' |