chore: initialize repo structure and sync tooling

public/ + private/ layout, sync.sh for dual-remote push,
pre-push hook blocking direct public pushes, setup.sh for
fresh-clone bootstrap.
This commit is contained in:
lerko96
2026-04-17 20:29:33 -04:00
commit b3104df54d
10 changed files with 33 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# homelab
Personal homelab running at lerkolabs.com. Proxmox hypervisor, 9 LXC containers + 2 VMs, 8 VLANs, 20+ self-hosted services.
## Docs
- [Services](docs/SERVICES.md)
- [Network](docs/NETWORK.md)
- [Infrastructure](docs/INVENTORY.md)
- [Security](docs/SECURITY.md)
- [Decisions](docs/DECISIONS.md)
- [Runbooks](docs/RUNBOOKS.md)