Open dcferreira opened 2 years ago
@dcferreira Thanks for the feedback and sorry for the late reply (I read your message when you posted it but I have a newborn and have moved and had ZERO time for follow-up!)
I'll have to reacquaint myself with what I was doing here before making the changes but am also happy to merge a PR if you'd like to make the changes.
I just set this up for myself, and had to dig a bit into the repo to figure out how to get it working, as a few things on the docker-compose config in the README are out of date.
/local
for the local encrypted directory, you should mount it to/local-encrypted
/data
, it should be/unionfs
(for the decrypted unionfs directory)encfs.xml
andencfspass
) should both be in the same directory, and that directory needs to be mounted to/encfs
After these notes, this is the outcome of the same example:
And an additional tip,
plexdrive
takes quite a while to build the cache on the first run, and by default it provides no output. If you setPLEXDRIVE_OPTS=-v 2
, you can monitor the progress on docker's logs.Thanks for the repo @ghtsto , it saved me quite a bit of time :)