

Little surprised they’re not using an HSM to store the key. Suppose that could still suffer a hardware failure but probably a lot less likely.


Little surprised they’re not using an HSM to store the key. Suppose that could still suffer a hardware failure but probably a lot less likely.
Judge didn’t bar executing them tho. Didn’t take em long to figure that loophole out. I hate this timeline.


This is how I got started. HP Elite desk Mini. If you want room for full size HDDs then get the SFF version.


Pretty much this. Combined with how easy it is to install VaultWarden (docker ftw), it was a no brainer for me.
Also, my little home server is a WAY less juicy target for someone looking to steal and sell a bunch of passwords.
Been running it for probably about 2 years now. No ISP outages but a couple self-inflicted ones. Didn’t even notice the outages in the BitWarden app/extension.
Try to replicate software/apps you use everyday. Not to improve them, but to figure out how they work. In addition to learning how they work, you’ll learn the problems the original devs had to solve, and one way to solve them.


Check out used tiny/mini/micro desktops on eBay. Loads of info here: https://www.servethehome.com/introducing-project-tinyminimicro-home-lab-revolution/
Only downside is going to be no GPU for the AI workload. Maybe some of the later AMD APUs could cut it. If not, all three major manufacturers have SFF variants that are pretty much the same hardware in a little bigger case. Those will accept smaller off the shelf GPUs.


2nd this. Cheap, upgrade-able, more powerful than the pi, and not limited to ARM. Only thing the Pi has on this is power consumption and GPIO.


Consider a used HP Elite desk SFF (small form factor) with a 6th Gen or later Intel CPU (or the equivalent from Dell or Lenovo). Space for 2x 3.5 HDD for data, an nvme m.2 slot for your OS drive, and a couple of pcie expansion slots.
1.) it’s cheap and replacement parts are plentiful 2.) 6th+ gen Intel CPUs have Quick Sync for hardware accelerated transcoding 3.) fast interface for the OS drive, and room for a pair of multi TB HDDs in raid. 4.) some expandability 5.) power draw isn’t horrible, but nor is it great.
OS wise, lots of options. Ubuntu server LTS is my general go to because it’s easy to Google stuff for and is stable. And I don’t need a desktop environment. I then run the services in docker.
Note about Intel Quick Sync when running headless: you may need a display emulator to get the system to enable it. The HP bios (and maybe some others) don’t have the option to permanently enable quick sync. The display emulator tricks it into thinking a display is plugged in. You can get them on Amazon for under $10.


Vaultwarden is pretty game changing. No more reusing passwords and they aren’t in the cloud.
Used business desktop from eBay is what I run. With what you want to run, you’ll be fine with even 10 year old hardware. I’m running a dozen services on 10 year old basic business hardware with no issues. With regards to media though: if you’re not getting a dedicated GPU, get a Intel 7xxx or later CPU so you have Quick sync for transcoding.
I run Ubuntu Server on one, proxmox on another. Both have their pros and cons. Depends on what you want to do. If your plan is just to run everything in containers (and it should be), Ubuntu with docker is plenty. If you plan on playing around with VMs, go proxmox.
As for what services, here’s a huge list of different self hostable services grouped by category/function: https://awesome-selfhosted.net/ Most have a demo site or a quick install guide for docker that makes it easy to try stuff out.
Avoid selfhosted email if you can… it’s a whole different animal.