docs: replace kindred.internal with example.internal in all docs and config #61

Merged
forbes merged 2 commits from docs-remove-internal-hostnames into main 2026-02-11 17:49:41 +00:00
Owner

Replace all references to internal hostnames with example.internal equivalents so docs/config don't reference internal infrastructure names.

Hostname mapping

Old New
silo.kindred.internal silo.example.internal
psql.kindred.internal psql.example.internal
minio.kindred.internal minio.example.internal
ipa.kindred.internal ipa.example.internal
keycloak.kindred.internal keycloak.example.internal
gitea.kindred.internal git.kindred-systems.com (public instance)
git.kindred.internal git.kindred-systems.com (public instance)

Also fixes stale silo-0062 repo name in setup-host.sh and DEPLOYMENT.md.

Files changed (13)

docs/DEPLOYMENT.md, docs/AUTH_USER_GUIDE.md, docs/SPECIFICATION.md, docs/STATUS.md, ROADMAP.md, config.example.yaml, deployments/config.prod.yaml, deployments/docker-compose.prod.yaml, deployments/systemd/silod.env.example, scripts/setup-host.sh, scripts/deploy.sh, scripts/setup-ipa-nginx.sh, cmd/silo/main.go

Replace all references to internal hostnames with `example.internal` equivalents so docs/config don't reference internal infrastructure names. ### Hostname mapping | Old | New | |-----|-----| | `silo.kindred.internal` | `silo.example.internal` | | `psql.kindred.internal` | `psql.example.internal` | | `minio.kindred.internal` | `minio.example.internal` | | `ipa.kindred.internal` | `ipa.example.internal` | | `keycloak.kindred.internal` | `keycloak.example.internal` | | `gitea.kindred.internal` | `git.kindred-systems.com` (public instance) | | `git.kindred.internal` | `git.kindred-systems.com` (public instance) | Also fixes stale `silo-0062` repo name in `setup-host.sh` and `DEPLOYMENT.md`. ### Files changed (13) `docs/DEPLOYMENT.md`, `docs/AUTH_USER_GUIDE.md`, `docs/SPECIFICATION.md`, `docs/STATUS.md`, `ROADMAP.md`, `config.example.yaml`, `deployments/config.prod.yaml`, `deployments/docker-compose.prod.yaml`, `deployments/systemd/silod.env.example`, `scripts/setup-host.sh`, `scripts/deploy.sh`, `scripts/setup-ipa-nginx.sh`, `cmd/silo/main.go`
forbes added 1 commit 2026-02-11 17:21:26 +00:00
Replace all references to internal hostnames (silo.kindred.internal,
psql.kindred.internal, minio.kindred.internal, ipa.kindred.internal,
keycloak.kindred.internal) with example.internal equivalents.

Replace gitea.kindred.internal and git.kindred.internal with the public
git.kindred-systems.com instance. Also fix stale silo-0062 repo name
in setup-host.sh and DEPLOYMENT.md.
forbes added 1 commit 2026-02-11 17:38:04 +00:00
- Update migration count from 11 to 13 across all docs (012_bom_source,
  013_move_cost_sourcing_to_props)
- Update endpoint count from 75 to 78 across all docs
- Add 3 missing endpoints to SPECIFICATION.md section 11.1:
  GET /api/events (SSE), GET /api/items/by-uuid/{uuid},
  POST /api/items/{pn}/bom/merge
- Add migrations 012 and 013 to STATUS.md table
- Fix migration 010 description (sourcing_link and standard_cost moved
  to revision properties in 013)
forbes merged commit 460b0f37fd into main 2026-02-11 17:49:41 +00:00
forbes deleted branch docs-remove-internal-hostnames 2026-02-11 17:49:42 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/silo#61