this post was submitted on 11 May 2025
356 points (98.9% liked)

Selfhosted

60451 readers
912 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Thanks to this community I've learned and I'm feeling inspired. I've loved having an NAS for the last few years, but it's woefully under powered for what I'm using it for these days.

So I've ordered some basic PC parts, gonna build a basic setup using an old CPU I got lying about and try the NAS OS I saw talked about on here recently.

TrueNAS looks like a good option with only slight fears it'll go down the well known path to the dark side like so many free options before.

In any event, I'm looking forward to adding Nextcloud and Jellyfin, to trying out Docker and generally having more control over things.

Thanks again to you all for informing and inspiring.

I'll be back if I get questions!

you are viewing a single comment's thread
view the rest of the comments
[–] Sproutling@lemmy.ml 1 points 1 year ago (1 children)

If you're familiar with Linux, I highly recommend it. The flexibility is just great and you can setup whatever dashboards / management tools you need. No need to tie yourself to a specific solution IMHO.

If you're going with Docker containers, a lot of the NAS OSes just hold you back because they don't support all the options that Docker offers. You'll be fighting the system if you need to do any advanced Docker configuration.

[–] essell@lemmy.world 2 points 1 year ago (1 children)

Thank you!

I'm not familiar, yet. My background is MS OS but going back as far as CLIs so I'm confident I'll learn fast.

[–] lka1988@lemmy.dbzer0.com 2 points 1 year ago* (last edited 1 year ago) (1 children)

If you want reliability, keep your NAS as a NAS; don't run applications on the same system. If you screw something up, you'll have to rebuild the whole thing. Run your applications in a VM at the minimum, that way you can just blow it away and start over if it gets fucked, without touching the NAS.

[–] Sproutling@lemmy.ml 1 points 1 year ago

I feel like containers work just as well for the "blow it away" usecase though and it doesn't have the VM overhead.