I set up plex in an iocage jail using the following.
I can access plex fine but when I go to add my movies plex can not see them.
Any help is appreciated.
Code:
echo '{"pkgs":["multimedia/plexmediaserver","ca_root_nss"]}' > /tmp/pkgs.json iocage create -r 11.1-RELEASE -p /tmp/pkgs.json -n PLEX ip4_addr="vnet0|192.168.74.2/24" defaultrouter=192.168.74.1 vnet=on boot=on allow_raw_sockets=1 iocage exec plex sysrc plexmediaserver_plexpass_enable=YES iocage exec plex service plexmediaserver_plexpass start iocage fstab -a plex "/mnt/ZFS/Media/Movies /media/movies nullfs rw 0 0"
I can access plex fine but when I go to add my movies plex can not see them.
Any help is appreciated.
Last edited: