• 0 Posts
  • 16 Comments
Joined 2 months ago
cake
Cake day: October 11th, 2024

help-circle
  • precarious_primes@lemmy.mltohomelab@lemmy.mlOS suggestion for NAS?
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    9 days ago

    I run truenas scale and it’s great and pretty much set and forget. I have a bunch of NFS shares and run minio for services that support object storage. I also run postgres, mariadb, and mongodb so that I don’t have to worry about how big databases get on my compute machines.

    The truenas container features are fine but I prefer to run most containers on dedicated docker hosts.
















  • I started self hosting many years ago when the company I worked for got new workstations and sold the old ones for next to nothing. It was a very powerful machine but I payed the price every month in electricity. I am now running a bunch of services on 2 mini pcs (each was about $250 USD) with laptop cpus and my electricity usage is way down (like 45 watts for both machines, router, and switch).

    There will be a steep learning curve, but I highly recommend learning docker (especially docker compose) and how to setup a reverse proxy. The self hosted communities are very helpful and can answer more specific questions as they come up.