I’m not really tech savvy but can follow directions pretty well. I am trying to create a local lemmy instance for my country and want to contribute to the community with a local server.

Does anyone know which community would I join to get more info about this? Any guides that might be helpful for me? I would appreciate the help. Thanks.

  • Mrmcmisterson@slightlyawesome.ninja
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    How are your Linux skills?

    You’ll need a domain name to start. If you plan on hosting any communities, you’ll want to secure it as well, I’d recommend a cloudflare account, use their DNS proxy and then only allow traffic from cloudflare cdns so as not to expose your server directly. To manage this, you’ll have to host your DNS in cloudflare and create and install an origin certificate on your host server.

    If you are comfortable with Linux and command line (you’ll want to know at least the basics to get you by), then you can deploy via ansible. Lemmy has a nice little doc that mostly covers everything.

    Feel free to ping me if you have some questions.

    Oh and if you are having your instance send mail, you can use the service built in, but it’ll get flagged as spam. You’ll need either a SMTP relay service like sendgrid or SPF records so that receiving email servers can verify its coming from your domain.