TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Free static websites with SSL for hackers

161 点作者 rolodato超过 7 年前

12 条评论

fenollp超过 7 年前
I use Netlify which has the same qualities and requires less setup/attention. Am not affiliated with them.
评论 #16145535 未加载
评论 #16146054 未加载
评论 #16145662 未加载
transmit101超过 7 年前
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>
eugenekolo2超过 7 年前
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.
superasn超过 7 年前
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 未加载
andrewaylett超过 7 年前
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.
matthberg超过 7 年前
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-atom超过 7 年前
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.
JustinAiken超过 7 年前
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>
neya超过 7 年前
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.
7ewis超过 7 年前
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 未加载
paule89超过 7 年前
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 未加载
q3k超过 7 年前
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 未加载