NFS mnt for Plex

I could use some help wrapping my head around this. Ubuntu 22.04, I have an nfs drive mounted as "mnt/media". What would a user-config look like to map plex to this? Or would mount the NFS share to the "runtipi/media" folder work better? This is no rush, I appreciate any guidance.
2 Replies
InfBoumcyCastle
InfBoumcyCastle2mo ago
that's what i am doing (exp jellyfin) cat /etc/fstab
192.168.0.1:/path/to/music /nfs/music nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 0 0
192.168.0.1:/path/to/music /nfs/music nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 0 0
cat ~/runtipi/user-config/jellyfin/app.env
APP_USER_DATA_DIR=/nfs
APP_USER_DATA_DIR=/nfs
/github/user-config/jellyfin/docker-compose.yml
version: "3.7"
services:
jellyfin:
volumes:
- ${APP_USER_DATA_DIR}/music/:/media/music
version: "3.7"
services:
jellyfin:
volumes:
- ${APP_USER_DATA_DIR}/music/:/media/music
TazerFace(ItsMetaphorical)
I shall report back if this works for plex. Thanks man!
Want results from more Discord servers?
Add your server