Skip to content
/ encfs Public
forked from twhtanghk/encfs

Secure remote storage using sshfs and encfs

Notifications You must be signed in to change notification settings

sacbhale/encfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

About

Secure remote storage using sshfs and encfs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%