blob: 19a388b937396806eb5afadf116628d968acf036 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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/).
|