transmission log — filtered
#docker
7 posts
- [27] Part 27: A Self-Hosted OpenRouter for the Family — Deploying LiteLLM We added LiteLLM as a multi-tenant gateway in front of our local Ollama, so each family member's future Hermes agent — and OpenWebUI — gets its own revocable API key with per-key model allow-lists. Along the way, three things forced us to slow down: a Postgres container that looked alive but wasn't, a base64 password that broke Prisma's URL parser, and a Qwen 3.6 model that wrote 300 tokens of thinking and zero tokens of answer. #homelab #ansible
- [26] Part 26: The SDE/SDM Review — Bugs Hiding in Plain Sight A code quality review of the monitoring stack found three critical bugs — including one that had silently broken all Docker log collection since day one. Sometimes the most dangerous failures are the ones that don't make any noise. #homelab #monitoring
- [25] Part 25: Eliminating the Last Snowflake The juntgen.com Astro site was the last unversioned snowflake in the homelab — no git history, no IaC, 8 blog posts behind. We moved it into the homelab monorepo and made it deployable with the same command as everything else. #homelab #docker
- [23] Part 23: Replacing Portainer with Ansible #homelab #ansible
- Cleanup Day: Revoking Dead Tokens, Fixing the Vault, and Learning to Ask Before You Build #homelab #ansible
- [04] GitOps for Docker Stacks with Portainer #homelab #gitops
- [06] Security Review: Hardening a Homelab IaC Repo #homelab #security