fix: add /sso/* and /SSO-Auth/* to jellyfin api bypass for SSO plugin

This commit is contained in:
root
2026-07-04 20:24:54 +02:00
parent acc5af8477
commit ae854e563d

View File

@@ -40,7 +40,7 @@ media.hubris.network {
dns ionos {env.IONOS_AUTH_API_TOKEN}
}
# API and streaming paths — no Authentik (Jellyfin apps use their own auth)
@api path /api/* /socket /Audio/* /Videos/* /Items/* /Users/* /Sessions/* /System/* /LiveTv/* /Music/* /Artists/* /Albums/* /Playlists/* /Images/* /Subtitle* /videos/* /audio/*
@api path /api/* /socket /Audio/* /Videos/* /Items/* /Users/* /Sessions/* /System/* /LiveTv/* /Music/* /Artists/* /Albums/* /Playlists/* /Images/* /Subtitle* /videos/* /audio/* /sso/* /SSO-Auth/*
handle @api {
reverse_proxy 192.168.8.206:8096
}