diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-31 08:41:22 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-31 08:41:22 +0200 |
| commit | 4996e6bd03f8385d977cb380eddff63dd732ae1f (patch) | |
| tree | 171d342330201d099365a7187e3d041390d423a5 /f3s | |
| parent | 9bfa2894bb55b0c85de3939ad071cc1a72100dc1 (diff) | |
fix(jellyfin): enable EnablePublishedServerUriByRequest for proper reverse proxy support
Amp-Thread-ID: https://ampcode.com/threads/T-019c12b1-e861-773b-8f74-64b6c2255a5f
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'f3s')
| -rw-r--r-- | f3s/jellyfin/helm-chart/templates/configmap.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/jellyfin/helm-chart/templates/configmap.yaml b/f3s/jellyfin/helm-chart/templates/configmap.yaml index 5ce6fe4..ff452ed 100644 --- a/f3s/jellyfin/helm-chart/templates/configmap.yaml +++ b/f3s/jellyfin/helm-chart/templates/configmap.yaml @@ -42,5 +42,5 @@ data: <ProxyAddress>10.0.0.0/8</ProxyAddress> <ProxyAddress>192.168.0.0/16</ProxyAddress> </KnownProxies> - <EnablePublishedServerUriByRequest>false</EnablePublishedServerUriByRequest> + <EnablePublishedServerUriByRequest>true</EnablePublishedServerUriByRequest> </NetworkConfiguration> |
