]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Handle account name in client url
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index 8a177e628d925b999c042b0fbc2ae52237bb12ad..f43cbaf4b25a310718e7414eb4a1476e40e41c96 100644 (file)
@@ -60,6 +60,10 @@ admin:
 signup:
   enabled: false
   limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
+  filters: 
+    cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist
+      whitelist: []
+      blacklist: []
 
 user:
   # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).
@@ -91,10 +95,10 @@ instance:
   customizations:
     javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime
     css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime
-  # Robot.txt rules. To allow robots to crawl your instance and allow indexation of your site, remove the '/'
+  # Robot.txt rules. To disallow robots to crawl your instance and disallow indexation of your site, add '/' to "Disallow:'
   robots: |
     User-agent: *
-    Disallow: /
+    Disallow: ''
 
 services:
   # Cards configuration to format video in Twitter