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)



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

(Yesterday, 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.