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

  • phanto@lemmy.ca
    link
    fedilink
    English
    arrow-up
    6
    ·
    5 days ago
    1. You are going to find people who have done both. A lot of NAS devices run kind of low powered CPUs so separating it out into two devices can get you more compute power than a single device. For example, an old as the hills file bay may cost next to nothing, and then using your “last” desktop will get you a lot more storage and compute than a 1500$ modern NAS, but it’ll take up more space, cost more in electricity to run, and make more fan noise. This is the route I went. A modern NAS should be able to run what you listed though.
    2. TrueNAS scale is all about storage, but it lets you also run containers. Proxmox is all about virtualization, but you can then run a storage solution inside a VM or container. It’s not the kind of thing you’re going to get a right answer for because either way can work. Both are well-documented, capable solutions. I have tried both at times, but I had a lot more experience with Proxmox by the time I deployed TrueNAS, so I stuck with Proxmox and use a TrueNAS box (bare metal) for backups. It really is a matter of preference.
    3. If you have a MiniPC and NAS as separate devices, you will want to set up a network share, so you can seed on the MiniPC the copy that’s on the NAS. My seeding, Jellyfin, Plex, etc, all happen in a virtual hard drive mounted in a separate container from the services. Each of the services "see that drive as a network share despite being hosted on the same physical hardware.