mfashby.net

Website mfashby.net
git clone git://code.mfashby.net:/mfashby.net
Log | Files | Refs | Submodules | README

commit cd97204b5d89a149642041a84fe6c65338879143
parent bf3776c4a076821fedeb742b356b042171d5f472
Author: Martin Ashby <martin@ashbysoft.com>
Date:   Fri, 17 Jan 2025 00:26:25 +0000

New server

Diffstat:
Acontent/posts/2025-01-16-new-server.smd | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/content/posts/2025-01-16-new-server.smd b/content/posts/2025-01-16-new-server.smd @@ -0,0 +1,17 @@ +--- +.title = "New Server", +.author = "Martin Ashby", +.date = @date("2025-01-16T23:28:00Z"), +.layout = "single.shtml", +.custom = {"comments": true}, +--- + +I have replaced my old server with a new one. + +The old server was a raspberry pi 3B+. It did pretty well for several years, but it's quite slow and I want to explore running some more intensive workloads like [immich](https://immich.app/). I'm also just allowed to tinker and change things because it's my own server, I can do what I like :D + +The new server is a lenovo thinkcentre; it has a core i5 processor and NVME disk, and it doesn't take up much more space than the raspi. Bought from eBay for £50, which is cheaper than an equivalent spec rasperry pi. + +I'm also switching operating systems. The raspi server was running Manjaro ARM. The new server is running OpenBSD. + +Several things are not yet working on the new server, like blog comments. I'll restore those over time.