1820
Lemmy.world update: Downtime today / Cloudflare
(lemmy.world)
This Community is intended for posts about the Lemmy.world server by the admins.
For support with issues at Lemmy.world, go to the Lemmy.world Support community.
Any support requests are best sent to info@lemmy.world e-mail.
If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.
If you can, please use / switch to Ko-Fi, it has the lowest fees for us
In case you haven't considered this, some helpful advice. To keep them from the lemmy.world door after the CDN installation
You might have Cloudflare add a request header to the origin request, like
x-cloudflare-key: <somesecret>
, and then configure nginx on the server to block everything not containing that header.just block ingress to your server from non cloudflare IPs or use argo tunnel.