Multi-factor authentication also implemented to decrease the probability that an attacker can impersonate a user to gain access.
Seravault is built on the Meteor platform which uses MongoDB.
It's easily installed and immediately usable.
https://www.meteor.com/installNavigate to the root folder and run the following command
meteor npm installSeravault allows encrypted file uploads. You'll need to define the location where these files are saved. See settings.json.
Seravault also needs an smtp server in order for two factor authentication to work. See run.sh
Navigate to the root folder and run the following command (Linux/Unix)./run.shIf you get an error that you don't have permission, you'll need to make this shell script executable:
chmod +x run.shThe run.sh script contains Linux/Unix commands. For Windows, you'll need to build your own batch file using the bash script as an example. Navigate to http://localhost:3000 in your web browser to use the app.
To change the port, you can always edit the run.sh script. See https://docs.meteor.com/commandline.html for more info.
https://www.seravault.com