• 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 Can't seem to find jellyfin-web folder

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Can't seem to find jellyfin-web folder

    grobleschmomble
    Offline

    Junior Member

    Posts: 20
    Threads: 8
    Joined: 2023 Dec
    Reputation: 0
    #1
    2024-10-24, 03:22 PM (This post was last modified: 2024-10-24, 03:22 PM by grobleschmomble.)
    Hi there!

    This is my install:
    - Ubuntu 24.04
    - Linuxserver Jellyfin 10.9.11 through Docker

    Any I can't seem to find the jellyfin web folder. In the dashboard of the web gui it says it's at "/usr/share/jellyfin/web", but I checked usr/share and there was no jellyfin folder. I tried making a jellyfin folder with a web folder within it, restarted jellyfin, but I don't think that worked, as it's empty and I think there's supposed to be a config file in there? Any help would be appreciated, thank you.

    This is the Jellyfin part of my docker compose file (there's other stuff in the same compose file but they're not relevant here I don't think).

      jellyfin:
        image: linuxserver/jellyfin:latest
        container_name: jellyfin
        networks:
          [network name]:
            ipv4_address: 172.20.0.6
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=America/Toronto
          - DOCKER_MODS=linuxserver/mods:jellyfin-amd
        group_add:
          - "[my group id]"
        volumes:
          - /home/[my name]/docker/jellyfin:/config
          - /home/[my name]/[Network Drive Mount Location]/media/movies:/movies
          - /home/[my name]/[Network Drive Mount Location]/media/tv:/tv
          - /home/[my name]/[Network Drive Mount Location]/media/music:/music
          - /home/[my name]/[Network Drive Mount Location]/media/books:/books
        devices:
          - /dev/dri:/dev/dri
        ports:
          - 8096:8096
          - 7359:7359/udp
          - 8920:8920
        restart: always
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-10-24, 03:45 PM
    Jellyfin-web is part of the container. You don't need to provide anything in the docker compose for Jellyfin-web, unless you are trying to pass in custom files or something.
    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]
    grobleschmomble
    Offline

    Junior Member

    Posts: 20
    Threads: 8
    Joined: 2023 Dec
    Reputation: 0
    #3
    2024-10-24, 03:55 PM
    (2024-10-24, 03:45 PM)TheDreadPirate Wrote: Jellyfin-web is part of the container.  You don't need to provide anything in the docker compose for Jellyfin-web, unless you are trying to pass in custom files or something.

    Hi sorry I should have mentioned, I am trying to apply some mods to jellyfin, but can't find the files to actually modify (which I read are found in the web folder). Thank you
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #4
    2024-10-24, 04:02 PM
    I would recommend not using those mods. They have been reported to break Jellyfin a lot by other users.
    That may be the source of your issues.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-10-24, 04:07 PM
    If you intend to continue using mods, jellyfin-web is located in /jellyfin/jellyfin-web inside the 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]
    Fellowslothb
    Offline

    Junior Member

    Posts: 7
    Threads: 0
    Joined: 2024 Nov
    Reputation: 1
    #6
    2024-11-17, 06:11 AM (This post was last modified: 2024-11-17, 06:14 AM by Fellowslothb. Edited 1 time in total.)
    (2024-10-24, 04:07 PM)TheDreadPirate Wrote: If you intend to continue using mods, jellyfin-web is located in /jellyfin/jellyfin-web inside the container.

    Similarly, I'm having the same issue. I need to find the jellyfin-web folder so I can put a new html file for the featured content bar plugin but for the life of me I cannot find it anywhere. I'm still a noob when it comes to looking "inside the container"

    I also need to find the file "home-html.RANDOMSTRINGHERE.chunk.js"
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-11-17, 03:38 PM
    Linux or Windows?
    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]
    Fellowslothb
    Offline

    Junior Member

    Posts: 7
    Threads: 0
    Joined: 2024 Nov
    Reputation: 1
    #8
    2024-11-17, 06:02 PM
    (2024-11-17, 03:38 PM)TheDreadPirate Wrote: Linux or Windows?

    Linux, I'm using CasaOS on Debian 12
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2024-11-17, 08:25 PM
    Read this thread.

    https://forum.jellyfin.org/t-loading-a-c...onfig-json
    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]
    Fellowslothb
    Offline

    Junior Member

    Posts: 7
    Threads: 0
    Joined: 2024 Nov
    Reputation: 1
    #10
    2024-11-17, 08:53 PM (This post was last modified: 2024-11-17, 08:53 PM by Fellowslothb.)
    (2024-11-17, 08:25 PM)TheDreadPirate Wrote: Read this thread.

    https://forum.jellyfin.org/t-loading-a-c...onfig-json

    I'll have a look, this is what I'm trying to get added: https://github.com/tedhinklater/Jellyfin...ontent-Bar
    But obviously I cant find the directory nor the file I'm looking for, I'll see if theres a way to reference a new location like in the post you mentioned, although I may also run into an issue referencing it in the other .js file
    Pages (2): 1 2 Next »

    « 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