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.

Home media server setup with hard drives and a screen showing a media library interface

How to Install Jellyfin Media Server with Docker

How to Install Jellyfin Media Server with Docker (Own Your Media) In October 2023, Plex announced they were adding a free ad-supported streaming service into their app. The media server I installed to watch my own content now shows me someone else’s ad-supported films in the same interface. In 2024, they removed some features from

How to Install Jellyfin Media Server with Docker Read More »

Grafana dashboard displaying CPU, memory, and network metrics for a homelab server cluster

How to Set Up Grafana and Prometheus for Homelab Monitoring

How to Set Up Grafana and Prometheus for Homelab Monitoring I need to be honest with you before we start. Grafana and Prometheus will teach you more about your infrastructure than any other tool you deploy. They will also consume an alarming number of hours as you chase the perfect dashboard layout, tweak colour schemes,

How to Set Up Grafana and Prometheus for Homelab Monitoring Read More »

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)

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 IP addresses and port numbers into your browser

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)

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 it right, and there were weeks where I

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 »

Server room with blinking status lights on network equipment, representing infrastructure monitoring

How to Install Uptime Kuma to Monitor Your Homelab (2026 Guide)

How to Install Uptime Kuma to Monitor Your Homelab (2026 Guide) I monitor 30+ services across my homelab with Uptime Kuma. It has saved me from silent failures more times than I can count, and it takes about five minutes to deploy. Here is how to set it up properly. From the homelab: Uptime Kuma

How to Install Uptime Kuma to Monitor Your Homelab (2026 Guide) Read More »

Scroll to Top