diff options
author | mira.bat <97340105+irafire@users.noreply.github.com> | 2023-07-27 17:01:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 17:01:15 +0200 |
commit | f862be2749b4f2d8dee99128d7e3064a69920e11 (patch) | |
tree | 20643166e07cb31ca3e0d05b4490000150b2f1c4 /support/docker | |
parent | 787d822cd471d1e4bd5a37c687c78cd5f69d8645 (diff) | |
download | PeerTube-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 'support/docker')
-rw-r--r-- | support/docker/production/config/custom-environment-variables.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index 0058cbd64..7ac794909 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml | |||
@@ -12,6 +12,11 @@ webserver: | |||
12 | __name: "PEERTUBE_WEBSERVER_HTTPS" | 12 | __name: "PEERTUBE_WEBSERVER_HTTPS" |
13 | __format: "json" | 13 | __format: "json" |
14 | 14 | ||
15 | federation: | ||
16 | sign_federated_fetches: | ||
17 | __name: "PEERTUBE_SIGN_FEDERATED_FETCHES" | ||
18 | __format: "json" | ||
19 | |||
15 | secrets: | 20 | secrets: |
16 | peertube: "PEERTUBE_SECRET" | 21 | peertube: "PEERTUBE_SECRET" |
17 | 22 | ||