Comment on Do you selfhost your own blog/website?

<- View Parent
dan@upvote.au ⁨1⁩ ⁨month⁩ ago

That’s not Cloudflare-specific; you can use any CDN that supports origin pull in the same way :)

It’s not ideal because… Cloudflare… but at least you’re using standard web tools. To ditch Cloudflare you just unplug them at the domain and you still have a website.

Definitely agree with this! That’s one of the pain points of “cloud” services - they really try to lock you in, making it impossible to swotch.

without having to deal with LetsEncrypt.

You still need encryption between your CDN and your origin, ideally using a proper certificate. Let’s Encrypt (and other ACME services like ZeroSSL) are pretty easy to use, and can be fully automated. I’m using Let’s Encrypt even for internal servers on my network, using a DNS challenge for verification instead of a HTTP one.

Perhaps its irrational but I’m bothered by how many people seem to think that Github Pages is the only way to host a static website

It’s strange because out of all the possible options, Github Pages is the most basic. You have to store your generated files in a Git repo (which is kinda gross) and it barely supports any features. For example, it doesn’t support server logs or redirects.

I guess it’s popular because people already use Github and don’t want to look for other services?

source
Sort:hotnewtop