diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-08 14:04:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-08 14:06:23 +0200 |
commit | 5b9c965d5aa747f29b081289f930ee215fdc23c8 (patch) | |
tree | 1c726117525230d74235e7fa986eb72e7376fb6c /config | |
parent | 594d0c6a7c64b045c11508bb4e4b19b75b3fc557 (diff) | |
download | PeerTube-5b9c965d5aa747f29b081289f930ee215fdc23c8.tar.gz PeerTube-5b9c965d5aa747f29b081289f930ee215fdc23c8.tar.zst PeerTube-5b9c965d5aa747f29b081289f930ee215fdc23c8.zip |
Add ability to forbid followers
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 5 | ||||
-rw-r--r-- | config/production.yaml.example | 9 |
2 files changed, 12 insertions, 2 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 | |||
204 | followers: | ||
205 | instance: | ||
206 | # Allow or not other instances to follow yours | ||
207 | enabled: true | ||
diff --git a/config/production.yaml.example b/config/production.yaml.example index 5299484a5..a2811abd6 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -180,8 +180,8 @@ auto_blacklist: | |||
180 | # New videos automatically blacklisted so moderators can review before publishing | 180 | # New videos automatically blacklisted so moderators can review before publishing |
181 | videos: | 181 | videos: |
182 | of_users: | 182 | of_users: |
183 | enabled: false | 183 | enabled: false |
184 | 184 | ||
185 | # Instance settings | 185 | # Instance settings |
186 | instance: | 186 | instance: |
187 | name: 'PeerTube' | 187 | name: 'PeerTube' |
@@ -217,3 +217,8 @@ services: | |||
217 | # If false, we use an image link card that will redirect on your PeerTube instance | 217 | # If false, we use an image link card that will redirect on your PeerTube instance |
218 | # Test on https://cards-dev.twitter.com/validator to see if you are whitelisted | 218 | # Test on https://cards-dev.twitter.com/validator to see if you are whitelisted |
219 | whitelisted: false | 219 | whitelisted: false |
220 | |||
221 | followers: | ||
222 | instance: | ||
223 | # Allow or not other instances to follow yours | ||
224 | enabled: true | ||