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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Staticland – Open source static site hosting with SSL via Let's Encrypt

180 点作者 sethvincent超过 8 年前

14 条评论

phpnode超过 8 年前
This looks like a nice idea but it&#x27;s a bit unfortunate about the name clash with <a href="https:&#x2F;&#x2F;github.com&#x2F;rpominov&#x2F;static-land" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rpominov&#x2F;static-land</a><p>Edit: Dear downvoters, normally it&#x27;d be unlikely for the name clash to matter, but because these are both JS libraries, both available on npm, it&#x27;s the difference between `npm install static-land` and `npm install staticland` which would be an easy mistake for anyone to make.
评论 #13111252 未加载
评论 #13109346 未加载
bosdev超过 8 年前
Another alternative is to deploy to S3&#x2F;Cloudfront using Stout (<a href="http:&#x2F;&#x2F;stout.is" rel="nofollow">http:&#x2F;&#x2F;stout.is</a>).
评论 #13113477 未加载
评论 #13111566 未加载
sheraz超过 8 年前
Clever :-) Glad to see another solution out there!<p>Myelf -- I&#x27;ve migrated almost all personal and small projects over to a self-hosted dokku instance. All of the static sites run this buildpack: <a href="https:&#x2F;&#x2F;github.com&#x2F;dokku&#x2F;buildpack-nginx" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dokku&#x2F;buildpack-nginx</a><p>This has been a real timesaver as dealing with S3 static sites was just a pain. Added bonus is I have more granular control of nginx (if I want it)
评论 #13109897 未加载
评论 #13109931 未加载
toddmorey超过 8 年前
Netlify is a good option, too, with continuous deployment and SSL. It&#x27;s free for open source projects.
xs超过 8 年前
Is this primarily for static sites like Jekyll and Hugo? If so, could you add some kind of tutorial on how to get my Jekyll blog hosted on static.land? I&#x27;m not familiar with node, and your docs don&#x27;t mention how to do a `git push`, only `staticland deploy`. What is the technology behind `staticland deploy`, git, ftp, https?
评论 #13110164 未加载
nathancahill超过 8 年前
Looks just like Surge.sh with free SSL.
评论 #13109495 未加载
评论 #13110443 未加载
jorde超过 8 年前
I recently started using `now`[0] for hosting my static and small scale sites. While it&#x27;s mainly targeted for Node apps &#x2F;JS, it supports deploying static sites out of the box which free and very easy DNS, SSL setup. It&#x27;s not free, but still very affordable compared to the benefits.<p>[0] <a href="https:&#x2F;&#x2F;zeit.co&#x2F;now" rel="nofollow">https:&#x2F;&#x2F;zeit.co&#x2F;now</a>
isoos超过 8 年前
Another alternative in this space is an AWS Lambda-driven static site editor and publisher: <a href="https:&#x2F;&#x2F;github.com&#x2F;sirceljm&#x2F;LambdaBlogPlatform" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sirceljm&#x2F;LambdaBlogPlatform</a><p>(not affiliated but I know that the author put lot of thought in it)
libeclipse超过 8 年前
Seems like a cool project. I&#x27;ve got a site setup[0] like this already, where netlify pulls the files from github and then serves them from its CDN with A+ HTTPS+HSTS. Works flawlessly.<p>[0] <a href="https:&#x2F;&#x2F;libeclipse.me" rel="nofollow">https:&#x2F;&#x2F;libeclipse.me</a>
johnchristopher超过 8 年前
But where are the files hosted ?
TazeTSchnitzel超过 8 年前
Is it just as simple to use if you host it yourself? Static site hosting locally with TLS ought to be as simple as two commands.
CptnZur超过 8 年前
Very nice work.
评论 #13109369 未加载
wodenokoto超过 8 年前
Do I need NPM to use this?
评论 #13109211 未加载
bryanrasmussen超过 8 年前
what&#x27;s the monetization strategy?
评论 #13109227 未加载
评论 #13109313 未加载