Add ability to accept or not remote redundancies
[oweals/peertube.git] / config / default.yaml
index 1a8b191366a94f8604d1fa28820c6e517424ec92..0b096cf8d32c6f72576dd1550aff751d961b1403 100644 (file)
@@ -126,6 +126,14 @@ redundancy:
 #        strategy: 'recently-added' # Cache recently added videos
 #        min_views: 10 # Having at least x views
 
+# Other instances that duplicate your content
+remote_redundancy:
+  videos:
+    # 'nobody': Do not accept remote redundancies
+    # 'anybody': Accept remote redundancies from anybody
+    # 'followings': Accept redundancies from instance followings
+    accept_from: 'anybody'
+
 csp:
   enabled: false
   report_only: true # CSP directives are still being tested, so disable the report only mode at your own risk!