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
+3
View File
@@ -0,0 +1,3 @@
# CHANGELOG
_stub_
+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)
View File
+3
View File
@@ -0,0 +1,3 @@
# DECISIONS
_stub_
+3
View File
@@ -0,0 +1,3 @@
# INVENTORY
_stub_
+3
View File
@@ -0,0 +1,3 @@
# NETWORK
_stub_
+3
View File
@@ -0,0 +1,3 @@
# RUNBOOKS
_stub_
+3
View File
@@ -0,0 +1,3 @@
# SECURITY
_stub_
+3
View File
@@ -0,0 +1,3 @@
# SERVICES
_stub_
View File