2026-05-18, 01:50 PM
Hi,
I am having a strange issue. Jellyfin installed on Truenas via docker. Jellyfin local working fine. But when i try to access jellyfin via my domain using traefik the loading of the page takes long but the screen remains black. This was working before without issues. All other applications using the same traefik settings all work fine.
Anyone has a idea what might trigger this issue?
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin2
environment:
- PUID=950
- PGID=950
- TZ=Europe/Amsterdam
volumes:
- /mnt/Tank/docker/jellyfin2/libary
config
- /mnt/Tank/docker/jellyfin2/cache
cache
- /mnt/Tank/media
data/media
ports:
- 8097:8096
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.jellyfin.entrypoints=http"
- "traefik.http.routers.jellyfin.rule=Host(
- "traefik.http.middlewares.jellyfin-https-redirect.redirectscheme.scheme=https"
- "traefik.http.routers.jellyfin.middlewares= jellyfin-https-redirect"
- "traefik.http.routers.jellyfin-secure.entrypoints=https"
- "traefik.http.routers.jellyfin-secure.rule=Host(
- "traefik.http.routers.jellyfin-secure.tls=true"
- "traefik.http.routers.jellyfin-secure.service=jellyfin"
- "traefik.http.services.jellyfin.loadbalancer.server.port=8096"
- "traefik.http.middlewares.jellyfin-headers.headers.sslredirect=true"
- "traefik.docker.network=proxy"
networks:
proxy:
networks:
proxy:
external: true
I am having a strange issue. Jellyfin installed on Truenas via docker. Jellyfin local working fine. But when i try to access jellyfin via my domain using traefik the loading of the page takes long but the screen remains black. This was working before without issues. All other applications using the same traefik settings all work fine.
Anyone has a idea what might trigger this issue?
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin2
environment:
- PUID=950
- PGID=950
- TZ=Europe/Amsterdam
volumes:
- /mnt/Tank/docker/jellyfin2/libary
config- /mnt/Tank/docker/jellyfin2/cache
cache- /mnt/Tank/media
data/mediaports:
- 8097:8096
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.jellyfin.entrypoints=http"
- "traefik.http.routers.jellyfin.rule=Host(
jellyfin.******.eu)"- "traefik.http.middlewares.jellyfin-https-redirect.redirectscheme.scheme=https"
- "traefik.http.routers.jellyfin.middlewares= jellyfin-https-redirect"
- "traefik.http.routers.jellyfin-secure.entrypoints=https"
- "traefik.http.routers.jellyfin-secure.rule=Host(
jellyfin.*****.eu)"- "traefik.http.routers.jellyfin-secure.tls=true"
- "traefik.http.routers.jellyfin-secure.service=jellyfin"
- "traefik.http.services.jellyfin.loadbalancer.server.port=8096"
- "traefik.http.middlewares.jellyfin-headers.headers.sslredirect=true"
- "traefik.docker.network=proxy"
networks:
proxy:
networks:
proxy:
external: true

