this post was submitted on 01 Jun 2025
58 points (100.0% liked)

Selfhosted

46677 readers
499 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
 

Hello, i want to get into the self hosting game and have some questions about it. I hope that this community may help me (i already learnt so much by reading posts in this community).

  1. I want to self host an NAS and some home server applications like Immich, Homeassistant, Jellyfin and parts of the *Arr stack. Would it be advisable to get a mini-PC and a separate NAS or can i put this on the same appliance together? Was thinking about getting a NAS from Terramaster and i am not sure if i need a separate mini PC.
  2. If i would go with the all in one solution, would TrueNAS Scale be enough? I saw some recommendations to get Promox and run TrueNAS Scale for the NAS management and Promox container for everything else.
  3. If i would go with the separate solutions how would i handle seeding? Since the mini-PC would run the *Arr Suite with qBittorrent would it be able to download directly to the NAS and hardlink the stuff there or would seeding require two copies, one on the mini-pc and another one on the NAS?

I hope my problems are clear, i tried searching for it but did not find a satisfying answer, which is why i am asking here. Thanks in advance

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 week ago* (last edited 1 week ago) (1 children)

I am currently moving from a Synology DS920+ to using my Mac Mini M4 + DAS with hardware RAID. The Synology is great, but I want to get away from the proprietary RAID that it's using. I was running Plex on it, as well as all my *Arr's etc via docker, but Plex and all of these services on the Mac Mini run like greased lightning compared to the Synology. Sonarr/Radarr load instantly versus taking a minute to load the library on the Synology.

I think doing it this way rather than an all in one device is easier to maintain and upgrade. Run all the services in docker so you can make them on any device that you might upgrade/change to, and just have a big RAID array of drives. Plus this way I can use Backblaze personal and backup the entire 50TB for like $99 a year :|

[–] [email protected] 2 points 1 week ago

I was also thinking about getting a DAS but found several opinions that recommended against it because the hardware RAID is more expensive and software raid with DAS is supposed to be a PITA.