Making progress on standing up my own #mastodon instance. Initially, went with a prebuilt setup, but that didn't work out of the gate.

Easier to just install it directly on the server, except for e-mail. Going to check out AWS SES since it doesn't have a minimum cost per month.

Seems to work, but need to wait for Amazon to approve SES to go to prod.

#mastoadmin

@kraft I've used SES for production workloads for years and it's never given me any trouble.

@mackensen I may have worded that poorly. My account is still sandboxed for SES until Amazon approves my use case.

It just seems like a better solution that the others out there for something that I don't expect a high number of e-mails.

@kraft Oh absolutely, I was just agreeing that it's a good idea. Unsandboxing is my least favorite part of the whole process :)
@kraft I just created an app password for my #GoogleWorkspace account and I'm using the Google #SMTP gateway. I haven't actually seen any emails so I'm not sure if it's actually working.
@kraft I’m using sendinblue smtp free plan for my solo instance. Works good, I guess 300 emails/month is more than enough. It took me 10min to open/configure the account and change the Dns.
@kraft happy to share my docker-compose.yml if it helps.
@jonathan That would be nice to see something known to work in the real world!
My mastodon server's docker-compose configuration

My mastodon server's docker-compose configuration. GitHub Gist: instantly share code, notes, and snippets.

Gist