diff options
| author | schererleander <leander@schererleander.de> | 2025-06-26 23:47:03 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-06-26 23:47:03 +0200 |
| commit | b970fecb331d6eabe8eca96a93a6ecb7605780b8 (patch) | |
| tree | 48c4349cc70ec44aada611866808dcf39abbb88c /src/blog | |
| parent | 2b05c74887829ca6d56b2cd0f305eae500a99eec (diff) | |
convert homelab page to blog entry
Diffstat (limited to 'src/blog')
| -rw-r--r-- | src/blog/homelab.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/blog/homelab.md b/src/blog/homelab.md new file mode 100644 index 0000000..19a388b --- /dev/null +++ b/src/blog/homelab.md @@ -0,0 +1,26 @@ +--- +title: "Homelab" +date: "2025-06-25" +excerpt: "My Homelab setup" +cover: "/images/nas.webp" +--- + +## NAS + +My custom-built NAS running Unraid hosts the following services. See [gear](/gear) for specs. + +- Jellyfin: Media library +- Kavita: Ebooks and manga +- AdGuard Home: Ad blocking +- Nginx: Reverse proxy +- Ollama: Enough for small LLM testing + +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 (8GB) running [Homebridge](https://homebridge.io/) to integrate non-HomeKit devices. It also serves as a precision NTP server using a [Uputronics](https://store.uputronics.com/products/raspberry-pi-gps-rtc-expansion-board) GPS module. + +## VPS +Cheap Ionos VPS running nixos via [nixos-infect](https://github.com/elitak/nixos-infect) for services exposed to the internet. Mainly using it for hosting this website and [Nextcloud](https://nextcloud.com/). + |
