Skip to content

voobscout/docker-cryfs-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages