summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-31 08:49:43 +0200
committerPaul Buetow <paul@buetow.org>2026-01-31 08:49:43 +0200
commit91bc00cf9fa6846120ed14fd0a832a37d467b308 (patch)
treef1c49db377cfec48050355affd967d5c8b6d2240
parent38d221aea55794fbe2a29f34923b2ea44e27214b (diff)
fix(jellyfin): revert to simple config without dynamic header forwarding
Amp-Thread-ID: https://ampcode.com/threads/T-019c12b1-e861-773b-8f74-64b6c2255a5f Co-authored-by: Amp <amp@ampcode.com>
-rw-r--r--f3s/jellyfin/helm-chart/templates/configmap.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/f3s/jellyfin/helm-chart/templates/configmap.yaml b/f3s/jellyfin/helm-chart/templates/configmap.yaml
index 0d08319..5ce6fe4 100644
--- a/f3s/jellyfin/helm-chart/templates/configmap.yaml
+++ b/f3s/jellyfin/helm-chart/templates/configmap.yaml
@@ -11,11 +11,11 @@ data:
<CertificatePath />
<CertificatePassword />
<BaseUrl />
- <PublicHttpsPort>0</PublicHttpsPort>
+ <PublicHttpsPort>443</PublicHttpsPort>
<HttpServerPortNumber>8096</HttpServerPortNumber>
<HttpsPortNumber>8920</HttpsPortNumber>
<EnableHttps>false</EnableHttps>
- <PublicPort>0</PublicPort>
+ <PublicPort>443</PublicPort>
<UPnPCreateHttpPortMap>false</UPnPCreateHttpPortMap>
<UDPPortRange />
<EnableIPV6>false</EnableIPV6>
@@ -42,5 +42,5 @@ data:
<ProxyAddress>10.0.0.0/8</ProxyAddress>
<ProxyAddress>192.168.0.0/16</ProxyAddress>
</KnownProxies>
- <EnablePublishedServerUriByRequest>true</EnablePublishedServerUriByRequest>
+ <EnablePublishedServerUriByRequest>false</EnablePublishedServerUriByRequest>
</NetworkConfiguration>