7 hours ago
(9 hours ago)Ruby Wrote: Stupid question I apologize, but are the steps any different if I am attempting this in docker on a ugreen nas? I created the ui folder and edited the files to my liking that was simple enough but how do I mount it or if that's the wrong term how do I get jellyfin to see it and use it? I just started messing around with this stuff a couple weeks ago and this theme looks beautiful.
I think you need to edit the jellyfin container's volume mounts to include
Code:
/localpathtojellyfin/jellyfin/appdata/ui:/usr/share/jellyfin/web/ui:ro(wherever you put the ui folder in the nas) : (ui folder inside the container) : (read only)
change the first path to fit your filesystem

