this post was submitted on 06 Jan 2024
24 points (100.0% liked)
Aotearoa / New Zealand
1977 readers
57 users here now
Kia ora and welcome to !newzealand, a place to share and discuss anything about Aotearoa in general
- For politics , please use [email protected]
- Shitposts, circlejerks, memes, and non-NZ topics belong in [email protected]
- If you need help using Lemmy.nz, go to [email protected]
- NZ regional and special interest communities
Rules:
FAQ ~ NZ Community List ~ Join Matrix chatroom
Banner image by Bernard Spragg
Got an idea for next month's banner?
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've got a few different boxes at home. From an old desktop that I can fit a fanless nVidia GPU in (for Frigate) which i'm running unRaid on as its got lots of slots for HDD. But I kinda hate unRaid, so have since gone the TinyMiniMicro route (ala ServeTheHome - https://www.youtube.com/watch?v=bx4_QCX_khU&list=PLC53fzn9608B-MT5KvuuHct5MiUDO8IF4) and have 3 EliteDesk Minis.
They're running XCP-NG with a Xen Orchestra VM built from source to manage the 3 boxes. On that i've got a handful of VMs, a couple of generic linux builds one for docker, and then 3 VMs running a k3s cluster and i'm slowly migrating services across to. Some stuff like Plex / Frigate etc does better with a GPU though so i'll keep the unRaid box around running those sorts of things there.
Anywho, with the small form factor PCs - Trade Me's auction history is terrible so even though I only bought them part way through last year I can't find the vendor I bought mine from. They were really good which is why I wanted to shout them out - sent a replacement fan & stick of RAM within a day of me emailing a problem with what they'd originally sent. They show up on TradeMe & Facebook Marketplace all the time, they're all ex-lease from corps I'm guessing.
I'd recommend these boxes over a NUC because they're cheaper, and by far over a Pi because they are so much more powerful for a similar price if you can get a good deal on a used one. They're not much louder than a Pi (and because they don't use those tiny fans the noise they do make is less annoying) and they're still reasonably lower power use from the wall too.
Thanks for your detailed response! Think just an ex lease pc is sufficient for now, but will keep the ServeTheHome in mind.
That's all these are, they're just small - not sure which corps would use them, maybe contact centres as they can probably be mounted behind monitors. My 3 are the G2 so have an i5-6500T @ 2.5Ghz. They've got 2 RAM slots so I have 2x8GB sticks in mine (they almost always just come with 1x8GB, so is a nice easy upgrade). The only trick is to check what size HDD they're going to come with, but even though they're small they're quite serviceable - fans, hdd & ram all easy to access.
There's loads of them on TradeMe at the moment; and these are just the HP EliteDesk Mini's that ServeTheHome video goes through a few different types, I think Dell & Lenovo both make very similar sized & spec machines:
https://www.trademe.co.nz/a/marketplace/computers/desktops/no-monitor/search?search_string=elitedesk%20mini&sort_order=priceasc
Hmm, now im searching these boxes im wondering if I want to expand my cluster from 3-6 nodes, though I don't know if I have enough room in my rack :)
Here's the Dell & Lenovo varieties:
https://www.trademe.co.nz/a/marketplace/computers/desktops/no-monitor/search?search_string=optiplex%20micro&sort_order=priceasc
https://www.trademe.co.nz/a/marketplace/computers/desktops/no-monitor/search?search_string=thinkcentre%20tiny&sort_order=priceasc
Thanks! So I'm new to multi nodes self hosting stuff, so far have used a Rpi for everything. With that configuration, can you run everything? Most of the things I want to run are dockerized, but eg pi hole had to be installed directly. Most important is better performance for Frigate (web cam monitoring) and immich (photo and video management).
There'd be a learning curve if you wanted to make a proper cluster; but you don't really have to. The simplest way to augment what you're already doing with the Rpi is to just add another computer as a server and put some of the docker containers on there instead of on the pi. You'd just have to know what IP is for which service, or just setup local DNS via pi-hole and point it to the right IP.
Yeah that's probably the easiest, just set it up as second server. Thanks again.