The title should be update to reflect the what's happened - the changes.
GitHub Pages – Usage Limits
31–40 of 101 posts
Re: GitHub Pages – Usage Limits
#32The new restrictions have been put in place not long after the Bloomberg reported that GitHub suffers from a loss of $66m in the first 3 quarters this year -> https://www.bloomberg.com/news/articles/2016-12-15/github-is... The title should be update to reflect the what's happened - the changes.
Re: GitHub Pages – Usage Limits
#33Is this not a chance for github to make some money? I'm about to launch a site on github pages (simple html site, no backend) and there's a tiny chance of it going viral. If it were to reach the 100k limit for requests I'd be more than happy paying github to keep it hosted there. I already have hosting with the likes of hostgator but they probably couldn't even handle 100k like github would.
There's also surge.sh which is pretty good for static sites. It's essentially Heroku but works with a single HTML file. It's free as well.
Re: GitHub Pages – Usage Limits
#34Has anyone actually encountered enforcement of these limits?
Re: GitHub Pages – Usage Limits
#35Earlier quoted context omitted.
But not for custom domains, sadly.
How would Github "enable" HTTPS for custom domains? Do you want them to provide you with a free certificate for every custom domain you add? On the other hand, if you _do_ possess a cert for your custom domain, then HTTPS works just fine [1]. [1]: https://rishav.js.org
Yes.
Re: GitHub Pages – Usage Limits
#36##### EDIT: The title for this link started as "GitHub Pages sets usage limits", but was changed to "What is GitHub Pages?" by an HN moderator, putting this post (and most of the discussion going on in here) completely out of context. I don't agree with this decision. Most HN readers know what Github Pages is - it's the new usage caps that are the news here. Those caps are new - I've been tracking Github Pages for ye…
Re: GitHub Pages – Usage Limits
#37##### EDIT: The title for this link started as "GitHub Pages sets usage limits", but was changed to "What is GitHub Pages?" by an HN moderator, putting this post (and most of the discussion going on in here) completely out of context. I don't agree with this decision. Most HN readers know what Github Pages is - it's the new usage caps that are the news here. Those caps are new - I've been tracking Github Pages for ye…
GitHub pages don't support HTTPS so they're increasingly a no-go for me :(. So many endpoints are HTTPS only now that the mixed content warnings are too much hassle to deal with
Re: GitHub Pages – Usage Limits
#38Use CloudFlare to proxy-cache your Github pages and it should be fine as long as you set correct caching rules.
Re: GitHub Pages – Usage Limits
#39Earlier quoted context omitted.
GitHub pages don't support HTTPS so they're increasingly a no-go for me :(. So many endpoints are HTTPS only now that the mixed content warnings are too much hassle to deal with
In fact, they support HTTPS: https://help.github.com/articles/securing-your-github-pages-...