Sync docs, add verae-bootstrap, and run the full stack on NS1.
Some checks are pending
offline / test (push) Waiting to run

Docs match current modules: public portal is access-web /portal/,
IAM and keep are listed, edge is loopback. Bootstrap clones every
Forgejo repo and installs deps per server type. Fleet starts IAM
and staff-session. NS1 all-in-one uses edge :13000 because :3000
is taken; archive workers stay with keep.
This commit is contained in:
George Lambert 2026-09-11 19:52:54 -04:00
parent baaf1c2275
commit 03f557203a
42 changed files with 481 additions and 13 deletions

View file

@ -33,6 +33,8 @@
"archive-aggregator": { "min": 1, "max": 2, "keepFloor": true, "enabled": true },
"archive-worm": { "min": 3, "max": 6, "keepFloor": true, "enabled": true },
"tree-node": { "min": 3, "max": 9, "keepFloor": true, "enabled": true },
"zapier-simulator": { "min": 0, "max": 1, "keepFloor": false, "enabled": true }
"zapier-simulator": { "min": 0, "max": 1, "keepFloor": false, "enabled": true },
"staff-iam": { "min": 1, "max": 1, "keepFloor": true, "enabled": true },
"staff-session": { "min": 1, "max": 1, "keepFloor": true, "enabled": true }
}
}