2025-04-06, 10:05 AM
(2025-04-06, 09:46 AM)I-G-1-1 Wrote:(2025-04-06, 09:38 AM)jpizquierdo Wrote: Hello guys, in my use case it is now working anymore, 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 know proxies in jellyfin config to:
192.168.1.6
and my caddyfile is like always:
jellyfin.example.com {
reverse_proxy 192.168.1.8:8096
}
any help here?
Thanks in advance
I think you need to declare some "x-forward" settings for Caddy.
I use NGINX so I don't know how to configure caddy for "x-forward".
Thanks, I am making some research, It is supposed that caddy takes care automatically of the X-Forwarded-Host:
https://caddyserver.com/docs/caddyfile/d...roxy#https
I have it working like that with homeassistant, only setting the known proxy in homeassistant config and nothing else in caddy. so I do not know what to do