![]() |
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
|
RE: Can't seem to find jellyfin-web folder - Fellowslothb - 2024-12-29 I haven't been able to find my fix yet, maybe I'm just too thick to work it out RE: Can't seem to find jellyfin-web folder - TheDreadPirate - 2024-12-29 In the volumes section of your compose you need to map the mod files on the host to the jellyfin-web folder. Code: - /path/to/spotlight.html:/jellyfin/jellyfin-web/spotlight.html And so on. RE: Can't seem to find jellyfin-web folder - Fellowslothb - 2024-12-31 (2024-12-29, 10:08 PM)TheDreadPirate Wrote: In the volumes section of your compose you need to map the mod files on the host to the jellyfin-web folder. So in the case of CasaOS I'd do it like this? ![]() RE: Can't seem to find jellyfin-web folder - TheDreadPirate - 2024-12-31 Replace the host side to the ACTUAL path. What I provided was just an example placeholder. RE: Can't seem to find jellyfin-web folder - Fellowslothb - 2024-12-31 (2024-12-31, 10:54 PM)TheDreadPirate Wrote: Replace the host side to the ACTUAL path. What I provided was just an example placeholder. Yeah I got it, I'll have a play around and hopefully not break it RE: Can't seem to find jellyfin-web folder - Fellowslothb - 2025-01-01 I gave up in the end, couldn't get it to work. And, couldn't find the existing file I needed to edit RE: Can't seem to find jellyfin-web folder - jackwander - 2025-04-10 (2025-01-01, 06:48 PM)Fellowslothb Wrote: I gave up in the end, couldn't get it to work. And, couldn't find the existing file I needed to edit Hello, I'm also using casaos jellyfin 10.10.6. And the HTML file is located here. /usr/share/jellyfin/web/index.html RE: Can't seem to find jellyfin-web folder - ChrisPBoi - 2025-07-04 (2025-04-10, 07:06 PM)jackwander Wrote:(2025-01-01, 06:48 PM)Fellowslothb Wrote: I gave up in the end, couldn't get it to work. And, couldn't find the existing file I needed to edit Hey, I'm also running Jellyfin (10.10.7) in CasaOS but I don't have a Jellyfin folder after /usr/share Any idea why it's missing/how to add it? RE: Can't seem to find jellyfin-web folder - Efficient_Good_5784 - 2025-07-04 (2025-07-04, 12:12 AM)ChrisPBoi Wrote: Hey, I'm also running Jellyfin (10.10.7) in CasaOS but I don't have a Jellyfin folder after /usr/shareYou need to search for it inside the Jellyfin docker container. A container contains all the files for a image to run and use. Unless you host mounted something from the outside, it will all be inside the container. |