Skip to content
forked from wicadmin/encfs

Secure remote storage using sshfs and encfs

Notifications You must be signed in to change notification settings

twhtanghk/encfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

encfs

Secure remote storage using sshfs and encfs

start container

  1. save local copy of docker-compose.yml and .env
  2. customize .env to define ENCFS_PASS (encryption password) and SSHFS_PASS (root password)
  3. docker-compose -f docker-compose.yml up -d
  4. run client container (e.g. debian:jessie with sshfs installed) and commnd sshfs encfs_encfs_1:/data /mnt
  5. create /mnt/file and check encypted file under host directory ./raw

manually start container

  1. docker run --privileged -v $HOME/.raw:/root/.raw -it twhtanghk/encfs bash
  2. mkdir ~/crypt; encfs ~/.raw ~/crypt

About

Secure remote storage using sshfs and encfs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 78.4%
  • Dockerfile 21.6%