From d82fb3b552d20a279efdd9408042183cfa02fb48 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 25 Dec 2025 23:33:25 +0000 Subject: initial commit --- posts/hello-world.mdx | 10 ++++++++++ posts/homelab.mdx | 31 +++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 posts/hello-world.mdx create mode 100644 posts/homelab.mdx (limited to 'posts') 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. + +![NAS](/images/homelab/nas.webp) + +* 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. + +![NAS Fan](/images/homelab/nasfan.webp) + +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](/images/homelab/pi.webp) + +## 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. -- cgit v1.3.1