|
|
|
|
|
by olex
376 days ago
|
|
When I built my DIY NAS, the most important factor was: I wanted it _silent_. No constantly spinning drives or fans. It sits in a sideboard in my living room, and I've been using a M1 Mac for years now that is completely silent in normal daily operation, so I've become a bit sensitive to any "computer noises" and wanted my continuously running hardware to be as quiet as possible. In practice this meant: a passively cooled Intel N100 SoC, a Corsair PSU that shuts down its fan under a certain power threshold (iirc 35W-ish), and SSD-only main storage. I did include a system fan (low-RPM 120mm Noctua) that is actively controlled based on various system temps (stays off 99% of the time), and two HDDs that sit in standby spindown and only spin up for snapshot backups once every three days deep at night. Very happy with this system so far. It houses my data dump, backups for all my systems (replicated as snapshots to the HDDs), hosts HomeAssistant/Z2M, and hosts a local-only Gitea that keeps up-to-date clones of all my Github and Gitlab repos. Anything I host that's available on the public Internet, I don't do from home - that's all on various VPS' or AWS. To access my local stuff remotely, I can always VPN in to my home network. |
|