Comment on Can I build a NAS out of a desktop? [Request]
possiblylinux127@lemmy.zip 10 months ago
Yes, you can. What do you want to use it for? If its just a NAS you could use TrueNAS but if you want more services I would use proxmox.
Comment on Can I build a NAS out of a desktop? [Request]
possiblylinux127@lemmy.zip 10 months ago
Yes, you can. What do you want to use it for? If its just a NAS you could use TrueNAS but if you want more services I would use proxmox.
themurphy@lemmy.world 10 months ago
Just a question but do you use proxmox yourself? And if yes, what services would you recommend to run?
possiblylinux127@lemmy.zip 10 months ago
I’m not sure I can recommend anything without knowing your goals. For me my needs quickly outgrew my little mini PC and now I have a cluster with a few single board computers. Here’s a basic list of what I run:
Dell workstation (proxmox):
Mini PC (proxmox)
landmass
caddy
outside access
docker1
Linode
Friendlywrt
This is a incomplete list and doesn’t include my firewall rules or other security measures. I also run Debian on all VMs as it is easy to setup and maintain. If you are looking for somewhere to start I would start by installing nextcloud in a docker container. Proxmox will scale the best but if you are just looking to learn I would install Debian and docker compose. TrueNAS is great for a NAS but its designed to be an appliance so it can be limiting.
themurphy@lemmy.world 10 months ago
Great rundown, thanks!
I don’t have a background in software, but I think I’m doing okay with my Raspberry Pi’s so far.
And I’m looking for more challenging stuff, so this was very helpful.