Sync docs, add verae-bootstrap, and run the full stack on NS1.
Some checks are pending
offline / test (push) Waiting to run
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:
parent
baaf1c2275
commit
03f557203a
42 changed files with 481 additions and 13 deletions
|
|
@ -69,6 +69,7 @@ create verae-staff-session "Shared staff cookie login for department HTML"
|
|||
create verae-staff-ui "Shared staff review HTML template"
|
||||
create verae-staff-iam "Internal staff users, roles, and permissions"
|
||||
create verae-keep "Host keep-alive: restart units unless admin paused or stopped them"
|
||||
create verae-bootstrap "Clone all module repos and install deps for each server type"
|
||||
|
||||
push_dir "$ROOT/packages/zappier" zappier-edge
|
||||
push_dir "$ROOT/packages/verae-zapier-middleware" verae-middleware
|
||||
|
|
@ -104,5 +105,6 @@ push_dir "$ROOT/packages/verae-staff-session" verae-staff-session
|
|||
push_dir "$ROOT/packages/verae-staff-ui" verae-staff-ui
|
||||
push_dir "$ROOT/packages/verae-staff-iam" verae-staff-iam
|
||||
push_dir "$ROOT/packages/verae-keep" verae-keep
|
||||
push_dir "$ROOT/packages/verae-bootstrap" verae-bootstrap
|
||||
|
||||
echo ALL_MODULE_REPOS_PUSHED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue