• 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 SOLVED: Jellyfin web client docker compose

     
    • 0 Vote(s) - 0 Average

    SOLVED: Jellyfin web client docker compose

    Jellyfin server with web client docker compose.
    Limos21
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:Germany
    #1
    2024-08-13, 01:57 PM
    Hi all,

    I need some help with setting up a docker compose file for hosting jellyfin with the web client. I have already invested quite some time, searched the internet and the forum, but do not seem to find a solution.

    The problem I am currently facing is that when I try to access my custom, local jellyfin endpoint on http://192.168.178.55:2008 where the web client is supposed to be, it is not available.
    I followed the instruction from the official documentation to set up the web client: Web Client Configuration
    The jellyfin server is up and running and idles, but I can not reach the web client interface on  http://192.168.178.55:2008 instead I am redirected to the web folder that I specified in the docker compose file ->  http://192.168.178.55:2008/web/

    I also need to mention, the web folder is not empty. I copied the official jellyfin web client repository from jellyfin/jellyfin-web: Web Client for Jellyfin (github.com) in there.

    My setup is the following:

    Jellyfin-Version: 10.9.4
    OS: Ubuntu Linux
    Hosting: Docker (Compose)

    This is the docker compose file that I have created and used:

    Code:
    version: "3.8"

    services:
      jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        restart: unless-stopped
        security_opt:
          - no-new-privileges:true
        networks:
          - traefik-proxy
        ports:
          - 2008:8096 # HTTP traffic
    #      - 8920:8920 # optional HTTPS traffic
          - 7359:7359/udp # optional service auto-discovery
          - 1900:1900/udp # optional service auto-discovery
        environment:
          TZ: Europe/Berlin
          JELLYFIN_CONFIG_DIR: /config
          JELLYFIN_CACHE_DIR: /cache
          JELLYFIN_LOG_DIR: /log
          JELLYFIN_WEB_DIR: /web
          JELLYFIN_DATA_DIR: /data
          JELLYFIN_HOSTWEBCLIENT: true
    #      JELLYFIN_PublishedServerUrl=192.168.0.5  # optional and not needed
        user: 1000:1000 # user and group that owns the volumes
        group_add:
          - "993" # Change this to match your "render" host group id and remove this comment -> "getent group render | cut -d: -f3"
        volumes:
          - ./config:/config
          - ./cache:/cache
          - ./logs:/log
          - ./web:/web
          - /storage/jellyfin/data:/data
          - /storage/jellyfin/tvshows:/tvshows
          - /storage/jellyfin/movies:/movies
          - /storage/jellyfin/music:/music
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        labels:
          # Watchtower
          - "com.centurylinklabs.watchtower.enable=true"
          # Traefik

    networks:
      traefik-proxy:
        name: traefik-proxy
        external: true


    I have also put the log in the appendix.

    Thank you in advance for your help.


    Attached Files
    .txt   log_20240813.txt (Size: 7.69 KB / Downloads: 89)
    Go to solution
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin web client docker compose - by Limos21 - 2024-08-13, 01:57 PM
    RE: Jellyfin web client docker compose - by Limos21 - 2024-08-13, 02:07 PM
    RE: Jellyfin web client docker compose - by TheDreadPirate - 2024-08-13, 03:00 PM
    RE: Jellyfin web client docker compose - by Limos21 - 2024-08-14, 02:55 PM
    RE: Jellyfin web client docker compose - by TheDreadPirate - 2024-08-14, 04:03 PM
    RE: Jellyfin web client docker compose - by Limos21 - 2024-08-14, 05:39 PM
    RE: Jellyfin web client docker compose - by TheDreadPirate - 2024-08-14, 05:48 PM
    RE: Jellyfin web client docker compose - by Limos21 - 2024-08-14, 07:03 PM

    • 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