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

  • Salamander
    link
    fedilink
    32 years 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?

    • @Wander@yiffit.net
      link
      fedilink
      62 years 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
        22 years 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.

        • @Wander@yiffit.net
          link
          fedilink
          52 years 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
            22 years 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
          22 years 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.