Document secure engine operations
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user