logoalt Hacker News

mattlondontoday at 9:32 AM1 replyview on HN

Personally I have used GitHub pages and cloudflare pages for hosting static sites and have been very happy with them considering the zero cost involved.

I don't think there is much difference between paying nearlyfreespeech (which I have done in the past) Vs using GitHub or cloudflare - you are still reliant on a third party for actual hosting. I don't really see any value in self-hosting myself - apart from nerdy satisfaction etc, I don't see the need.

The important part in my mind is the fact that I am manually controlling the assets - the HTML the images etc. Simple files on disk.

The git integration with GitHub and cloudflare though is obviously a huge boon though as now I have an off-site backup, and publishing is even more seamless than the old FTP/sftp days - just push to master from within vscode where you are editing the files anyway and it'll be live in 30 seconds (as well as backed up).


Replies

pardstoday at 10:57 AM

Same, but with GitLab pages.