Self-Hosted & Open Source

Guides for running your own services instead of renting them from hyperscalers. Covers Nextcloud for file sync, Jellyfin for media, Vaultwarden for passwords, Gitea for version control, and dozens of other open source platforms that replace the subscription stack most people default to. Every guide includes the Docker Compose file, the reverse proxy config, the backup approach, and the failure modes we have hit in production. Self-hosting is not about paranoia. It is about owning the infrastructure your life runs on, understanding how it works, and keeping your data under your own roof. If you want sovereignty over your digital life, this is the practical path.

Terminal showing Tailscale connected to a mesh VPN network with multiple devices listed

How to Install Tailscale on Linux (Zero-Config VPN)

How to Install Tailscale on Linux (Zero-Config VPN for Your Homelab) I have spent more hours than I care to admit configuring WireGuard tunnels by hand, generating key pairs, managing peer configs across devices, and debugging firewall rules when something stops working after a kernel update. Then I installed Tailscale, and it took two minutes. […]

How to Install Tailscale on Linux (Zero-Config VPN) Read More »

Nginx Proxy Manager web dashboard showing multiple proxy hosts with SSL certificates

How to Install Nginx Proxy Manager with Docker (2026 Guide)

The docker-compose.yml used in this guide (copy-paste ready). Every Homelab Needs a Front Door If you are running more than one web-facing service in your homelab, you have probably hit the same wall everyone does. Nextcloud is on port 8080, Vaultwarden is on port 8081, Uptime Kuma is on port 3001, and you are typing

How to Install Nginx Proxy Manager with Docker (2026 Guide) Read More »

Terminal showing Docker containers running Nextcloud, MariaDB, and Redis in a homelab environment

How to Install Nextcloud with Docker (Self-Hosted Cloud Storage)

The docker-compose.yml used in this guide (copy-paste ready). Why You Should Own Your Files I have been running Nextcloud in my homelab for over three years now. It replaced Google Drive, Dropbox, and iCloud across every device in my household. The honest version of that story is that it took me two attempts to get

How to Install Nextcloud with Docker (Self-Hosted Cloud Storage) Read More »

Padlock resting on a laptop keyboard, representing password security and self-hosted credential management

How to Install Vaultwarden with Docker (Self-Hosted Bitwarden Alternative)

How to Install Vaultwarden with Docker (Self-Hosted Bitwarden Alternative) In December 2022, LastPass disclosed that attackers had stolen encrypted password vaults for millions of users. Not metadata. Not email addresses. The actual vaults. The ones containing every password, every note, every saved card. LastPass assured everyone that vaults were safe as long as users had

How to Install Vaultwarden with Docker (Self-Hosted Bitwarden Alternative) Read More »

Ubuntu terminal showing the sudo command prompt, ready for Docker installation on Ubuntu 24.04

How to Install Docker on Ubuntu 24.04: Full Setup + Post-Install (2026)

Not on Ubuntu 24.04? If you are running Debian 12 or Ubuntu 22.04 LTS, the steps are similar but package versions differ. See our Install Docker on Debian 12 and Ubuntu 22.04 LTS guide. The docker-compose.yml used in this guide (copy-paste ready). Why Ubuntu 24.04 Is the Docker Host You Want I run Docker across

How to Install Docker on Ubuntu 24.04: Full Setup + Post-Install (2026) Read More »

K3s: Real Kubernetes on a Raspberry Pi

K3s: Real Kubernetes on a Raspberry Pi

K3s: Real Kubernetes on a Raspberry Pi Let me be honest upfront: running Kubernetes on a single Raspberry Pi is over-engineered. For running a few containers, Docker Compose is simpler, lighter, and more appropriate. If your goal is purely practical — get services running with minimum fuss — you don’t need Kubernetes. That’s not the

K3s: Real Kubernetes on a Raspberry Pi Read More »

Scroll to Top