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 »

Scroll to Top