2024-06-13, 09:54 PM
(This post was last modified: 2024-06-13, 10:01 PM by Chop1n. Edited 1 time in total.)
Hello, I've had nginx running a reverse proxy for jellyfin and it has been working great, but today i noticed that when i access jellyfin via my domain(pointed to nginx) it directs me to jellyfin and allows a login, but no libraries show up. If i instead use my local ip and go to port 8096 it works as expected, it also works as expected if i go public-ip:8096, now I'd rather use nginx than opening port 8096, what could be causing this? For nginx i am using nginx-proxy-manager
I have noticed that requests that are made via local and public ip show up in logs as:
But requests made via nginx show up as:
Both nginx-proxy-manager and jellyfin are running in docker containers and are currently on the same docker network.
Jellyfin version: 10.9.6
I am stumped right now and don't know what steps to take to debug this, I am open to all suggestions.
Thanks in advance!!!
I have noticed that requests that are made via local and public ip show up in logs as:
Code:
Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.1.228 request
But requests made via nginx show up as:
Code:
Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.1.1 request
Both nginx-proxy-manager and jellyfin are running in docker containers and are currently on the same docker network.
Jellyfin version: 10.9.6
I am stumped right now and don't know what steps to take to debug this, I am open to all suggestions.
Thanks in advance!!!