• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Networking & Access Jellyfin with traefik no webinterface black screen

     
    • 0 Vote(s) - 0 Average

    Jellyfin with traefik no webinterface black screen

    No web interface when using Jellyfin with traefik
    Rifmaster
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2026 May
    Reputation: 0
    Country:Netherlands
    #1
    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/libaryConfused-faceconfig
          - /mnt/Tank/docker/jellyfin2/cacheConfused-facecache
          - /mnt/Tank/mediaConfused-facedata/media
        ports:
          - 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
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode