2025-04-09, 02:32 PM
(2025-04-09, 01:28 PM)TheDreadPirate Wrote: I'm not familiar with Umbrel. Does it provide any command line access? Or is everything done in their UI? When you installed Jellyfin, was it through their "app store"?
Yes correct, it's through their app store. I had to do Linux command terminal stuff to get it to work last time.
According to Grok:
"You had Jellyfin running in a Docker container on Umbrel (Ubuntu-based), with two external drives.
We mounted it to /mnt/harddrive1 (and harddrive 2) using fstab:
/dev/disk/by-partuuid/(important UUID numbers here) /mnt/harddrive1 auto rw,user,auto 0 0
Updated Jellyfin’s docker-compose.yml to map /mnt/harddrive1
media, restarted the container, and added /media as a library in the UI."

