-
Notifications
You must be signed in to change notification settings - Fork 1
env vars
GitHub Actions Bot edited this page May 3, 2026
·
3 revisions
This document lists all environment variables used by ɳSelf Admin.
| Variable | Type | Default | Required | Description |
|---|---|---|---|---|
ADMIN_PORT |
integer | 3021 |
No | Port for the admin UI web server |
ADMIN_EMAIL |
string | — | No | Admin login email address |
ADMIN_PASSWORD_HASH |
string | — | No | bcrypt hash of the admin password |
ADMIN_SECRET_KEY |
string | — | No | Secret key for signing sessions |
NSELF_ADMIN_VERSION |
string | — | No | Admin Docker image tag |
NSELF_ADMIN_ROUTE |
string | — | No | nginx route override |
| Variable | Type | Default | Required | Description |
|---|---|---|---|---|
NSELF_ADMIN_MULTIUSER |
boolean | false |
No | Enable multi-user Admin UI (v1.2 preview). When false (default), the /users, /tenant/*, and /auth/roles pages are hidden and API endpoints return HTTP 404. Multi-user Admin is not wired in v1.0.9; pages show a "preview" banner when enabled. Full multi-user GA target: v1.2.0 (Q3 2026). |
- Full ecosystem reference: F09, Environment Variable Inventory
- Admin architecture: Architecture.md
- Single-user posture: Docs, Single-User Posture
Version: 1.0.0 | Updated: 2026-09-16 11:21 UTC | GitHub