Skip to content

Store and share your files with OpenPGP encryption on any device via HTML5

License

Notifications You must be signed in to change notification settings

juchmis/SafeWith.me

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store and share your files with OpenPGP encryption on any device via HTML5

Development quick start

Install dependencies (e.g. with Macports):

sudo port install nodejs npm
cd src
npm install

Start the server:

node server.js 8888 --nossl

Installation on Ubuntu Server (tested on 12.04 LTS AMD64)

Install dependencies

sudo apt-get install nodejs npm

Add your ssl certificate files:

cd SafeWith.me  #git repo root
mkdir ssl
cp ssl.crt ssl.key sub.class1.server.ca.pem cp.pem ssl/

Install the server daemon (including upstart and monit scripts):

make ubuntu-install

The service should now be available at https://localhost:8888 and start automatically on reboot.

About

Store and share your files with OpenPGP encryption on any device via HTML5

Resources

License

Stars

Watchers

Forks

Packages

No packages published