this post was submitted on 06 Jan 2024
23 points (100.0% liked)
Aotearoa / New Zealand
1651 readers
3 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.