Multiple Actions with a Single docker exec Call
Run multiple commands in one docker exec call using sh -c — pipe commands, chain with && or ;, and avoid repeated container roundtrips.
All the articles with the tag "homelab".
Run multiple commands in one docker exec call using sh -c — pipe commands, chain with && or ;, and avoid repeated container roundtrips.
Shell globbing breaks inside docker exec because of how args are parsed — here's how to pass wildcards and asterisks correctly.
Automate a full WordPress stack deployment — Docker, nginx, and MySQL — using Ansible playbooks instead of clicking through wizards.
Cloudflare Tunnels expose local services to the internet without open ports — secure setup with zero-trust access controls.
Uptime Kuma monitors your services and sends alerts when they go down — beautiful self-hosted alternative to UptimeRobot.
Squeeze more out of Proxmox VE — CPU pinning, memory ballooning, IO threads, virtio drivers, and storage tuning for faster VMs.
Automate Docker container deployment with shell scripts, cron, and Ansible — stop SSHing in and restarting things by hand.
Logs, metrics, and traces for Docker containers — Prometheus, Loki, Grafana, and OpenTelemetry to know what's happening inside your stack.
Docker needs a daemon; Podman doesn't. Compare architecture, rootless support, Compose compatibility, and which one belongs in your workflow.
Ollama makes running local LLMs dead simple — pull a model, start the server, and get a private ChatGPT running on your own hardware.
LocalAI is a self-hosted OpenAI-compatible API — run any GGUF model and connect existing tools without changing a line of client code.
Zabbix is enterprise-grade monitoring that you can self-host — agents, templates, triggers, and dashboards for your entire home lab.