Confirm admin credentials to start enrollment:
Add this account to your authenticator app:
Tap on mobile to launch Authy / FreeOTP / Google Authenticator / 1Password / Aegis already pre-filled.
Or enter manually:
After adding the account, enter the 6-digit code it generates:
Each is single-use and shown only once. They unlock the account if you lose your OTP app.
Paste a .env file. The tool classifies each variable as secret or config, lets you override, then writes secrets to Vault and returns the two env vars (VAULT_SECRETS + VAULT_ENV_NAMES) ready to paste into the deploy stack.
Tap any value to reveal it. Change the type via the dropdown if the LLM guessed wrong. Secrets are yellow, configs are blue.
Both secrets and configs now live in Vault under
secret/<folder>/<key> (secrets) and
secret/<folder>/config/<key> (configs).
The 4 lines below are pointers — eas-runtime-core's
vault-fetch.sh resolves them at container start.
Same content with header comments — drop into /data/env/<app>.env as-is.