v0.4
Pre-release
Pre-release
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