Your open source .env-manager!
Envwoman is an application, to sync your .env-files across multiple machines. The main goal is to make Envwoman secure and trustworthy, so everything is open-source and the data will never in plain-text on the server. Encryption happens client-sided via aes-gcm.
Grab the latest binary from the Releases.
git clone https://github.com/mawoka-myblock/envwoman && cd envwoman/clicargo install --path ./After you installed envwoman, run envwoman login to log in. If you don't have an account yet, head over to the Register page and create an account there. After that, you can initialize a new project in the folder you're in, by entering envwoman init. If you want to add a file (probably called .env), use envwoman init -f .env instead of envwoman init. To push your changes, run envwoman push, and to pull, use envwoman pull. You can find out more by entering envwoman -h.
git clone https://github.com/mawoka-myblock/envwoman && cd envwomandocker compose pull && docker compose builddocker compose up -d