• @ZMonster@lemmy.world
    link
    fedilink
    188 months 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
      198 months 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
        link
        fedilink
        98 months 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
          link
          fedilink
          48 months 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.

      • @xantoxis@lemmy.world
        link
        fedilink
        28 months ago

        And how do you learn, then, from this project, if people are shitty about your questions?

        I’m a sw engineer. I’ve been doing every kind of application management, development, and systems design for 25 years, nearly all of that in Linux, and I still need things answered about running apps in proxmox. I’m not coming to a Lemmy community for those answers, I’ll tell you that.

        • @zeppo@lemmy.world
          link
          fedilink
          English
          08 months ago

          I haven’t tried to get community tech support on Lemmy, so I wouldn’t know what it’s like firsthand. If people are really that difficult, sure, that sucks. But it sounds like the person asking needs to work on more fundamental linux skills than something specific to running a Lemmy instance, and the internet is full of information about that.

      • @ZMonster@lemmy.world
        link
        fedilink
        18 months ago

        I get that, but here we are. It’s something I want to do. I’ve been at it for 6 months and I’ve managed to get the site working twice, but am still struggling with SMTP. Digital ocean blocks smtp and send grid breaks the site.

        ¯\_(ツ)_/¯

        • @zeppo@lemmy.world
          link
          fedilink
          English
          1
          edit-2
          8 months ago

          SMTP in general is a pain to configure. I ran my own mail servers for a while and finally gave up and used a 3rd party service. Too many problems with antispam restrictions, and things like I’d finally get it configured, upgrade postfix or whatever and then it would all be screwed again.

    • @Thann@lemmy.ml
      link
      fedilink
      English
      17
      edit-2
      8 months 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
        link
        fedilink
        18 months 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.

          • Nobsi
            link
            fedilink
            38 months ago

            What does google and bing making search worse have to do with stackoverflow and serverfaults linux users being snobs?
            Or 70% of lemmy circle jerking over how much superior linux is.

            • @Vespair@lemm.ee
              link
              fedilink
              18 months ago

              I think they just meant if you’re a total Linux newbie, one who might not even be familiar with stackoverflow, trying to troubleshoot Linux via a typical search engine (a very normal thing a normal newbie who doesn’t know better would do) won’t lead to helpful results do the current enshitification of Google and Bing. I’m pretty sure that’s all they meant bro

    • Gabagoolzoo
      link
      fedilink
      58 months 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).

    • @Rodeo@lemmy.ca
      cake
      link
      fedilink
      38 months ago

      Congratulations, you’ve discovered the struggles of learning an esoteric hobby. Often the learning curve is steep like that. And often you will encounter elitist twits trying to push you back down the curve. But they cannot keep you from knowledge. It sounds like you’re already discovering some of the rewards.

      • @ZMonster@lemmy.world
        link
        fedilink
        18 months ago

        Oh yes, I’ve been using the ansible method of deploying and I have it very close, I just can’t get SMTP working. I’ve set up an account with send grid but letsencrypt keeps telling me I’ve passed the limit for certs and every time I try to deploy it says I have to wait another week to try. I would remove certs but since I’ve already wiped those out, I don’t know what they are or how to find them.