Hey all,

Just wondering what the consensus is on hosting directly on a computer versus virtualization? Right now I’m hosting my Lemmy instance on a Hetzner VPS, but I would like to eventually migrate to my Linux box at home. It currently runs as a media PC (Ubuntu) in the living room, but I always intended to self-host other software on the side since it should be more than capable of doing both (Ryzen 5600G, 16gb DDR4).

I’m just torn though - should I host a virtual machine on it for Lemmy, or run it directly on Ubuntu as-is? I plan to do some further self-hosting projects as well later down the line.

  • richneptune@lemmy.fmhy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Until you’ve given it a go it’s hard to recognise just how much a containerised solution simplifies things. There is a bit of a learning curve to get your first few deployments done, but once you have it all set up it’s like magic, you can test other software out quickly and tear it down easily if you don’t like it, and you can update most software on your host without worrying about breaking compatibility or stopping any users from using your services. Then when you chain in an autoupdate system like watchtower it’s even more magical!