Alternative to github pages?

https://reddthat.com/post/49586908

Alternative to github pages? - Reddthat

Is there a good alternative to github pages? I need just a static website up. - I have a domain. - I have my site (local machine) - And that’s all I have. - I have a machine that could be running 24/7 too.

Use any static site generator and build a Docker container. You could even try out this idea though its lack of http/2+ support might not make it the best option.
The smallest Docker image to serve static websites

The smallest Docker image to serve static websites

Florin Lipan
HTTP 1.1 is more than good enough for serving a static website.
I think it depends on the number of assets. Generally speaking you’re probably right, but if there are a lot of small files it would be a lot smoother to load them over http/2.
There is zero question about it. It will be absolutely fine for some dude’s static website over a residential internet connection.
Whatever you say bro
Obviously someone who has never actually tested 1.1 vs 2 vs 3 lmao

Except I have? In fact I just did so extensively for a few weeks (along with optimizing compression vs CPU time, HTTP 1.1 over the localhost network stack vs UNIX socket, etc).

In fact you two are the first people I’ve ever heard saying that http/2 and http/3 are worse than HTTP 1.1 — what’s the point of developing new, superior protocols if HTTP 1.1 is so perfect? 🥴