Initial import of verae-fleet from zapier monorepo
This commit is contained in:
commit
3ad95033dc
51 changed files with 3402 additions and 0 deletions
28
docs/CONSOLE.md
Normal file
28
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