feat: implement Remote WinBox worker, API, frontend integration, OpenBao persistence, and supporting docs
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# docker compose --profile full build api && docker compose --profile full build poller && docker compose --profile full build frontend
|
||||
# docker compose --profile full up -d
|
||||
# open http://localhost:3000
|
||||
# Login: admin@mikrotik-portal.dev / changeme-in-production
|
||||
# Login: admin@the-other-dude.dev / changeme-in-production
|
||||
|
||||
# Environment (dev | staging | production)
|
||||
ENVIRONMENT=dev
|
||||
@@ -37,8 +37,13 @@ NATS_URL=nats://nats:4222
|
||||
JWT_SECRET_KEY=dev-jwt-secret-do-not-use-in-production-replace-me
|
||||
CREDENTIAL_ENCRYPTION_KEY=LLLjnfBZTSycvL2U07HDSxUeTtLxb9cZzryQl0R9E4w=
|
||||
|
||||
# OpenBao unseal key (generated on first run - see init.sh output)
|
||||
BAO_UNSEAL_KEY=
|
||||
# OpenBao root token (generated on first run - replaces dev-openbao-token)
|
||||
# OPENBAO_TOKEN=
|
||||
|
||||
# First admin bootstrap (dev only)
|
||||
FIRST_ADMIN_EMAIL=admin@mikrotik-portal.dev
|
||||
FIRST_ADMIN_EMAIL=admin@the-other-dude.dev
|
||||
FIRST_ADMIN_PASSWORD=changeme-in-production
|
||||
|
||||
# CORS (comma-separated origins)
|
||||
|
||||
Reference in New Issue
Block a user