This is a link to an article written by someone else, not me:

"I tried building my startup entirely on European infrastructure. Here's the stack I landed on, what was harder than expected, and what you still can't avoid."

https://www.coinerella.com/made-in-eu-it-was-harder-than-i-thought/

We need more stories like this being shared in the open. You can criticise some parts of the decisions made here, but that's not the point. Someone tried, learned and shares the result. *That's* the point.

#DigitalSovereignty #Cloudless

"Made in EU" - it was harder than I thought.

I tried building my startup entirely on European infrastructure. Here's the stack I landed on, what was harder than expected, and what you still can't avoid.

Coinerella
@jwildeboer very much depends how simple your system is and the external dependencies. I find that running my own email easier and less fiddling around than outsourcing that, self-hosting plain git is trivial, limiting use of AI to dedicated models in niche use cases rather than massive LLM means it's easier to host.
But then, I've had decades of application hosting and ISP experience so know the pitfalls.

@zymurgic how do you make sure that gmail and other big providers accept your emails?

@jwildeboer

@ArneBab Have your SPF, DKIM, DMARC configured correctly. Configure TLS with Letsencrypt. Don't immediately start with blasting thousands of newsletters or other spammy looking stuff. Have your host and reverse DNS entries configured correctly. That's really all. @zymurgic
@jwildeboer @ArneBab @zymurgic can confirm, this works surprisingly well and there are tools to help you with setting it up, debugging and monitoring it.
@TobiasFrech @jwildeboer @ArneBab I use #Exim , which 30 years ago was fantastically easy to set up compared to #sendmail . There's other mail transports that are even easier these days to setup with all the modern tweaks. I've heard good reports about #mailcow but I've not tried it myself.