Fix Jellyfin native auth routing

This commit is contained in:
2026-05-18 13:43:41 +02:00
parent 90f270be96
commit 71ac18b21c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ services:
- traefik.http.routers.jellyfin.entrypoints=websecure
- traefik.http.routers.jellyfin.tls=true
- traefik.http.routers.jellyfin.tls.certresolver=le
- traefik.http.routers.jellyfin.middlewares=authelia@file,secure-headers@file
- traefik.http.routers.jellyfin.middlewares=secure-headers@file
- traefik.http.services.jellyfin.loadbalancer.server.port=8096
networks: