docs: replace kindred.internal with example.internal in all docs and config #61
Reference in New Issue
Block a user
Delete Branch "docs-remove-internal-hostnames"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace all references to internal hostnames with
example.internalequivalents so docs/config don't reference internal infrastructure names.Hostname mapping
silo.kindred.internalsilo.example.internalpsql.kindred.internalpsql.example.internalminio.kindred.internalminio.example.internalipa.kindred.internalipa.example.internalkeycloak.kindred.internalkeycloak.example.internalgitea.kindred.internalgit.kindred-systems.com(public instance)git.kindred.internalgit.kindred-systems.com(public instance)Also fixes stale
silo-0062repo name insetup-host.shandDEPLOYMENT.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- 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)