diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-12-15 20:23:29 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-12-15 20:23:29 +0100 |
| commit | 4b981678e85a9411deb4161b1a4acd84f1a47400 (patch) | |
| tree | 6f0a3f0df601de2fb4827a3872d9d60833ae9be7 /content/thoughts | |
| parent | 7dbb74158b8b4a20b8563894879cf2292c84a6e2 (diff) | |
added thought - homelab
Diffstat (limited to 'content/thoughts')
| -rw-r--r-- | content/thoughts/homelab.md | 28 |
1 files changed, 28 insertions, 0 deletions
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. |
