2025-05-17, 08:22 PM
(2025-05-17, 07:43 PM)tanton Wrote: Hello
I have setup jellyfin behind caddy reverse proxy for external access and it works great. However, all users are shown the docker network ip (172.17.0.1) and not the actual ip. I have put the same IP in the known proxies setting but it's still not showing actual ip. Here is the Caddyfile section of jellyfin
}
jellyfin.domain.com {
reverse_proxy 192.168.1.x:8096
}
You need to enter the host ip in known proxies, which would be 192.168.1.x
After you make the change, restart the server, to apply changes.