Add info about remote redundancy setting

This commit is contained in:
Chocobozzz 2025-01-31 14:36:06 +01:00
parent 425d0d6f8a
commit 723bfea0a8
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 12 additions and 6 deletions

View File

@ -346,9 +346,12 @@ redundancy:
# 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
# PeerTube doesn't remove existing redundancies when you change this setting
# You can remove them in the web interface: https://docs.joinpeertube.org/admin/following-instances#instances-redundancy
# Available values:
# * nobody: Do not accept remote redundancies
# * followings: Accept redundancies from instance followings
# * anybody: Accept remote redundancies from anybody
accept_from: 'anybody'
csp:

View File

@ -344,9 +344,12 @@ redundancy:
# 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
# PeerTube doesn't remove existing redundancies when you change this setting
# You can remove them in the web interface: https://docs.joinpeertube.org/admin/following-instances#instances-redundancy
# Available values:
# * nobody: Do not accept remote redundancies
# * followings: Accept redundancies from instance followings
# * anybody: Accept remote redundancies from anybody
accept_from: 'anybody'
csp: