Are you tired of juggling multiple .env files across different projects and devices? Do you wish there was a secure, centralized way to manage your environment variables without relying on third-party services?
The env_manager is a self-hosted environment variable manager that allows you to securely store, manage, and access your environment variables from anywhere.
Warning
This project is under active development and not yet ready for production use.
Download the latest binary for your platform from the releases page.
Enabling HTTPS is highly recommended if you plan to access the env manager remotely outside your own network.
There's two alternatives for achieving this:
Both options are easy to setup and most importantly FREE to use.
See their documentation files a step-by-step guide.
Firstly the env manager server needs to be installed as system service (i.e., it will be registered as a background app):
./envms service installThe server listens on port 8080 by default.
If it doesn't start by default, do:
./envms service startTODO!