diff options
| author | schererleander <leander@schererleander.de> | 2025-04-15 17:34:54 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-04-15 17:34:54 +0200 |
| commit | 1808e67d24dd62c344e5b8f733ec58cd6701646a (patch) | |
| tree | edd06f10c5e583c50f4958f54d58cd6236db922e /html | |
| parent | c17f2c68fcb1ab34acee7d46c41a7418966714fa (diff) | |
add homelab section
Diffstat (limited to 'html')
| -rw-r--r-- | html/homelab.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/html/homelab.html b/html/homelab.html new file mode 100644 index 0000000..1e9ee68 --- /dev/null +++ b/html/homelab.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>߸ homelab</title> + <link rel="stylesheet" href="style.css"> + </head> + <body> + <h1>home lab</h1> + <h2>nas</h2> + <img width="280" src="nas.png" alt="NAS setup"> + <p>My custom-built NAS running Unraid in RAID-1 hosts the following services. See <a href="gear.html">gear</a> for specs.</p> + <ul> + <li><strong>Jellyfin:</strong> Media library</li> + <li><strong>Kavita:</strong> Ebooks and manga</li> + <li><strong>AdGuard Home:</strong> Ad blocking</li> + <li><strong>Nginx:</strong> Reverse proxy</li> + <li><strong>Ollama:</strong> Enough for small LLM testing</li> + </ul> + <p>For remote access, I use a VPN to connect to the machine. I also back up my MacBook using Time Machine, and for my desktop and VPS I use rsync.</p> + + <h2>raspberry pi</h2> + <img width="280px" src="pi.png"> + <p>Raspberry Pi 5 (8GB) running Homebridge to integrate non-HomeKit devices. It also serves as a precision NTP server using a Uputronics GPS module.</p> + + <h2>vps</h2> + <p>Cheap Ionos VPS for services exposed to the internet. Mainly using it for hosting this website and Nextcloud.</p> + </body> +</html>
\ No newline at end of file |
