this post was submitted on 23 Oct 2025
69 points (96.0% liked)

Selfhosted

52564 readers
556 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Would you recommend to use a RPi 5 or a second hand Lenovo mini pc (i3 6100t, 8gb ram) or something else?

you are viewing a single comment's thread
view the rest of the comments
[–] Jokulhlaups@lemmy.world 5 points 3 days ago* (last edited 3 days ago) (2 children)

Oh yeah, that is true. Mini PC has a proper ssd nvme.

Thanks for the feedback! Will look at the NAS you recommend, but i thik i want more freedom to tinker. Will definitely look into proxmox!

[–] NewNewAugustEast@lemmy.zip 2 points 3 days ago* (last edited 3 days ago) (1 children)

Just get a used PC and make a NAS. No need to buy a premade on.

[–] NuXCOM_90Percent@lemmy.zip 1 points 2 days ago* (last edited 2 days ago)

For a (first) NAS, I generally discourage this.

Office liquidation desktops are great for home servers (if you aren't paying for power). But they generally are very limited on storage. Limited bays to install hard drives and limited SATA ports. So you rapidly end up with drives just sitting on the bottom of the case and real jank pcie boards to extend your storage.

Which then becomes a HUGE issue when you have a drive failure. Because now you need to actually identify which drive is the failed one which involves reading off serial numbers and, depending on the setup/OS, making sure you get the order right when you plug them back in.

Whereas a 4-bay NAS generally has dedicated hardware and hot swap bays which make this trivial. You might never actually use the hot swap capability, but it makes checking which drive is the bad drive fairly trivial.

Also, a good 4 bay NAS is REAL easy to unplug and put in the trunk of your car during a disaster. Don't ask me how I know.

[–] NuXCOM_90Percent@lemmy.zip 1 points 3 days ago (1 children)

I don't have direct experience with them, but my understanding from youtubes is that the ugreen NASes are specifically designed for you to just ignore their OS and install your own (so truenas or proxmox).

Hardware tinkering is more limited but.... there is very much a question of how much of that people actually do.

[–] Tolookah@discuss.tchncs.de 2 points 3 days ago

The first thing I did with my ugreen was install truenas, then learn how to use truenas.

While I've migrated several docker compose apps over, I feel I'm still learning the truenas part of the system.