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

help-circle
  • precarious_primestohomelabOS suggestion for NAS?
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    29 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.


  • Yes, there are relays to connect the clients together and then the transfer is direct.

    Several years ago when I was doing consulting I had lots of clients that blocked all the normal file sharing domains to prevent people from getting files into servers but magic wormhole always worked for me. I’d stash a wormhole-william (magic wormhole compatible Go application) executable in our installer deliverable and then I could update the software without IT’s help in the future (I often had RDP access). The headaches saved by cutting red tape were worth the risk for me.










  • I have the GoControl zwave thermostat. It’s very barbones and has no real smarts on it’s own but can be fully controlled by zwave. This is what I was looking for as I wanted full control over the algorithm, but if you want to it have more intelligence without having to write the code yourself you should consider other options.








  • 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.