Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SH
Posts
2
Comments
49
Joined
2 yr. ago
  • Just rewatched that episode. She goes into the cellar of a convenience store and finds a trapped zombie and cuts into its skin, then comes out with a box of tampons. Nothing really too crazy happens even though they make you think it will.

  • Hue bulbs are just zigbee. You can get an offline zigbee hub, plug it into Home Assistant, and control it without needing the Hue hub anymore. Then just keep using your existing bulbs and buy generic zigbee ones as needed to replace when they fail.

  • You can self host on a PC or VM with as little as 1GB RAM and 1 CPU core (although you'll want closer to 4GB RAM and 2 cores if you join really large public rooms, since it takes more resources to talk to hundreds/thousands of other instances). Fairly easy to stand up too, if you use something like this ansible script.

  • I'm in the exact same boat. I have a Jellyfin server configured and ready to go whenever something happens to really piss me off. This nearly was it until I saw that my lifetime Plex pass I bought 10 years ago will make it still be free for my family.

  • I used mostly this, but had to customize it a bit I think to get things working right. NUT feels like a super finicky system, but in the end it does work. My biggest issue right now is that it only reports a new status update to Home Assistant every few minutes, so the actions don't really get a chance to trigger before the server shuts down. It also shuts down with the UPS at way too high of a percentage remaining, so I need to figure out how to make it wait just a little bit longer before the power down. It wants to power off like < 2 minutes after the power goes out...

    https://chribonn.medium.com/proxmox-nut-homelab-howto-step-5-install-nut-ups-solution-configure-nut-for-email-alerts-and-be74838fdccb

  • I've got a project to look forward to. Have my Proxmox server with a UPS, running NUT to watch the battery percentage and power down gracefully if the % gets too low. I have Home Assistant watching that so it's supposed to notify me before that happens. It's not notifying me though, so I gotta look into that. I know it's not working this morning because the power went out, so now I'm just sitting here theorizing instead of actually looking at it. 🙃

  • Selfhosted @lemmy.world
    shadshack @sh.itjust.works

    Any tips for switching Hypervisor from Hyper-V to Proxmox?

    I'm thinking about making some changes to my home server to make it a little more robust and let me do some cool new things with it (like actually trust it for backing up data to with NextCloud, replicating VMs or data across sites, etc). I'm just looking for any advice people might have for this process to migrate hypervisors.

    What I currently have:

    • Windows 10 Pro OS with Hyper-V
    • Running some applications on the host OS (Plex/PRTG/Sonarr/Radarr)
    • Running a few VMs for things I set up after I realized "I should be doing these in VMs..."
    • 4 HDDs for data, each just mounted individually. 2 for TV, 1 for Movies, 1 for Backups

    What I'd like to have:

    • Better OS for running the hypervisor (Proxmox is what I'm reading may be best, but I'm open to suggestions)
    • Nothing running on the host OS other than a hypervisor
    • All my services running virtualized, be that via Docker in a LXC or a guest OS.
    • My Drives all in a RAID 5. Planning to add more drives at some point as well.

    My thoug