Hi!

So I did the hardest parts (buying and assembling, and setting up unraid) and got to the “fun” part (actually putting things on unraid) and now I’m just frozen in indecision and well… not knowing where to start, really.

I have a NVME ssd for my flash and two 8 TB HD, one to hold info and the other for parity.

I want to create an area for NAS - Storage of photos; stuff I want to share between android phone, computers and IPAD

I want to set up (probably plex) and the *arr stuff for video and such

and I assume at least some of the above will be in docker containers? Or are they better not?

I was also thinking of a pi-hole and wasn’t sure if I could throw that in a docker instance?

I assume I should also… like… protect this with… sssstuff? But also since I’m mostly going to be using it LAN (though I could make it accessible openly?)

Honestly I am out of my depth.

It’s not that there’s no information, there’s just too much information and I don’t know how to sort through it and find answers that will be helpful to my situation so I was hoping some of you friendly people would make suggestions or help. (I’m headed to bed just about now but will be probably tooling around on my phone and will respond when I wake up too.)

Thanks!

  • keyez@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    Got a link to what video you’re referring to? Mostly just curious, I’ve been using unraid for 2 years and only heard of SpaceInvaderOne

    • maxprime
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      https://youtu.be/j6lT7zDkT4M?si=H0z9VljetXBb4bpr

      The thing he does wrong is set up separate shares for downloads and media. These should instead be directories in a share called data (or whatever you choose to call it). That way when NZBGet moves the file from downloads to media, it just updates the file system to change the directory. The files stay on the same physical sectors of the drive. If they are in different shares, NZBGet needs to copy the file which can take extra time, wear and tear on the drives, and energy. It’s an unnecessary and expensive step due to a misconfiguration.

      Best practice is to pass through the data directory to all your containers (and remove the movies and tv shows directories in the container since they’re included in data) and pass everything through there. It’ll work 1000x better.

      But don’t take my word for it. Use trash’s guide for this.