Alexander's Portfolio

A collection of my projects and thoughts!

24 October 2025

My Homelab

by Alexander

Homelab

My Homelab is used, both as a lab, where I tinker and experiment. But it is also used to self-host sevices that I use in my everyday life, such as Home Assistant and Samba shares.

Setup

Networking

My network is segmented into VLANs with strict firewall rules. Devices on the IoT network are not allowed to access devices on other VLANs as an example.

I own a Cloudflare domain that I use internally. All of my subdomains internal DNS records point to the IP of my Traefik instance, which the directs the request to the corresponding service.

subdomain.maindomain.net -> DNS -> Traefik -> Service

The Cloud Gateway runs a WireGuard VPN server so that I can securely access services remotely.

Proxmox Server

I run Proxmox on a Minisforum UN150P mini PC

Diagram of my Homelab An overview of my homelab

tags: homelab - self-hosting