Yesterday, 10:04 PM
(This post was last modified: Yesterday, 10:07 PM by 4r5hw45twh. Edited 1 time in total.)
(Yesterday, 10:01 PM)TheDreadPirate Wrote: "localhost" only works from the same machine running Jellyfin.
If you did publish port 8096 for the Jellyfin container, you would need to adjust NPM to proxy "localhost" port 8096 instead of the docker container IP.
THEN you'd be able to go directly to port http://192.168.x.x:8096 on your local clients. And you don't need to put anything in the published URI field.
Publish port 7359 (sounds like you already did)
Publish port 8096
Adjust NPM to proxy localhost
Yeah, if I do the localhost on my PC, it won't load JF since JF is in Docker (on same machine).
In NPM, my JF proxy host is "http://jellyfin:8096" But that's because NPM is also running in Docker. So wouldn't "localhost" not work in NPM like that since it's in Docker?