aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-08-30 16:50:12 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-09-04 16:24:58 +0200
commit8424c4026afd7304880a4ce8138a04ffb3d8c938 (patch)
tree5b42625a59307b03333aa7d293b40b4c90da8f73 /config
parentf69ec5f340638ef577e8f5b9b1fb844778656a1f (diff)
downloadPeerTube-8424c4026afd7304880a4ce8138a04ffb3d8c938.tar.gz
PeerTube-8424c4026afd7304880a4ce8138a04ffb3d8c938.tar.zst
PeerTube-8424c4026afd7304880a4ce8138a04ffb3d8c938.zip
Add auto follow back support for instances
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml16
-rw-r--r--config/production.yaml.example15
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
276followings:
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
276theme: 292theme:
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
291followings:
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
291theme: 306theme:
292 default: 'default' 307 default: 'default'