minus-squaretuxec@infosec.pubtoSelfhosted@lemmy.world•Jellyfin 10.11 RC1 ReleasedlinkfedilinkEnglisharrow-up2·edit-22 months agoI see you’ve got some downvotes, but without anyone suggesting a solution. You can add the mount points in the docker compose file and then configure Jellyfin to read from the path(s) mounted in the container (/media/movies) Eg: volumes: # local path : path in container - /mnt/storage/media/movies:/media/movies linkfedilink
minus-squaretuxec@infosec.pubtoSelfhosted@lemmy.world•YouTube Music DownloaderlinkfedilinkEnglisharrow-up1·2 months agohttps://github.com/MattBlackOnly/SpotSpot + Gluetun linkfedilink
minus-squaretuxec@infosec.pubtoSelfhosted@lemmy.world•Cloudreve -Self-hosted file management system with muilt-cloud supportlinkfedilinkEnglisharrow-up2·2 months agohttps://github.com/OpenListTeam/OpenList linkfedilink
minus-squaretuxec@infosec.pubtoSelfhosted@lemmy.world•Searchable db/Knowledge Management Software [SOLVED - THANKS]linkfedilinkEnglisharrow-up1·2 months agoAnytype linkfedilink
I see you’ve got some downvotes, but without anyone suggesting a solution.
You can add the mount points in the docker compose file and then configure Jellyfin to read from the path(s) mounted in the container (/media/movies)
Eg:
volumes: # local path : path in container - /mnt/storage/media/movies:/media/movies