feat(control): IV Control admin app — owner-gated /api/control proxy to ivctl + Control view (applicants/instances/releases/tickets/groups) + sidebar
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -3,3 +3,8 @@ OWNER_TOKEN=CHANGE_ME_TO_LONG_RANDOM
|
||||
PORT=3000
|
||||
LOG_LEVEL=info
|
||||
NODE_ENV=development
|
||||
|
||||
# IV Control admin proxy (/api/control/* -> ivctl admin API). Owner-only.
|
||||
# Leave IVCTL_URL unset to disable the Control app (proxy returns 503).
|
||||
IVCTL_URL=http://192.168.X.X:8080
|
||||
IVCTL_ADMIN_TOKEN=CHANGE_ME_IVCTL_ADMIN_TOKEN
|
||||
|
||||
Reference in New Issue
Block a user