this post was submitted on 07 Jun 2025
42 points (95.7% liked)

Selfhosted

46676 readers
448 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
 

So, I currently have a Netgear ReadyNAS 314 with 1 SSD, 3 HDDs, Intel Atom D2701 and 4GB RAM, running Debian 12, and since getting it I've been getting more into self hosting. What I have now is primarily too weak in the CPU and RAM department, but it could also use more HDDs. I'm aiming for 5-6 3.5 HDDs, 1 Nvme, 1 2.5" SSD.

What I'm currently running:

  • Samba and NFS server

  • OpenVPN

  • Jellyseerr/Jellyfin/*arr stack

  • Pangolin

  • Dawarich

  • Immich

  • rsnapshot

  • Homepage

And it's rather sluggish right now, and is almost filling up its 4GB of swap.

What I'd also like to be able to run/have:

  • Nextcloud

  • Transcoding (including ability to decode AV1, but preferably also encode)

  • Anything else I may want to run (working on degoogling myself)

  • ECC RAM (to prevent bitrot, I'm already running btrfs raid1 to prevent bitrot from faulty disks)

  • 1x 2.5G ethernet

If possible I'd like to have some room for upgradeability. I'm aiming for a low power build, that should be rather compact, especially not very wide unless I can find a better place in my office for it.

I'm looking at a Jonsbo N1 chassis (17cm wide) , but I'm also following a Readynas 626 (19cm wide) in an online auction. Options:

Intel N100 board

Pros: cheap, low power, quicksync with av1 decode

Cons: boards with 2.5G ethernet have to be ordered from Aliexpress and have no support and uses the JMB585 chip that prevents low power C states, limited pcie lanes, no AV1 encode, not very upgradeable (1 DIMM, soldered CPU) , no ECC, I worry it may be too slow

Intel 13100

Pros: AV1 decode, quite fast, upgradeable

Cons: No ECC, relatively expensive, no AV1 encode

AMD 8500G

Pros: AV1 enc/dec, ECC, relatively fast, upgradeable

Cons: relatively expensive, not as low power as the 13100

Readynas 626

Pros: enterprise grade HW, less DIY, ECC, may be relatively cheap

Cons: high power for its performance (roughly that of the N100), wider (19cm) than a Jonsbo N1 (17cm), not upgradeable (no CPU or mobo swap), expensive DDR4 2133 ECC UDIMM, doesn't have M.2 but has a PCIE slot

I'd love to hear what you think about these options and whether you have other concerns that I haven't thought about.

Edit: I just now realized that the 13100 doesn't have AV1 encode in HW, that didn't come until Core Ultra. And wowee, suitable mITX mobos start at 400$ here! I think AMD is the realistic choice if I want to go for AV1 HW encode...

you are viewing a single comment's thread
view the rest of the comments
[–] just_another_person@lemmy.world 14 points 4 weeks ago* (last edited 4 weeks ago) (9 children)

First, I think you're attacking this from the wrong angle. You're focused on ECC memory for some reason, but that's not going to prevent bitrot, just potentially reduce errors in transfer, or catch issues. Your filesystem of choice has more to do with degradation in storage.

Second, you haven't mentioned any of the boards and their storage capabilities. Do they support the correct number of drives you want to use? Do they support hot-swap, and is that even something you care about?

Last, you want more services, and but are worried about power consumption...that's not how that works. More services means more CPU and MEM util, which means more power usage. You can either constrain your TDP at that point by using an UNDERpowered CPU and have that tradeoff, or provide a more capable CPU and take an increased TDP. There is no third option, that's just how it works. Pick the more capable CPU and take the power hit (really, it's going to be minor compared to a large server), and just run the things you need to run instead of coming back in a year and wanting to flip it again.

[–] Ebby@lemmy.ssba.com 3 points 4 weeks ago (7 children)

Ditto to your comment except power usage. I moved my Plex/Jellyfin (and hopefully Immich soon) docker containers to an N100 for the hardware acceleration. TDP is 6 watts on some of these devices and CPU use sits around 2% unless Plex is doing DB optimizations (about 60% for a bit). I haven't measured consumption or my older server, but I feel moving some CPU intensive services to hardware GPU is saving a few watts.

[–] chellomere@lemmy.world 1 points 4 weeks ago

Yeah, I'm also upgrading from a 14 years old Intel Atom D2701. It has a TDP of 10w, at the same time it has roughly a tenth of the performance of an N100. And then the HW accel for encode and decode is in addition to this, fot this type of task the difference is larger than 10x - the D2701 cannot do transcoding.

load more comments (6 replies)
load more comments (7 replies)