Homelab
Self-hosted infrastructure running on a single Proxmox node (chizuru).
Stack
| Layer | Technology |
|---|---|
| Hypervisor | Proxmox VE (chizuru, 192.168.1.125) |
| Reverse Proxy | Caddy (LXC 105, 192.168.1.200) |
| Container Runtime | Docker on LXC 103 (192.168.1.22) |
| GitOps | Forgejo + Forgejo Actions |
| Automation | Ansible |
| Monitoring | Gatus → n8n → Matrix |
Services
| Service | URL |
|---|---|
| Forgejo | https://code.eva-00.network |
| The Lounge (IRC) | https://irc.eva-00.network |
| Matrix/Synapse | https://matrix.eva-00.network |
| n8n | https://n8n.eva-00.network |
| Gatus | https://uptime.eva-00.network |
| Open WebUI | https://ai.eva-00.network |
| Homebridge | https://hb.eva-00.network |
How deployments work
Push to main
└── Forgejo Actions triggers workflow
└── ansible-playbook runs on docker-host
└── Service is deployed / updated
Every service is fully redeployable from git with no manual steps.