meh to [email protected]English • 5 days agogoodbye plexpiefed.cdn.blahaj.zoneimagemessage-square179fedilinkarrow-up1789
arrow-up1789imagegoodbye plexpiefed.cdn.blahaj.zonemeh to [email protected]English • 5 days agomessage-square179fedilink
after almost 15yrs my plex server is no more. jellyfin behind nginx with authentik is running very nicely.
minus-square@[email protected]linkfedilinkEnglish6•5 days agoI have it on docker with two volumes, ./config and ./cache I back up those before each update. A bad Jellyfin update should not mess with your media folder in anyway. Though you should have backups of those aswell as a rule of thumb.
minus-square@[email protected]linkfedilinkEnglish10•5 days agoWith respect to the media, you can mount the volume as read only, preventing Jellyfin from accidentally wiping your underlying content.
minus-square@[email protected]linkfedilinkEnglish1•4 days agoor just change the folder ownership to whatever user you use in the container, but don’t give them write access. that’s how I do it so I can still edit my media as root.
minus-square@[email protected]linkfedilinkEnglish2•5 days agothe config and databases or the media, you mean? if so, the former, but I mount the meadia with a read only docker volume just to be sure, because chances are I would never notice it
Like the version or the media?
I have it on docker with two volumes, ./config and ./cache
I back up those before each update.
A bad Jellyfin update should not mess with your media folder in anyway. Though you should have backups of those aswell as a rule of thumb.
With respect to the media, you can mount the volume as read only, preventing Jellyfin from accidentally wiping your underlying content.
or just change the folder ownership to whatever user you use in the container, but don’t give them write access. that’s how I do it so I can still edit my media as root.
the config and databases or the media, you mean?
if so, the former, but I mount the meadia with a read only docker volume just to be sure, because chances are I would never notice it