Hi,
I want to give Plex access only to my user test with docker plex .
I created a user: test
test is in the groups: users, sambashare,docker
Access rights management:
Privileges: test: read/write
ACL: test= read/write
Owner: root= RW and execute
Group: users= RW and execute
Other = None
Replace = Check
Recursice = Check
My shared folder: backup
In the console I see this rights
drwxrws---+ 5 root users 4096 Oct 15 20:51 backup
-rwxrwx---+ 1 root users for my avi file
With plex interface, I see my folder backup but no media can't be found
Plex docker
test uid=1000 gid=100
so PUID = 1000 and PGID=100 for the ENV.
UMASK_SET=022
Anybody have an idea?
Thanks
Volkanos