![]() |
Known Proxies - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access) +---- Thread: Known Proxies (/t-known-proxies) |
Known Proxies - urbaman - 2025-06-25 Hi, I deployed Jellyfin in docker behind dockerized Traefik. Due to the probable IP change in the containers between restarts/recreation, how should I set the Known Proxies to make Jellyfin aware of Traefik? Can I use CIDRs? Can I use a wildcard? Thank you very much. RE: Known Proxies - bitmap - 2025-06-25 I just threw in a CIDR for my docker network and didn't get an error? I tried to find the documentation on this one and couldn't. ETA: Confirmed that CIDRs will work. You could either do a /16 if you're afraid the subnet will change or /24 to cover all the addresses in the .0 subnet that's most likely set. |