aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-04-08 14:04:57 +0200
committerChocobozzz <me@florianbigard.com>2019-04-08 14:06:23 +0200
commit5b9c965d5aa747f29b081289f930ee215fdc23c8 (patch)
tree1c726117525230d74235e7fa986eb72e7376fb6c /config/default.yaml
parent594d0c6a7c64b045c11508bb4e4b19b75b3fc557 (diff)
downloadPeerTube-5b9c965d5aa747f29b081289f930ee215fdc23c8.tar.gz
PeerTube-5b9c965d5aa747f29b081289f930ee215fdc23c8.tar.zst
PeerTube-5b9c965d5aa747f29b081289f930ee215fdc23c8.zip
Add ability to forbid followers
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 615910478..51f3ad833 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -200,3 +200,8 @@ services:
200 # If false, we use an image link card that will redirect on your PeerTube instance 200 # If false, we use an image link card that will redirect on your PeerTube instance
201 # Change it to "true", and then test on https://cards-dev.twitter.com/validator to see if you are whitelisted 201 # Change it to "true", and then test on https://cards-dev.twitter.com/validator to see if you are whitelisted
202 whitelisted: false 202 whitelisted: false
203
204followers:
205 instance:
206 # Allow or not other instances to follow yours
207 enabled: true