From 4b981678e85a9411deb4161b1a4acd84f1a47400 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 15 Dec 2024 20:23:29 +0100 Subject: added thought - homelab --- content/thoughts.md | 1 + content/thoughts/homelab.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 content/thoughts/homelab.md diff --git a/content/thoughts.md b/content/thoughts.md index 58951c4..ce03015 100644 --- a/content/thoughts.md +++ b/content/thoughts.md @@ -5,3 +5,4 @@ Here are all of the thoughts I've posted so far: - [javascript, 2024-10-25](./thoughts/javascript.html) - [muscle memory, 2024-11-23](./thoughts/muscle-memory.html) - [video games, 2024-12-10](./thoughts/video-games.html) +- [homelab, 2024-12-15](./thoughts/homelab.html) \ No newline at end of file diff --git a/content/thoughts/homelab.md b/content/thoughts/homelab.md new file mode 100644 index 0000000..7b4a399 --- /dev/null +++ b/content/thoughts/homelab.md @@ -0,0 +1,28 @@ +In this post I will go over my hardware and homelab setup. +My main machine and daily driver is a desktop PC that is currently running +Void Linux. I like the xbps-src system, which is similar to BSD Ports. In fact, +once I verify that everything I use runs on FreeBSD, I will switch to that, but +for now Void Linux does does everything I need it to. +I use my main machine for, well basically everything. It's my daily driver. I +use it for software development, gaming and browsing the web. It also serves as +a sorry excuse for a homeserver. I store a vast amount of movies and music, +which I serve to my home network via jellyfin. +I also have a corebooted Thinkpad T440p, which is used as a workstation when +I'm going to be away for a couple of days. The T440p is a bit hefty, but it is +equipped with everything I need: A VGA Port, multiple USB Ports, a CD Drive and +an SD Card reader. It runs Devuan with stable repo. +I have another Thinkpad X260 that is running FreeBSD. I use it as my mobile +workstation whenever I leave my house. Since it's a bit smaller and lighter, it +is more portable than the T440p. I also use it to test applications I might need +on my main machine, so I can finally decide whether I make the switch to FreeBSD +as a daily driver or not. +My server that runs all my webservices is a random Acer Laptop I bought 13 years +ago. To my surprise I've never run into any issues, despite it being very old. +It is running on Debian stable. It is hosting the following services: +- [radicale](cal.cafebabe.gay) (a calendar and contact card service) +- [invidious](invidious.cafebabe.gay) (alternative youtube frontend) +- [LibreY](search.cafebabe.gay) (a meta search engine) +- [Gitea](git.cafebabe.gay) (git server) +- and a Matrix server (hosted at cafebabe.gay) + +I also have a pihole in my network. -- cgit v1.2.3