TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Free static websites with SSL for hackers

161 pointsby rolodatoover 7 years ago

12 comments

fenollpover 7 years ago
I use Netlify which has the same qualities and requires less setup/attention. Am not affiliated with them.
评论 #16145535 未加载
评论 #16146054 未加载
评论 #16145662 未加载
transmit101over 7 years ago
As it happens, I&#x27;ve got a couple of merge requests open to add HTTPS-only support to GitLab Pages.<p>If anybody is interested:<p>Rails: <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab-ce&#x2F;merge_requests&#x2F;16273" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab-ce&#x2F;merge_requests&#x2F;16273</a><p>Go: <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab-pages&#x2F;merge_requests&#x2F;50" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab-pages&#x2F;merge_requests&#x2F;50</a>
eugenekolo2over 7 years ago
I&#x27;ve done similar setups. I highly recommend just using Cloudflare or Netlify instead. Unless you have an actual business reason, or love owning everything in the stack.<p>The headache of managing this yourself adds up, things break, things update, etc.
superasnover 7 years ago
For static sites hosting on AWS S3 is super cheap, plus with Cloudfront CDN in front you can be sure your site is being delivered to the user by a server near him. It&#x27;s not 100% free but still very cheap for static websites[1]<p>[1] <a href="https:&#x2F;&#x2F;medium.com&#x2F;@sbuckpesch&#x2F;setup-aws-s3-static-website-hosting-using-ssl-acm-34d41d32e394" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@sbuckpesch&#x2F;setup-aws-s3-static-website-h...</a>
评论 #16147766 未加载
andrewaylettover 7 years ago
Another option, similar to some of the top-level comments suggesting Cloudflare with GitHub pages, is to use Cloudflare&#x27;s long-lived internal origin certificate on GitLab and Cloudflare&#x27;s public externally-valid certificate for end-users.<p>Although I have to admit to not actually having set that up yet: it&#x27;s on my to-do list for a personal site that&#x27;s in-progress this week.
matthbergover 7 years ago
What I did was a more customized version of that, I made a .gitlab-ci.yml file which easily lets you run any scripts of your own to build, with the same end result. Using gulp I had it run in development mode by default with watchers and verbose outputs, yet in the ci file I called a production build that polished everything up. For the front end side, I used pug, sass and babel with a few other js things to make a templating system, which really helped me understand site structures.
up-n-atomover 7 years ago
I suppose <a href="https:&#x2F;&#x2F;neocities.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;neocities.org&#x2F;</a> could qualify for the author&#x27;s ideal alternative.
JustinAikenover 7 years ago
If you do use jekyll and gitlab, I made this jekyll plugin that does it for you (if you&#x27;d rather have something in-ecosystem than an npm package) -&gt; <a href="https:&#x2F;&#x2F;github.com&#x2F;JustinAiken&#x2F;jekyll-gitlab-letsencrypt" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;JustinAiken&#x2F;jekyll-gitlab-letsencrypt</a>
neyaover 7 years ago
As another commenter has mentioned, Netlify is fantastic. It takes care of everything and migration is painless. And the best of all, it&#x27;s free~<p>This year, one of my goals is to migrate all my Wordpress blogs to Jekyll and host them on Netlify. I&#x27;m almost done with 2&#x2F;3rds of them and couldn&#x27;t be happier. Highly recommended.
7ewisover 7 years ago
You can use Full SSL on CloudFlare with GitHub Pages, which is end to end.<p><a href="https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;secure-and-fast-github-pages-with-cloudflare&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;secure-and-fast-github-pages-wit...</a>
评论 #16145684 未加载
评论 #16145654 未加载
paule89over 7 years ago
If i read free i mean free as in everything, but it seems you already need to have your own custom domain name. Meaning your own domain. Or did i miss something?
评论 #16149932 未加载
q3kover 7 years ago
Please don&#x27;t teach people how to centralize the web around a service that isn&#x27;t even supposed to be used for personal web pages [1].<p>[1] - &quot;We offer Pages sites primarily as a showcase for personal and organizational projects.&quot; <a href="https:&#x2F;&#x2F;help.github.com&#x2F;articles&#x2F;github-corporate-terms-of-service&#x2F;" rel="nofollow">https:&#x2F;&#x2F;help.github.com&#x2F;articles&#x2F;github-corporate-terms-of-s...</a>
评论 #16146754 未加载
评论 #16146569 未加载
评论 #16146518 未加载