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.

  • @callcc
    link
    English
    21 year ago

    Docker is convenient but not really a solution if you care about free software. It’s as in-transparent as a windows installer. Not really of course but it drags the FLOSS community in that direction. I think we should work on making distributions better at installing and maintaining complex web applications (including their databases etc). Why can’t I just install lemmy or whatever package in a standard debian? Why is state scattered around? Why is it tough to have several versions of interpreters or libraries installed side by side? These are questions we should ask the people making distributions. Maybe GUIX or Nixos style distros are the answer to these questions.

    All in all, docker isn’t really about isolation or containers, it’s about having a convenient but in-transparent abstraction for a package and their state.