• 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 Try to host the frontend seperately

     
    • 0 Vote(s) - 0 Average

    Try to host the frontend seperately

    xiNe
    Offline

    Junior Member

    Posts: 16
    Threads: 2
    Joined: 2023 Jun
    Reputation: 0
    Country:Canada
    #1
    2024-03-12, 06:27 PM (This post was last modified: 2024-03-12, 06:29 PM by xiNe. Edited 1 time in total.)
    Hi, i am trying to seperate the jellyfin-web from the jellyfin server and followed the instruction in the official documentation. but the web doesnt populate correctly.
    i have my jellyfin installed on a synology nas via docker, here is the mount path and environment variable i have used
    what i have done so far is build the web on my machine and put it in the local folder "/docker/jellyfin/config/jellyfin-web"
    am i doing something wrong?
               
    this is the documentation i am relying on;
    https://jellyfin.org/docs/general/admini...-directory
    and the instruction on this github repo to build my own web;
    https://github.com/jellyfin/jellyfin-web
    https://github.com/jellyfin/jellyfin


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-03-13, 02:28 AM
    AFAIK, there is no way to replace jellyfin-web in docker.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2024-03-13, 02:38 AM
    Correction. You would just completely host it separately from your docker image. But would require you use nginx or something to serve it up. Then when you access this "external" jellyfin-web it would prompt you to "select" a server. Which would be the docker container.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    xiNe
    Offline

    Junior Member

    Posts: 16
    Threads: 2
    Joined: 2023 Jun
    Reputation: 0
    Country:Canada
    #4
    2024-03-13, 02:48 AM
    so there is no way to just mount and map the volume to show the web file? because my initial intention is to access those html or js file and modify them.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-03-13, 04:39 AM
    I recall someone else trying that and it also behaved the same as what you saw.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    xiNe
    Offline

    Junior Member

    Posts: 16
    Threads: 2
    Joined: 2023 Jun
    Reputation: 0
    Country:Canada
    #6
    2024-03-14, 07:49 AM
    hoping if anyone can help
    niels
    Offline

    Core Team

    Posts: 272
    Threads: 4
    Joined: 2023 Jun
    Reputation: 16
    Country:Netherlands
    #7
    2024-03-14, 08:19 AM
    You don't need to host a separate web client. It is included with the server automatically.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-03-14, 05:10 PM
    I'm ASSUMING they are trying to host a separate web client for testing or something. If not, what niels said. It is built into the docker.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    1
    xiNe
    Offline

    Junior Member

    Posts: 16
    Threads: 2
    Joined: 2023 Jun
    Reputation: 0
    Country:Canada
    #9
    2024-03-14, 07:05 PM
    I am trying to host it separately or map it to an actual folder because I want to edit the frontend. but I couldn't find a way to do so at the moment :"(
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-03-14, 07:17 PM
    (2024-03-14, 07:05 PM)xiNe Wrote: I am trying to host it separately or map it to an actual folder because I want to edit the frontend. but I couldn't find a way to do so at the moment :"(

    I think the way I stated might work (idea courtesy of Felix).

    Install jellyfin-web on the host machine, install nginx or your preferred http server, have the http server host jellyfin-web.  In a direct OS install of Jellyfin you can specify in the service to not include jellyfin-web.  I'm not sure if that is possible with a docker install.

    I'm sure I'm missing some steps somewhere.  This would be a lot more straight forward if the jellyfin server was a direct install instead of Docker.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    « 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