Vault is a secure storage solution that can be hosted on your local network and accessed across the internet.
- Secure file storage
- Local network hosting
- Remote access capabilities
- End-to-end encryption
- User authentication and access control
To install Vault, follow these steps:
- Clone the repository:
git clone https://github.com/ceasor-elvis/Vault.git
- Navigate to the project directory:
cd Vault
- Install dependencies:
pip install -r requirements.txt
To start the Vault server, run
python3 app.py