From 5b9c965d5aa747f29b081289f930ee215fdc23c8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 8 Apr 2019 14:04:57 +0200 Subject: Add ability to forbid followers --- config/default.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/default.yaml') 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: # If false, we use an image link card that will redirect on your PeerTube instance # Change it to "true", and then test on https://cards-dev.twitter.com/validator to see if you are whitelisted whitelisted: false + +followers: + instance: + # Allow or not other instances to follow yours + enabled: true -- cgit v1.2.3