diff options
Diffstat (limited to 'posts')
| -rw-r--r-- | posts/hello-world.mdx | 10 | ||||
| -rw-r--r-- | posts/homelab.mdx | 31 |
2 files changed, 41 insertions, 0 deletions
diff --git a/posts/hello-world.mdx b/posts/hello-world.mdx new file mode 100644 index 0000000..54555b1 --- /dev/null +++ b/posts/hello-world.mdx @@ -0,0 +1,10 @@ +--- +title: Hello World +date: 2025-12-25 +--- + +Hello World + +```python +print("Hello World") +``` diff --git a/posts/homelab.mdx b/posts/homelab.mdx new file mode 100644 index 0000000..eaeba37 --- /dev/null +++ b/posts/homelab.mdx @@ -0,0 +1,31 @@ +--- +title: Homelab +date: 2025-06-25 +--- + +My custom-built NAS running Unraid hosts the following services. + + + +* Jellyfin: Media library +* Kavita: Ebooks and manga +* AdGuard Home: Ad blocking +* Nginx: Reverse proxy +* Borgmatic: Configuration-driven backup software + +AppData and important shares such Pictures are backuped via borgmatic to Borgbase + +Replaced the rear fan with a Nocuta NF-A12x15 that is much quieter. + + + +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 +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. |
