2025-04-09, 04:54 PM
(This post was last modified: 2025-04-09, 04:56 PM by kuato. Edited 1 time in total.)
(2025-04-06, 09:38 AM)jpizquierdo Wrote: I am a behind a reverse proxy (Caddy) in ip 192.168.1.6 and my jellyfin instance is in 192.168.1.8 (both in proxmox in the same machine).
I have set known proxies in jellyfin config to:
192.168.1.6
and my caddyfile is like always:
Code:jellyfin.example.com {
reverse_proxy 192.168.1.8:8096
}
I think your Jellyfin config Known Proxies should be the same IP as listed in your Caddyfile: 192.168.1.8:8096
That's what I did on mine and it seems to be working.
My reverse proxy and jellyfin server are also on the same machine (but no proxmox). And my Caddyfile reverse proxy says:
Code:
jellyfin.example.com {
reverse_proxy localhost:8096
}
So in the Jellyfin Dashboard >> Networking >> I set the Known Proxies to: localhost:8096
And everything seems to be working normally