Hi, I would like to use Traefik as a Kubernetes Ingress with basic auth for Jellyfin. Unfortunately, using basic auth with Jellyfin will conflict with the authorization header. Some smart person found a workaround to get it running with Caddy (using https://example.com/basic/<base64(username:password)>
for basic auth).
Would this be possible with Traefik and if so, can someone help with porting the shown workaround to the Traefik ingress? I do only need the basic auth part, not the oAuth one (if this makes it easier ).
Thanks in advance