diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-11 10:48:58 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-11 10:53:06 +0200 |
commit | 95cd31f1fe3311c873bee8185e6b07398a775a47 (patch) | |
tree | 0be01dcca9f29309cf74ab575a9efec34b689471 /config/default.yaml | |
parent | 3a1a00a4af866caa96355c6702bbf805685d0973 (diff) | |
download | PeerTube-95cd31f1fe3311c873bee8185e6b07398a775a47.tar.gz PeerTube-95cd31f1fe3311c873bee8185e6b07398a775a47.tar.zst PeerTube-95cd31f1fe3311c873bee8185e6b07398a775a47.zip |
Allow to auto follow a specific URL
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml index c4ea3c42c..a0f2eb3a1 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -367,7 +367,8 @@ followings: | |||
367 | # /!\ 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 /!\ |
368 | auto_follow_index: | 368 | auto_follow_index: |
369 | enabled: false | 369 | enabled: false |
370 | index_url: 'https://instances.joinpeertube.org' | 370 | # Host your own using https://framagit.org/framasoft/peertube/instances-peertube#peertube-auto-follow |
371 | index_url: '' | ||
371 | 372 | ||
372 | theme: | 373 | theme: |
373 | default: 'default' | 374 | default: 'default' |