I'm trying to Spin Plex Media server in Docker. And I want to mass my media as a Volume, but encrypted. Flow: 1. Mount volume from external storage on underlaying host. 2. mount volume to docker container as volume 3. encrypt data with encfs inside the docker 4. access data in Plex 5. Enjoy your media
The issue is than: mount shows: encfs on /media type fuse.encfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions)
Data is readable from unix level. BUT it is not readable for Plex (shows as emtpy folder only).
I susspect encFS or Plex itself not supporting Fuse mounts...
Any ideas? any flags for mounting? Any way to change mount type (can be other "proxy" container).