Deployments
system The build, registry, secret retrieval, Compose, health, and receipt path shared by deployed projects.
- From keep: Secrets arrive at runtime. Deploy identities pull encrypted environment bundles from keep and decrypt locally, separating configuration in Git from secret values on the host. keep case study, Under the hood
- To Under the hood: Private machinery, public explanation. Sanitized build identity, artifact flow, trust boundaries, and health behaviour supply the evidence shown on Under the Hood. Under the hood
- To trace: Deployment receipts. The deployment path can emit allowlisted receipts so incidents can be compared with the builds immediately before and after them. Under the hood, Failure museum
npm-statuspage
project A small service that reads proxy hosts from Nginx Proxy Manager and HTTP-checks them on a schedule. Serves a live status page and a JSON API.
Project write-up → - To Homelab observability: Public service health. npm-statuspage discovers reverse-proxy hosts and checks them, supplying a deliberately small public view of homelab availability. npm-statuspage, homelab
Homelab observability
system The operational view combining service health, metrics, and deliberately public status.
- From npm-statuspage: Public service health. npm-statuspage discovers reverse-proxy hosts and checks them, supplying a deliberately small public view of homelab availability. npm-statuspage, homelab
- To Under the hood: Runtime health beside build identity. Operational health complements the deployment story without publishing raw metrics, internal labels, or private topology. Under the hood, homelab case study
- From trace: Incidents point back to signals. An incident can cite observed service health and metrics, while the monitoring stack remains the authority for current operational state. Failure museum, homelab