• ZMonster@lemmy.world
    link
    fedilink
    arrow-up
    15
    arrow-down
    3
    ·
    1 year ago

    Self hosting, at least for lemmy, is absolute trash. I have been told a few times when asking questions that, “it is expected that you are thoroughly experienced with Linux” to be able to follow the mediocre guides. And they are trash if you are a newbie.

    So people like me, who would love to use Lemmy for non Linux things, am posting almost entirely about Linux problems.

    • zeppo@lemmy.world
      link
      fedilink
      English
      arrow-up
      18
      arrow-down
      1
      ·
      1 year ago

      I wouldn’t expect running a publicly accessible server on the internet to be easy or a great idea for someone not familiar with the OS they’re using. Great way to learn, though.

      • Bakkoda@sh.itjust.works
        link
        fedilink
        arrow-up
        7
        ·
        1 year ago

        Yeah I’ve got a proxmox cluster and I’ve been using Linux for decades but I wouldn’t dare host something that a LOT of users are going to access. I don’t know nearly enough about netsec and I can guarantee my vlan practices probably aren’t perfect, etc.

        • Nobsi@feddit.de
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          I have a solution for you. Just don’t have your Internet facing things on the same /24 as your home stuff. Why vlan if you can just separate them by network and switch.

          Or: just do it anyways. I learned most shit after everything broke. Not before.

    • Thann@lemmy.ml
      link
      fedilink
      English
      arrow-up
      14
      ·
      edit-2
      1 year ago

      If you never used windows before and were trying to do something complicated like self hosting on it, you would be having nothing but issues…

      • Nobsi@feddit.de
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Not really. There’s tutorials for everything and most of them still work 20 years later.
        vs you installed ubuntu 20 and now youre trying to follow a 16 tutorial.

    • Gabagoolzoo@kbin.social
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      Would recommend using Docker (container) and Caddy (reverse proxy) to self-host as a newbie, streamlines everything and only basic Linux knowledge required (although you do have to learn Docker commands).

    • the_q@lemmy.world
      link
      fedilink
      arrow-up
      6
      arrow-down
      2
      ·
      1 year ago

      The Linux community as a whole has a real problem with being snobs to new users.

      • ashe@lemmy.starless.one
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 year ago

        It’s not, the codebase is mostly rust and compiled+run with cargo. TLS and all that stuff isn’t included in the integrated web server, but reverse-proxying it really isn’t difficult