Skip to content

Welcome to DopbaseSecrets manager in a single file

Run the server yourself. Keep projects, environments, and secrets in one place without building a platform around the platform.

server and client handshake
$ dopbase serve
Admin UI  http://localhost:8840
API       http://localhost:8840/api
Ready.

$ dopbase config
Server: http://localhost:8840 (default)

$ dopbase init storefront development --from .env
Created storefront/development (env_01DEV...)

$ dopbase run storefront/development -- npm start
Loaded 17 secrets into the application process.
01 / ServeStart Dopbase or use Cloud.
02 / ConnectChoose the active server.
03 / ManageStore secrets by environment.
04 / RunInject them without a .env file.

Secrets manager in a single file.