Jellyfin Forum
Can't seem to find jellyfin-web folder - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Can't seem to find jellyfin-web folder (/t-can-t-seem-to-find-jellyfin-web-folder)

Pages: 1 2


Can't seem to find jellyfin-web folder - grobleschmomble - 2024-10-24

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


RE: Can't seem to find jellyfin-web folder - TheDreadPirate - 2024-10-24

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.


RE: Can't seem to find jellyfin-web folder - grobleschmomble - 2024-10-24

(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


RE: Can't seem to find jellyfin-web folder - Efficient_Good_5784 - 2024-10-24

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.


RE: Can't seem to find jellyfin-web folder - TheDreadPirate - 2024-10-24

If you intend to continue using mods, jellyfin-web is located in /jellyfin/jellyfin-web inside the container.


RE: Can't seem to find jellyfin-web folder - Fellowslothb - 2024-11-17

(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"


RE: Can't seem to find jellyfin-web folder - TheDreadPirate - 2024-11-17

Linux or Windows?


RE: Can't seem to find jellyfin-web folder - Fellowslothb - 2024-11-17

(2024-11-17, 03:38 PM)TheDreadPirate Wrote: Linux or Windows?

Linux, I'm using CasaOS on Debian 12


RE: Can't seem to find jellyfin-web folder - TheDreadPirate - 2024-11-17

Read this thread.

https://forum.jellyfin.org/t-loading-a-custom-web-config-json


RE: Can't seem to find jellyfin-web folder - Fellowslothb - 2024-11-17

(2024-11-17, 08:25 PM)TheDreadPirate Wrote: Read this thread.

https://forum.jellyfin.org/t-loading-a-custom-web-config-json

I'll have a look, this is what I'm trying to get added: https://github.com/tedhinklater/Jellyfin-Featured-Content-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