2024-02-21, 05:48 PM
Hi,
I’m using docker on debian 12 server.
Running latest version of jellyfin of port 8099 (mapped to internal port 8096. I can access it via http://externalip:8099 and it works fine. Remote access enabled.
Caddyfile had the following:
}
jellyfin.domain.com {
reverse_proxy jellyfin:8099
When I trying to access using https://jellyfin.domain.com I only get a white screen.
My other docker containers such as plex etc are accessible on the custom domains using the exact same method.
Any help would be appreciated thanks.
I’m using docker on debian 12 server.
Running latest version of jellyfin of port 8099 (mapped to internal port 8096. I can access it via http://externalip:8099 and it works fine. Remote access enabled.
Caddyfile had the following:
}
jellyfin.domain.com {
reverse_proxy jellyfin:8099
When I trying to access using https://jellyfin.domain.com I only get a white screen.
My other docker containers such as plex etc are accessible on the custom domains using the exact same method.
Any help would be appreciated thanks.