rynge-lab¶
Self-hosted server platform for rynge.com — Docker-first, IaC, Git as
the source of truth.
Status: Pre-boot. Hardware not yet delivered. Architecture, documentation and Compose files are prepared up front so the first boot is fast and predictable.
Where to start¶
| If you want to… | Go to |
|---|---|
| Understand the system at a glance | Architecture |
| See what's actually running | Services |
| Set up the hardware | Hardware |
| Trace the network paths | Network |
| Lock down the box | Security |
| Back up + restore | Recovery |
| Boot the lab on day one | Roadmap + Day-1 checklist |
| Read the rationale for a choice | Decisions |
Design principles (in priority order)¶
- Stability — boring tech.
- Easy recovery — every service restorable in <1 h.
- Security — least privilege, no unnecessary public exposure.
- Maintainability — ADRs, healthchecks, monitoring.
- Low complexity — Proxmox + Compose, not Kubernetes.
- Low energy use — i5-10500T at 35 W TDP.
Repo layout¶
See the README on GitHub.