Hi there 👋
🙌 About us
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.
🤝 Contributing
Feel free to contribute to this project by opening issues or pull requests 😁
🚀 Getting started
Setup 🏗️
- Use linux or WSL2 on windows
- Install docker and docker-compose
- Clone Vaultexe super repository
- Run
./scripts/clone-repos.shto clone all the vaultexe repositories - Checkout all respositories READEMEs to complete their setup & edit the environment variables
- Run
./scripts/run.shto spin up vaultexe services on dev mode
Contributing 🔨
- Fork the repository
- Create a new branch
- Make your changes
- Create a pull request
- Wait for the review and merge 🥳