Nginx Proxy Manager Setup: Reverse Proxy with HTTPS for Homelab Services

If you run multiple services in your homelab, you’ve probably faced the hassle of remembering ports like 192.168.1.10:8080 or 192.168.1.20:3000. Nginx Proxy Manager (NPM) solves this by giving every service a clean domain name, automatic HTTPS, and a single web UI to manage it all — no hand-editing config files required. What Nginx Proxy Manager … Read more

WireGuard VPN for Homelab: Secure Remote Access Setup Guide

wireguard

Remote access to your homelab shouldn’t require opening ports, configuring port forwarding on your ISP router, or exposing management interfaces to the internet. A WireGuard VPN setup gives every device on your phone, laptop, or remote network a secure tunnel back into your home lab as if you were sitting in front of it. Why … Read more

Self-Hosted Git Server with Gitea: Complete Setup Guide 2026

gitea

If you’re managing code, infrastructure, or even personal projects, keeping everything on GitHub or GitLab eventually raises questions about access control, privacy, and vendor lock-in. A self-hosted Git server with Gitea gives you full control over repositories, users, and permissions on your own hardware. Why Gitea Instead of GitHub Gitea is a lightweight, open-source Git … Read more

The Ultimate Docker Compose Homelab Stack: 15 Self-Hosted Apps in Minutes

If you’ve ever wanted to deploy multiple self-hosted apps without fighting dependencies, Docker Compose is the answer. Instead of installing each service manually, you define your entire stack in one YAML file and bring it up with a single command. Why Docker Compose for a Homelab Most homelab guides scatter configuration across VMs, LXC containers, … Read more