Skip to main content

Docker

The Great ArgoCD Yak Shave: How a Simple GitOps Dream Sidetracked into a 16GB Harbor & Proxmox Nightmare

It all started with an innocent, reasonable goal on a lazy Saturday afternoon: “I just want to test ArgoCD in my homelab.” That’s it. Just install ArgoCD, hook up a sample repo, and watch green synchronization badges light up like a digital Christmas tree as declarative GitOps magic takes over my local Kubernetes cluster. A 30-minute side quest. tops. The Golden Law of Homelab Yak Shaving: No homelab project ever stays within its original scope. A simple software trial will inevitably expand until it consumes your weekend, your RAM, and your will to live.

Lazy SRE Automation: How n8n and Ollama Write Their Own Pull Requests When Servers Crash

Getting woken up by an alert at 2:15 AM because a container crashed on a port conflict is a rite of passage every DevOps engineer despises. Standard engineering response: Wake up, open your laptop in the dark, SSH into the host, parse docker logs, realize a memory limit or port mapping is misconfigured, edit the docker-compose.yml, commit the fix, and go back to sleep angry. Lazy homelab engineering response: Build an automated n8n + Vector + Ollama AI pipeline that catches the crash log, diagnoses the root cause, writes the code patch, creates a Git branch, opens a Pull Request, and pings your phone on Discord so you can click “Merge” without leaving bed. Here is how I built the SRE Log Triage & Auto-PR Workflow using n8n—the premier open-source workflow automation platform.

Inside Night-Tower: The Over-Engineered Homelab Powered by Fighter Jets and AI Chaos

Most normal human beings buy a single-bay Synology NAS, plug it into their router, copy their family photos over, and call it a day. Then there are homelab enthusiasts. We look at a simple home network and think: “You know what this single-bedroom apartment really needs? A three-node high-availability baremetal Proxmox hypervisor cluster, enterprise-grade OPNsense firewalling, automated GitOps CI/CD pipelines, local AI LLM orchestration, and 1Password-vaulted Ansible playbooks.” Welcome to Night-Tower—the homelab where enterprise-grade architecture meets absurd levels of over-engineering.

My Newly Found Love for Grafana: Visualizing My Homelab Metrics

Every homelabber reaches a point where running htop and df -h in a loop simply isn’t enough anymore. When your self-hosted ecosystem grows, having real-time, historical visibility into your hardware becomes a necessity. This is the story of my newly found love for Grafana and how I set up a robust, visually stunning monitoring stack for my personal homelab repository, night-tower.