SAFE Drive virtual drive for SAFE Network (using FUSE)
Features so far (development branch):
- access SAFE data as if it is on your local drive as
~/SAFEon Linux or Mac and asC:\SAFEon Windows - read/write/create/delete files under
_public,_documentsetc - read only access to public names and services under
_publicNames - copy, sync and backup files to SAFE as if it was a local drive using command line programs and applications. E.g. use
rsyncfor backup, or to keep files synchronised with SAFE network across devices. - mounting a public folder owned by someone else on your SAFE Drive using a
safe:URI under_webMounts - anonymous encrypted file sharing via
_webMountsfolders
To Do:
- decentralised
gitvia headless repositories shared as_webMountsfolders (work in progress) - distributed in executable format, nothing extra to install (scripts and process needs updating)
- creating a public name and uploading a website from the command line
- cross platform support for Windows and Mac OS (testers needed)
Status and What Needs Doing:
- Linux
- try out and help test the features listed above right now
- help fix bugs or write code
- Windows
- help with testing and debugging: right now it just needs someone to try it and let us know what happens
- Mac
- help with testing and debugging: we have a work around for the last know problem so need someone to check that out and document the steps so anyone can follow and start testing
Any problems or suggestions, please create an issue
An earlier release is also available as a built executable for Linux. This only supports read-only access of files in your _public container, but is a little easier to try out: v0.1.0 Linux 64bit - instructions here
Get involved
To help with:
- testing: see the Dev forum help with testing topic
- code or debugging: see the Dev forum discussions about tasks topic
- check out the issues on github and see if there are any youād like to claim and fix