fix: add /sso/* and /SSO-Auth/* to jellyfin api bypass for SSO plugin
This commit is contained in:
@@ -40,7 +40,7 @@ media.hubris.network {
|
|||||||
dns ionos {env.IONOS_AUTH_API_TOKEN}
|
dns ionos {env.IONOS_AUTH_API_TOKEN}
|
||||||
}
|
}
|
||||||
# API and streaming paths — no Authentik (Jellyfin apps use their own auth)
|
# 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 {
|
handle @api {
|
||||||
reverse_proxy 192.168.8.206:8096
|
reverse_proxy 192.168.8.206:8096
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user