Outline Wiki Deployment Guide — Self-Hosted Knowledge Base with Docker
Deploy Outline wiki on your homelab with Docker Compose. Complete guide covering PostgreSQL, Redis, OIDC auth with Authentik, S3/MinIO storage, and Traefik reverse proxy.
Deploy Outline wiki on your homelab with Docker Compose. Complete guide covering PostgreSQL, Redis, OIDC auth with Authentik, S3/MinIO storage, and Traefik reverse proxy.
Deploy LibreNMS in Docker for complete homelab network monitoring. SNMP autodiscovery, alert rules, and dashboard setup for MikroTik routers, Proxmox hosts, and Linux servers.
A practical guide to debugging Linux bridge networks used by Docker and Proxmox. Covers tcpdump packet captures, brctl and bridge fdb inspection, VLAN troubleshooting, Docker network namespace traversal, and fixes for common connectivity problems.
Configure bridges, VLANs, and bond interfaces using systemd-networkd on Debian 13 and Ubuntu 24.04. Real configuration files for KVM/Proxmox bridges, VLAN trunking, and link aggregation.
Migrate Docker from iptables to the native nftables firewall backend. Configure docker daemon.json for nftables on Debian 13, test port publishing, and troubleshoot common migration issues.
Prevent OOM killer crashes on your Docker homelab host. Configure systemd OOMD, set proper oom_score_adj values, enable earlyoom, and apply cgroups v2 memory limits for reliable container operation.
Run Docker Buildx on a single Linux host to produce amd64 plus arm64 images. Configure QEMU binfmt emulation, build with buildx bake, and push multi-manifest images to any registry.
Passthrough an Intel iGPU through Proxmox to a VM for Jellyfin hardware transcoding. Configure IOMMU, bind vfio-pci, verify groups, and tune performance.
Monitor disk health proactively with smartmontools and Scrutiny. Covers smartd alert configuration, reading SMART attributes, and deploying a Scrutiny Docker dashboard for centralized multi-host disk health tracking.
Swap your standard Docker Hub images for Docker Hardened Images (DHI) to cut CVEs by up to 95%. Step-by-step Compose migration for Postgres, Redis, Nginx, and your full homelab stack.