If I in traefik and jellyfin in docker, so I add the docker IP of traefik as the trusted proxy?
Comment on New Jellyfin Server/Web release: 10.10.7
486@lemmy.world 3 weeks agoThanks for pointing this out! I probably would have missed this, since I didn’t expect such a change for a patch release.
Their documentation mentions:
For jellyfin to know which reverse proxy is trusted, the IP, Hostname or Subnet has to be set in the Known Proxies (under Admin Dashboard -> Networking) setting.
Does this really mean, that the only way to configure this is through the web UI? This is kind of a problem when deploying it, since without the reverse proxy I can’t reach the Jellyfin server. Is there no way of doing this outside the web UI, via a config file or something?
Lem453@lemmy.ca 2 weeks ago
klopstock@feddit.org 2 weeks ago
I think you can use the container name if both containers are in the same docker network
486@lemmy.world 2 weeks ago
I don’t know your exact setup, but you should add the IP that Jellyfin sees when the reverse proxy makes a request. That probably comes from the IP of your Traefik docker container.
jagged_circle@feddit.nl 2 weeks ago
Yeah the lack of info in the docs on how to configure jellyfin in the CLI is pathetic