To provide a simple, self-hosted service that stores, secures, and serves environment variable sets over API — enabling centralized, token-based configuration delivery to servers and CLI tools.
- Basic REST API with token-authenticated access
- Secure storage of environment variable sets (per project/token)
- Web UI for managing keys, values, and tokens
- Endpoint to export env as key=value for CLI use
- Admin interface for managing access
- Dockerized deployment (with docker-compose)
- Optional integration with GitHub/GitLab for sync
- Webhook support to trigger variable refresh on target hosts