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