Also find me on sh.itjust.works and Lemmy.world!

https://sh.itjust.works/u/lka1988
https://lemmy.world/u/lka1988

  • 0 Posts
  • 25 Comments
Joined 2 years ago
cake
Cake day: November 18th, 2024

help-circle




  • Lka1988@lemmy.dbzer0.comtoSelfhosted@lemmy.worldNAS case
    link
    fedilink
    English
    arrow-up
    1
    ·
    20 days ago

    I have an HP Proliant G2 tower server case from the early 2000s. Its got 9 drive bays (if you include the floppy drive bay).

    Hilariously, it’s ATX compatible, so I stuffed it with an older Asus motherboard (7th gen Intel + i7-7700T, w/NVME slot), 16GB DDR4 RAM, ~650W ATX PSU, and an LSI SAS card. Now I just need to migrate everything over to it from my older Mac Mini that’s currently serving as the NAS…


  • 100%. Home Assistant has proven to be incredibly useful in my house. My wife loves it for the laundry notifications, the fact that I essentially replaced Life360 with it (Traccar, really, but it ties into HA so nicely), and the automated lighting: our basement (the younger kids’ play area), and themed lighting for the outdoor lights.

    We’ve been fighting tangled toilet flapper chains over the last few years. The tangled chain keeps the flapper from closing, which causes the tank to continuously run into the bowl, which causes my water bill to skyrocket if gone unnoticed (we have 5 kids, 4 toilets, and the chains get tangled no matter what I do: new chain, longer chain, shorter chain, different type of chain/string/twine, etc… I blame the hard water). I finally got fed up, so I bought and installed a zigbee water level sensor for each toilet tank, then whipped up an automation which notifies us via Android’s “alarm_stream” notification channel if a sensor has been dry for longer than a few minutes. That channel overrides DND, and I am going to add an entry to ping my HA Voice thing as well in case we don’t have our phones on us.




  • Don’t use Ubuntu as a server. Pretty much every server application will run happily on Debian, meanwhile Canonical keeps adding/changing shit that is Ubuntu-specific and has broken otherwise-functioning server installations. I may or may not have personal experience with this.

    Ubuntu used to be the go-to, but Canonical is quickly becoming the poster child for Linux enshittification.

    For servers, use Debian and never think about it again. Except the one or two times a year it should probably be rebooted because of kernel updates.









  • Did you just go for 3.0, or did you do “baby steps” in between? (e.g. 1.138 > 2.0 > 3.0)

    Pretty much that. Downloaded the latest compose.yml, copied all the relevant bits from my existing compose file to the fresh one (volumes, database/db credentials, etc), set the version to v2.0.0, and let 'er rip. Made sure it was playing nice, then checked all the changelogs up to 2.7.x (whatever the newest release was last week), set the version to v2, and updated it again. That was the newest release. Fast forward to this week, all I did was set the version to ‘v3’ and the update took without a problem.




  • Oh, same here. As soon as I discovered Immich, I pored through all the info I could get my hands on and found that breaking changes happened often, so I made absolutely certain to read every changelog for things that may affect my setup. I sstopped updating it last year due to life getting in the way, and it was stuck on 1.138 (and shut off) until last week when I decided to pay attention to it again.