Merge pull request #20 from theta42/fix/bootstrap-proxy-hosts

setup.sh: register SSO + proxy hostnames as Host records in the proxy
This commit is contained in:
2026-07-14 01:07:53 -04:00
committed by GitHub
4 changed files with 75 additions and 5 deletions
+4 -1
View File
@@ -92,7 +92,10 @@ What happens:
service account, your first admin, and the proxy's OAuth client, and writes
the generated client id + secret into `./config/proxy-secrets.js`.
4. Builds + starts **proxy**, waits for `/health`.
5. Prints your first-admin login + the public URLs.
5. Registers `<SSO_HOST>` and `<PROXY_HOST>` as Host records in the proxy —
every hostname the proxy serves, including its own UI and the SSO's,
needs one of these or it 404s. Idempotent.
6. Prints your first-admin login + the public URLs.
The first run builds two Docker images (a few minutes). Subsequent runs are
fast.