this post was submitted on 05 Oct 2025
76 points (98.7% liked)
Selfhosted
60366 readers
576 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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
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:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Maybe i miss some perspective here because i never had the spare money to consider a storebought nass. The convenience never sounded like it was worth being locked down to its software.
My server is “just a pc”
I got a case with external drive slots (it also needed to fit a gpu), but i suppose external drive cases also exist that can connect to a micro computer build.
The software is proxmox, which imo is amazing. Its virtualisation and backup software and performs really well and has a proper gui.
I have numerous lxc (linux container that is not a full vm) that each run their own docker with a single service. I can ssh into those from my main system or visit the terminal and other panels in the proxmox gui. Many services host a gui to my network and i could probably make it so cli is minimal but i personally am comfortable with that so..
I also run a few full vms on it, including some windows desktops.
You could probably also host actual Nass software this way.
All of these work well next to eachother and share resources. Snapshots and backups of individual systems or data can be made with ease.
If it doesn’t fit your usecases you can get the off the shelf ones i guess but for others interested here, maybe this helps.
What exactly is an external drive case? Are you just talking about a USB enclosure for a single drive or something that can somehow hold multiple drives and interface over something more stable than USB?
The technical term seems to be a JBOD bay. (Just a Bunch Of Disks)
Basic ones are probably usb, ideally you have something that has a SFF port. Modern ones might also have thunderbolt.
Finding a micropc that supports SFF out of the box might be a challenge but some do support pci express cards.
Apparently there also exists something like Oculink which is pci over cable but i know even less about that one.
EDIT: if you look for “Nas enclosure 4bay” you actually do find plenty of options (Jonsbro N3 per example) that allow you to build it all in one unit with a mini-itx board. A nas pretty much just is a pc with special software so this would be what i recommend.