Add info about remote redundancy setting
This commit is contained in:
parent
425d0d6f8a
commit
723bfea0a8
|
@ -346,9 +346,12 @@ redundancy:
|
||||||
# Other instances that duplicate your content
|
# Other instances that duplicate your content
|
||||||
remote_redundancy:
|
remote_redundancy:
|
||||||
videos:
|
videos:
|
||||||
# 'nobody': Do not accept remote redundancies
|
# PeerTube doesn't remove existing redundancies when you change this setting
|
||||||
# 'anybody': Accept remote redundancies from anybody
|
# You can remove them in the web interface: https://docs.joinpeertube.org/admin/following-instances#instances-redundancy
|
||||||
# 'followings': Accept redundancies from instance followings
|
# Available values:
|
||||||
|
# * nobody: Do not accept remote redundancies
|
||||||
|
# * followings: Accept redundancies from instance followings
|
||||||
|
# * anybody: Accept remote redundancies from anybody
|
||||||
accept_from: 'anybody'
|
accept_from: 'anybody'
|
||||||
|
|
||||||
csp:
|
csp:
|
||||||
|
|
|
@ -344,9 +344,12 @@ redundancy:
|
||||||
# Other instances that duplicate your content
|
# Other instances that duplicate your content
|
||||||
remote_redundancy:
|
remote_redundancy:
|
||||||
videos:
|
videos:
|
||||||
# 'nobody': Do not accept remote redundancies
|
# PeerTube doesn't remove existing redundancies when you change this setting
|
||||||
# 'anybody': Accept remote redundancies from anybody
|
# You can remove them in the web interface: https://docs.joinpeertube.org/admin/following-instances#instances-redundancy
|
||||||
# 'followings': Accept redundancies from instance followings
|
# Available values:
|
||||||
|
# * nobody: Do not accept remote redundancies
|
||||||
|
# * followings: Accept redundancies from instance followings
|
||||||
|
# * anybody: Accept remote redundancies from anybody
|
||||||
accept_from: 'anybody'
|
accept_from: 'anybody'
|
||||||
|
|
||||||
csp:
|
csp:
|
||||||
|
|
Loading…
Reference in New Issue