diff options
| -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> |
