aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authormira.bat <97340105+irafire@users.noreply.github.com>2023-07-27 17:01:15 +0200
committerGitHub <noreply@github.com>2023-07-27 17:01:15 +0200
commitf862be2749b4f2d8dee99128d7e3064a69920e11 (patch)
tree20643166e07cb31ca3e0d05b4490000150b2f1c4 /config/production.yaml.example
parent787d822cd471d1e4bd5a37c687c78cd5f69d8645 (diff)
downloadPeerTube-f862be2749b4f2d8dee99128d7e3064a69920e11.tar.gz
PeerTube-f862be2749b4f2d8dee99128d7e3064a69920e11.tar.zst
PeerTube-f862be2749b4f2d8dee99128d7e3064a69920e11.zip
Add an option to sign federated fetches for mastodon compatibility (#5898)
* Fix player error modal Not hidden when we change the video * Correctly dispose player components * Sign cross-server fetch requests for mastodon AUTHORIZED_FETCH compatibilty * Add a remote fetch sign configuration knob * Federated fetches refactoring --------- Co-authored-by: Chocobozzz <me@florianbigard.com> Co-authored-by: ira <ira@foxgirl.space>
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 87ef2b676..2afc5f982 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -372,6 +372,9 @@ plugins:
372 url: 'https://packages.joinpeertube.org' 372 url: 'https://packages.joinpeertube.org'
373 373
374federation: 374federation:
375 # Some federated software such as Mastodon may require an HTTP signature to access content
376 sign_federated_fetches: true
377
375 videos: 378 videos:
376 federate_unlisted: false 379 federate_unlisted: false
377 380