• 1 Post
  • 35 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle


  • Proxmox sounds like it fits their use case , it’s a useful and tweakable solution, and because it’s based on KVM you can pass through hardware with IOMMU. Personally, I run Proxmox on my (admittedly not very good) home server with like 12 gigs of ram and a processor from the early 2010s, handles a few VMs just fine with hardware passthrough to a TrueNAS VM. I do run a lot of my micro services on some cheap thin clients (DNS mainly) for redundancy as I mentioned, they were cheap. Home Assistant OS is happy on Proxmox as is Jellyfin with hardware acceleration.


  • If you want a real fully featured solution, the Home Assistant companion is capable of location tracking and I believe you can send events that push an update, although it may not be accurate. There is also Locate My Device which I’m pretty sure is FOSS and works over SMS, a much lighter solution for your problem but not as convenient with like a Web UI and some such.


















  • floridaman@lemmy.blahaj.zonetoSelfhosted@lemmy.worldShould I move to Docker?
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    9 months ago

    Some people seem to hate on it, but I love Docker, it works well for what it has to do and has relatively low overhead as far as I can tell. I personally virtualize a Debian server on Proxmox for my containers just so as to keep everything even more compartmentalized, but it takes more work than it’s worth to set up.

    And if you don’t like Docker for whatever reason, you can also try Podman which is API compatible with Docker for the most part.