hi all,
I'm setting up plex in an LXC container to run plex in proxmox and successfully mounted the directory and plex can see the files and play them, however I get a "an error has occured" when I try to delete the file. I believe permissions are all correct per the below:
---HOST---
I made a new group called "adam" with GID 1000
/etc/pve/lxc/147.conf
Read more
I'm setting up plex in an LXC container to run plex in proxmox and successfully mounted the directory and plex can see the files and play them, however I get a "an error has occured" when I try to delete the file. I believe permissions are all correct per the below:
---HOST---
I made a new group called "adam" with GID 1000
/etc/pve/lxc/147.conf
Code:
lxc.idmap: g 0 100000 1000
lxc.idmap: g 1000 1000 1
lxc.idmap: u 0 100000 65536
lxc.idmap: g 1001 101001 64535
mp0...
Read more