• 1 Post
  • 44 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.





  • I hate Comcast as much as the next guy but I feel like 1.5TB a month would be reasonable. Even at those speeds you probably wouldn’t be downloading more, just downloading whatever you do now but faster.

    E: I was gonna ask why this was so controversial but I just checked my routers stats and, oh yeah I’ve only downloaded around half a terabyte over 3 segregated VLANs in the past 2 months. I’ve uploaded almost double that which is baffling to me though. Even still I don’t see why anyone would be downloading anything more that a terabyte in a month unless your one of those data hoarders, which fair but… I’ll stop my rambling.















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