Vaultexe is a an open source self hosting project that aims to provide a simple production ready solution to manage your passwords and secrets. This project is not made to compete with other password managers but to contribute to the open source community by showcasing how to implement them using modern technologies like Docker, Traefik, FastApi, Postgresql, Redis, Nextjs, React.js, etc.
Feel free to contribute to this project by opening issues or pull requests 😁
- Use linux or WSL2 on windows
- Install docker and docker-compose
- Clone Vaultexe super repository
- Run
./scripts/clone-repos.sh
to clone all the vaultexe repositories - Checkout all respositories READEMEs to complete their setup & edit the environment variables
- Run
./scripts/run.sh
to spin up vaultexe services on dev mode
- Fork the repository
- Create a new branch
- Make your changes
- Create a pull request
- Wait for the review and merge 🥳