Comment on Selfhosting Sunday! What's up?
Kaldo@fedia.io 7 hours ago
Just got a domain and started exposing my local jellyfin through cloudflare, mostly wanting to listen to my music on my phone when i'm outside too.
I followed some guides that should make it fine with cloudflare's policy, video doesnt work when i tried it but otherwise its been fun despite me feeling like im walking on eggshells all the time. I guess time will tell if it holds up
Batman@lemmy.world 7 hours ago
Some things which have caused issues for me:
File permissions
Video/audio format (264/aac stereo is best for compatibility)
Kaldo@fedia.io 6 hours ago
Oh file permissions are a nightmare to me, I thought I managed to get it sorted but after i installed lidarr, it alone suddenly can't move files out of the download location anymore. I even tried to chmod 777 the data folders and nothing. I dont think I quite have the grasp on how those work with docker on linux yet, it seems like those arr services also have some internal users too which I dont get why would they.
Wdym with the formats, is this referring to transcoding? I kept those on defaults afaik
raldone01@lemmy.world 2 hours ago
In linux user and group names don’t matter. Only the gid and uid matter. Think of user and group names as human names like domains are for IPS.
In docker when you use mounts, all your contianers that want to share data must agree on the gid and uids.