• 2 Posts
  • 6 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle

  • 486@lemmy.worldtoSelfhosted@lemmy.worldNew Jellyfin Server/Web release: 10.10.7
    link
    fedilink
    English
    arrow-up
    22
    arrow-down
    2
    ·
    edit-2
    5 days ago

    Thanks 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?

    Edit: Apparently the configuration for the proxies is stored in Jellyfin’s network.xml config file. So it should be possible to do this without manually configuring it via the web UI.

    Another edit: It works. Adding <KnownProxies>[proxy ip or hostname]</KnownProxies> in place of the empty <KnownProxies/> key to that config file does the trick.