Skip to content

v0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@willjasen willjasen released this 29 Dec 09:11

This version includes disk encryption, protecting the application, its configuration, shared folders, and any other files residing on /secure

known issue: after a restart, the encrypted volume has no way to mount automatically in a secure fashion, so the owner must manually issue the commands:

echo password | cryptsetup luksFormat /dev/xvdf; service btsync restart

see issue #11