We built a self-hosted deploy platform where you never have to open a terminal.
We built a self-hosted deploy platform where you never have to open a terminal.
我们构建了一个无需打开终端即可使用的自托管部署平台。
Two things pushed us into it. The first is the bill. Not the price, the surprise. The second is that every self-hosted alternative we tried assumes you enjoy debugging a compose file at midnight. We don’t. So we built the one we wanted to use. 促使我们开发这个平台的原因有二。首先是账单问题——不是因为价格,而是因为那些意料之外的费用。其次,我们尝试过的每一个自托管替代方案似乎都默认你喜欢在半夜调试 compose 文件。我们可不喜欢。所以,我们构建了自己真正想用的工具。
Talking more precisely, Deplo is an open source platform you install on your own server. Connect a repo, pick a server, and it builds it, runs it, puts it behind a domain, gets the certificate and keeps it alive. The rule we set ourselves is that you never need Docker knowledge, SSH or hand-edited YAML to get full value out of it. The shell is there as an escape hatch if you want it, never as a requirement. 更准确地说,Deplo 是一个你可以安装在自己服务器上的开源平台。连接代码仓库,选择一台服务器,它就能自动完成构建、运行、配置域名、获取证书并保持服务在线。我们为自己设定的准则是:你无需具备 Docker 知识、无需 SSH 或手动编辑 YAML 文件,即可充分利用它。Shell 终端仅作为一种备选方案供你使用,绝非必要条件。
What’s in it today: 目前的功能包括:
- Deploy without Docker, SSH or YAML - connect a repo, pick a server, and you’re live
- 无需 Docker、SSH 或 YAML 即可部署——连接仓库,选择服务器,即可上线。
- Share servers across teams, with granular control over who can deploy where
- 支持跨团队共享服务器,并能精细控制谁可以在哪里部署。
- Automatic preview environments for every pull request
- 为每个 Pull Request 提供自动预览环境。
- Custom roles (RBAC) from day one - define roles and control access across your infrastructure
- 从第一天起就支持自定义角色 (RBAC)——定义角色并控制整个基础设施的访问权限。
- One-click rollback to any previous deployment, without rebuilding
- 一键回滚到之前的任何部署版本,无需重新构建。
- AI-ready with MCP: let AI agents deploy, inspect logs and manage your infrastructure with scoped access
- 支持 AI (MCP):允许 AI 代理在受限访问权限下进行部署、检查日志和管理基础设施。
- Encrypted backups with a recovery key you own
- 提供由你掌控恢复密钥的加密备份。
There are good tools in this space already and we’re not here to tell you yours is bad. If what you run works for you, that’s genuinely fine. If you’ve been putting off self-hosting because it looked like a second job, that’s who we built this for. 这个领域已经有很多优秀的工具,我们并不是要说你现在用的不好。如果你现有的方案运行良好,那当然很好。但如果你因为觉得自托管像是在打第二份工而一直推迟,那么我们就是为你而构建的。
We’ll be in this thread all day. If something breaks, or if a part of the UI made no sense to you, say it here. ⭐ Remember to star the repo, if you would like to help. Right now it is how other developers find us. And if you write code, every part of Deplo takes pull requests. 我们全天都会关注这个讨论帖。如果出现故障,或者 UI 的某部分让你感到困惑,请在这里告诉我们。⭐ 如果你想提供帮助,请记得给仓库点个 Star。目前这是其他开发者发现我们的主要方式。如果你是开发者,Deplo 的每一个部分都欢迎提交 Pull Request。
From one developer to another: we’ve been over-engineering this for years. It costs time, it costs money, and none of it makes what we ship any better. Let’s make our lives easier. Deplo is open source, AGPLv3 licensed. The code is all there. Because that’s all we’re trying to be: a ridiculously good alternative to the cloud. 作为开发者,我想对同行说:我们多年来一直在过度设计。这既耗时又费钱,而且对我们交付的产品质量毫无提升。让我们让生活变得更简单吧。Deplo 是开源的,采用 AGPLv3 协议。代码完全公开。因为这就是我们的目标:成为云服务的一个极其出色的替代方案。