2025-04-08, 01:17 PM
(This post was last modified: 2025-04-08, 01:18 PM by leonida92. Edited 1 time in total.)
Code:
*.example.com {
tls {
dns cloudflare <API>
}
@jellyfin host jellyfin.example.com
handle @jellyfin {
reverse_proxy 192.168.1.5:8096
}
This is my caddy configuration for jellyfin using cloudflaredns module. My caddy LXC IP is 192.168.1.20. When I enter this IP in trusted proxies, Jellyfin shows only the caddy IP for every device connected through it. I don't know where to start to troubleshoot this issue.
It was working fine before the update without specifying the trusted proxies.
Any help on where should I get started? Maybe I should mention that I have configured adguardhome dns as the DNS for tailscale which redirects to the caddy ip. I only access my services outside of my local network via tailscale.