Add operator console (Fleet, Trace, Docs) with screenshots
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
Unify loopback ops, hop testing, and reading order. Overview lists high-level docs first, then architecture, then the rest. Credits: Scott Lindsey, George Lambert, NATS.IO, Grok-Code by Grok.com.
This commit is contained in:
parent
a32c91475c
commit
cf4ef9e3af
17 changed files with 457 additions and 143 deletions
28
packages/verae-fleet/docs/CONSOLE.md
Normal file
28
packages/verae-fleet/docs/CONSOLE.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Operator console
|
||||
|
||||
Loopback UI at **http://127.0.0.1:3850/** — Fleet, Trace (simulator), and Docs in one shell. Not a public site. NATS stays private; SSH identity files stay on disk.
|
||||
|
||||
```bash
|
||||
cd packages/verae-fleet
|
||||
node src/cli.js serve
|
||||
```
|
||||
|
||||
## Tabs
|
||||
|
||||
| Tab | Purpose |
|
||||
|-----|---------|
|
||||
| **Fleet** | Machines (SSH/local), replica floors, green/yellow/red, RTT min/avg/p50/p90 spark, pause/restart/off with confirm, ssh-check toast |
|
||||
| **Trace** | In-process Zapier simulator: run a step, hop log, monitors/suggestions |
|
||||
| **Docs** | Reading order: overview → module summaries → architecture → remaining docs |
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
Design tokens match the zappier portal/admin (indigo shell). Customer portal is unchanged.
|
||||
|
||||
See [overview](https://git.georgelambert.org/marchon/overview).
|
||||
Loading…
Add table
Add a link
Reference in a new issue