From b970fecb331d6eabe8eca96a93a6ecb7605780b8 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 26 Jun 2025 23:47:03 +0200 Subject: convert homelab page to blog entry --- src/pages/Homelab.tsx | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 src/pages/Homelab.tsx (limited to 'src/pages/Homelab.tsx') diff --git a/src/pages/Homelab.tsx b/src/pages/Homelab.tsx deleted file mode 100644 index 9371ff2..0000000 --- a/src/pages/Homelab.tsx +++ /dev/null @@ -1,47 +0,0 @@ -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 connect to the machine via VPN. I back up my MacBook to that machine with Time Machine, and I back up my desktop and VPS to it using 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

-

- Cheap Ionos VPS running nixos via nixos-infect for services exposed to the internet. Mainly using it for hosting this website and Nextcloud. -

-
- - ); -} \ No newline at end of file -- cgit v1.3.1