I’m trying to better understand hosting a Lemmy Instance. Lurking discussions it seems like some people are hosting from the Cloud or VPS. My understanding is that it’s better to futureproof by running your own home server so that you have the data and the top most control of hardware, software etc. My understanding is that by hosting an instance via Cloud or VPS you are offloading the data / information to a 3rd party.

Are people actually running their own actual self-hosted servers from home? Do you have any recommended guides on running a Lemmy Instance?

    • morras@links.hackliberty.org
      link
      fedilink
      English
      arrow-up
      10
      ·
      10 months ago

      First, you need a use-case. It’s worthless to have a server just for the sake of it.

      For example, you may want to replace google photos by a local save of your photos.

      Or you may want to share your movies accross the home network. Or be able to access important documents from any device at home, without hosting them on any kind of cloud storage

      Or run a bunch of automation at home.

      TL;DR choose a service you use and would like to replace by something more private.

      • tinysalamander@lemmy.world
        link
        fedilink
        English
        arrow-up
        11
        ·
        10 months ago

        Proxmox absolutely changed the game for me learning Linux. Spinning up LXC containers in seconds to test out applications or simply to learn different Linux OSs without worrying about the install process each time has probably saved me days of my life at this point. Plus being able to use and learn ZFS natively is really cool.

        • bender@insaneutopia.com
          link
          fedilink
          English
          arrow-up
          7
          ·
          10 months ago

          Ive been using esxi (free copy) for years. Same situation. Being able to spin up virtual machines or take a snapshot before a major change has been priceless. I started off with smaller nuc computers and have upgraded to full fledged desktops.

    • PlutoniumAcid@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      1
      ·
      10 months ago

      The simple way is to Google ‘yunohost’ and install that on your spare machine, then just play around with what that offers.

      If you want, you could also dive deeper by installing Linux (e.g.Ubuntu), then installing Docker, then spin up Portainer as your first container.