import nasImg from '../assets/nas.webp'; import piImg from '../assets/pi.webp'; import LinkWithIcon from '../components/LinkWithIcon'; const nasServices = [ "Jellyfin: Media library", "Kavita: Ebooks and manga", "AdGuard Home: Ad blocking", "Nginx: Reverse proxy", "Ollama: Enough for small LLM testing", ]; export default function HomelabPage() { return ( <> ߸ homelab

Home lab

NAS

NAS

My custom-built NAS running Unraid hosts the following services. See gear for specs.

For remote access, I use a VPN to connect to the machine. I also back up my MacBook using Time Machine, and for my desktop and VPS I use rsync.

Raspberry Pi

Raspberry Pi 5

Raspberry Pi 5 (8GB) running Homebridge to integrate non-HomeKit devices. It also serves as a precision NTP server using a Uputronics GPS module.

{/* VPS */}

VPS

Cheap Ionos VPS for services exposed to the internet. Mainly using it for hosting this website and Nextcloud.

); }