Well I’m just about fed up with streaming bullshit. I currently have a home server that’s just a raspberry pi4 with a bunch of docker containers and it served my light usage well.

But with transcoding on Jellyfin I’ll be needing some more power. And a bunch of storage. So wanting to perhaps build a new little server.

CPU requirements aren’t high at all. Need to transcode maybe 2 concurrent 4K streams, A cheap discrete GPU or a CPU with a decent enough iGPU could handle this. Other applications are basically negligible, like Vaultwarden and PiHole, torrent, using as a general file storage server.

I also recently acquired a mini PC which is plenty powerful, but doesn’t have any way of adding a bunch of drives. So another option is setting up a pure NAS and just using the mini PC as the server. It’s got an i7 10700T and iris 630 iGPU.

I’ve been using Linux and self hosting basic things for years, but I’m pretty new to this level of hardware and little experience with RAID.

Budget: ~$500ish - storage goal: 12+ TB

  • restlessyet@discuss.tchncs.de
    link
    fedilink
    arrow-up
    5
    ·
    7 months ago

    If this fits your budget (you still need the actuals disks…) it’s not a bad choice. Speed should be sufficient for HDDs, as it’s USB 3.

    As the other poster suggested, don’t use its hardware raid. Use it as a JBOD and configure the raid in Linux with ZFS or similar.

    And never forget: RAID is not a backup! You still need to do regular backups, at least for important data.

    • bdonvrOPA
      link
      fedilink
      arrow-up
      2
      ·
      7 months ago

      Oh yeah, I backup all configs 4*day. The good thing about torrenting is even if I had catastrophic loss, as long as I have the list of torrents it should repopulate (assuming someone’s seeding).

      Of course I also want to self host my personal photos/videos, and I can’t afford to lose those. I’ll have to look into seeing if any solutions support local storage plus maybe object storage as a backup.