Document secure engine operations

This commit is contained in:
2026-07-23 16:02:37 -07:00
parent 899351552d
commit 68d76a59df
2 changed files with 155 additions and 1 deletions
+5 -1
View File
@@ -34,7 +34,11 @@ npm run build
npm start
```
The control plane listens on port `3000`.
The development server listens on port `3000` by default. In the current production deployment, the Node service listens privately on `127.0.0.1:3001`; Nginx exposes the control plane on port 80 and the active rendered release on port 3000.
## Operations
See [Website Engine Operations](docs/OPERATIONS.md) for the verified private-network topology, deployment procedure, service checks, key fingerprints, credential-handling rules, and recovery guidance. The operations document intentionally contains no passwords, tokens, or private-key material.
## Build artifacts