diff --git a/config/default.yaml b/config/default.yaml index 8d9b32ca7..3fca070eb 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -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: diff --git a/config/production.yaml.example b/config/production.yaml.example index 09fe9d3e2..85ceb5259 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -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: