Live data from Hacker News

Ask HN: What free or low-cost static site hosting do you use most?

news.ycombinator.com

181–190 of 229 posts

Re: Ask HN: What free or low-cost static site hosting do you use most?

#181
I use orgmode publish to html and then a simple script to upload/sync to s3[1]. Hosted there + cloudflare for CDN/HTTPS. I was hosting the site myself on a linode, but I like this setup much better.

[1]: https://www.rolando.cl/201607-1-blogging-like-its-2016.html

Re: Ask HN: What free or low-cost static site hosting do you use most?

#182

I'm still using Dreamweaver 8 and pushing the site to a server as static files. Unfortunately, Dreamweaver 8's static SFTP doesn't work any more, due to some Microsoft-forced change in Windows 7.

Just to save everyone interested a couple of clicks, here's the result: http://animats.com/

Re: Ask HN: What free or low-cost static site hosting do you use most?

#184

Just to echo... Amazon S3 with CloudFront. No contest. CloudFront has free SSL too. Then AWS Lambda to provide dynamic content via Javascript / API if needed. If you want to get fancy you can even attach it to your domain root (example.com vs www.example.com) using Route53. Which is impossible with many static hosts. Although that requires a hosted Route53 zone which at $2 might very well be 100x your hosting costs.…

> Just to echo... Amazon S3 with CloudFront. No contest.

Yeah, until someone decides they don't like you and downloads a few terabytes of data over and over. It costs about average $0.09 per GB from CloudFront out to the world, and add in the costs from S3 to Cloudfront itself.

I had a $200 bill one month due to that, and the next month went with CloudFlare (no usage based billing) and github.

Re: Ask HN: What free or low-cost static site hosting do you use most?

#187
post #140

I use GitHub pages with Cloudflare (free CDN + HTTPS) for simpler sites but I'm a fan of netlify.com right now. Setup is simple, atomic deploys are simple, rollbacks are simple, caching + cache invalidation + HTTPS is done for you and there's paid plans if you need passwords, form submissions and custom response headers. There's probably cheaper options compared to the paid plan at $9 a month but you have to ask your…

I use a static site generated called 'middleman' for my blog. I tested S3 deployment in the past and I must that it's not all that complicated. The PITA is that you need Cloudfront to handle SSL and if you're not using Route53 automating the upgrade process is more complex than it should be. > Can you deploy atomically? Hm, I'm not sure what atomically means in this context, S3 supports 'sync' so you basically can wr…

> (I use a rake task).

I've found this little tool to be a huge timesaver for Middleman deployments to S3. Just remember to gitignore your environment variables ;)

https://github.com/fredjean/middleman-s3_sync

Re: Ask HN: What free or low-cost static site hosting do you use most?

#188

I use a cheap $5/mo Digital Ocean droplet with nginx, Nikola [0], and letsencrypt for ssl. Works great and I can expand easily if I want to add php or other wsgi apps. [0] https://getnikola.com

Similarly, I set up two OVH Public Cloud 2GB instances $3.49 (4.49 CAD) with CloudFlare in front. Having two lets me set up master-master MySQL for Ghost and other play projects.

Your paying in CAD so assuming your in canada how do you find OVH, is there any north American severs? If not how is connection time to the website and general experiences with it? Cheers.

Re: Ask HN: What free or low-cost static site hosting do you use most?

#189

Earlier quoted context omitted.

Zero maintenance on WordPress? What do you do? I have several updates all the time + themes and plugins. I do like WordPress though

Hosted by wordpress.com of course. Self hosting wordpress is a nightmare. I wouldn't wish that to my worst enemy.

I set up one of the orgs I work with on WPEngine, pretty good. Almost no intervention on my part and only $25 a month which is not bad considering the scale of there subscription business.
Post reply on HN