I’m almost ready with my lemmy instance server. Now what are some steps that are definitly worth doing after setup?

  • Salamander
    link
    fedilink
    31 year ago

    consider using an email delivery service like jetmail instead of sending mail directly from the instance

    Why is this better? To overcome spam filters, or is there some security risk associated with e-mails?

    • @WanderA
      link
      fedilink
      61 year ago

      Better delivery and avoids exposing your IP via emails, although it’s best to setup a some sort of tunnel to avoid having that problem altogether.

      • Salamander
        link
        fedilink
        21 year ago

        Better delivery and avoids exposing your IP via emails, although it’s best to setup a some sort of tunnel to avoid having that problem altogether.

        Is it possible to have a public-facing instance without exposing your IP? I am not sure I understand that part, and I am very interested in understanding how to achieve that.

        • @WanderA
          link
          fedilink
          51 year ago

          Yes, you tunnel all your traffic through cloudflare. Google “Cloudflare tunnel”.

          Whatever people say about cloudflare, right now it’s a necessity if you manage a public facing server and don’t have the resources to avoid DDoS attacks.

          • Salamander
            link
            fedilink
            41 year ago

            Thank you! I will look into cloudfare, what people say about it, and what resources are necessary to avoid DDoS attacks without it!

        • ActuallyRuben
          link
          fedilink
          11 year ago

          For incoming http(s) connections you can hide behind Cloudflare, which also helps for caching pictures. For outgoing connections to other instances you could also hide behind an outgoing proxy, in my opinion that’s not really necessary, but I’m sure others would disagree on that.