Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 617 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 617 Bytes

mounts / shares cryfs via cifs/nfs

docker run -d -ti --privileged \
-v /path/to/encrypted/folder:/.exports:rw voobscout/cryfs-share <cryfs_password>

Bind your own "/etc/samba/smb.conf" and/or "/etc/exports" into this container if additional shares are required

Don't forget to add the defaults from provided files.

The unencrypted contents are accessible by:

NFS: sudo mount :/exports /path/of/your/choosing

CIFS: sudo mount ///exports /path/of/your/choosing -o username=cryfs -o password=samba123

Bug Only root can write to cifs mountpoint on client