Complete Guide: Scrutiny SMART Monitoring on Proxmox LXC in 6 Steps
If you run a homelab with more than a couple of drives, you already know the pain: smartctl works but its output is a wall of numbers, smartd…
grep -r "#tag"
If you run a homelab with more than a couple of drives, you already know the pain: smartctl works but its output is a wall of numbers, smartd…
This is a follow-up to the OneDrive Proxmox LXC ZFS Mirror setup guide. After running the setup for a few days, you might notice something odd in the…
Setting up a self-hosted Vaultwarden password manager is one of the simplest and most rewarding things you can do in your homelab. A single Docker container, a few…
If you run containers at home, your base images are quietly accumulating CVEs you never asked for. 🔒 That changed in December 2025, when Docker made its entire…
If you want a private, self-hosted assistant you can reach from anywhere, OpenClaw Docker on Home Server is a solid setup: the Gateway runs in Docker, your data…
If you’re new to Docker, it can feel like “magic”: you run a single command and suddenly an app works on your machine without installing a bunch of…
⚠️ Update: After a recent Bitwarden Lite image update, I ran into critical bugs that make the container unusable. The internal nginx proxy fails to resolve localhost inside…
I run a small homelab where a couple of “developer quality-of-life” services run on a NAS: Both services were reachable via raw IP + port (e.g., http://<NAS_IP>:<PORT>). That…
If you’re a developer who lives in terminals, logs, and quick copy-paste utilities, Self-Hosting IT-Tools in Docker is the kind of “small thing” that ends up saving you…
What is Dozzle? 🤔 Dozzle is a lightweight, web-based log viewer for Docker containers. Instead of running docker logs -f … in a terminal, you get a clean…