Vaultexe

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 🏗️

  1. Use linux or WSL2 on windows
  2. Install docker and docker-compose
  3. Clone Vaultexe super repository
  4. Run ./scripts/clone-repos.sh to clone all the vaultexe repositories
  5. Checkout all respositories READEMEs to complete their setup & edit the environment variables
  6. Run ./scripts/run.sh to spin up vaultexe services on dev mode

Contributing 🔨

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Create a pull request
  5. Wait for the review and merge 🥳