-
Notifications
You must be signed in to change notification settings - Fork 15
docs(self-host): revive one-click platform page — attach a runtime plane or migrate #182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
83daded
docs(self-host): revive the one-click platform page for the attach-or…
tea-artist b8e6d43
docs(self-host): one-key page = original content restored, declaratio…
tea-artist 37ba9a6
docs(self-host): move one-key to a trailing Deprecated group and mark…
tea-artist File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,62 @@ | ||
| --- | ||
| title: "One-Click Cloud Deployment (Deprecated)" | ||
| description: "Deploy Teable quickly using cloud provider templates, then subscribe to unlock paid features and activate your license." | ||
| --- | ||
|
|
||
| <Warning> | ||
| **Deprecated.** One-click templates are no longer a recommended way to deploy | ||
| Teable — start from [Deployment](/en/deploy/choose). If you already run Teable | ||
| from one of them, here is what you have and where to go next: these templates | ||
| give you a **standalone** Teable (app + PostgreSQL + Redis): tables, | ||
| collaboration, API, and automations, but no AI features. One-click platforms | ||
| cannot start containers, so the [runtime plane](/en/deploy/architecture) that | ||
| powers AI sessions, App Builder, and app deployments cannot run on them. Two | ||
| ways to the full platform: | ||
|
|
||
| 1. **Keep your platform and attach a runtime plane**: deploy it on a machine | ||
| you control following the | ||
| [migration guide](https://github.com/teableio/teable-deployment/blob/main/migration/2026-07-basic-to-full-featured.md), | ||
| then add the connection environment variables from the guide to your | ||
| platform service and redeploy. Your data stays in place, and rollback is | ||
| just removing the variables again. | ||
| 2. **Migrate to the [standard deployment](/en/deploy/choose)**: back up a | ||
| PostgreSQL dump plus your uploaded files, restore them into a Docker | ||
| all-in-one or Kubernetes install, and repoint your domain. | ||
| </Warning> | ||
|
|
||
| ## One-Click Cloud Deployment | ||
|
|
||
| One-click templates help you bootstrap a Teable environment quickly. After deployment, if you want paid features (for self-hosted plans), you should **subscribe** and **activate your license** using your Instance ID. | ||
|
|
||
| ## Step 1: Deploy with a template | ||
|
|
||
| Choose a template below and deploy. | ||
|
|
||
| [](https://railway.app/template/NtH5uD?referralCode=rE4BjB) | ||
|
|
||
| [](https://zeabur.com/templates/QF8695) | ||
|
|
||
| [](https://repocloud.io/details/?app_id=273) | ||
|
|
||
| [](https://elest.io/open-source/teable) | ||
|
|
||
| ## Step 2: Subscribe (paid features) | ||
|
|
||
| If you are deploying **self-hosted** and need paid features, subscribe with your **Instance ID**: | ||
|
|
||
| 1. Open the Admin Panel in your deployed instance and copy the **Instance ID** | ||
| 2. Go to the self-hosted pricing page and subscribe: `https://app.teable.ai/public/pricing?host=self-hosted` | ||
| 3. After subscribing, you will get a **License Key** | ||
|
|
||
| Then activate it in your instance: | ||
|
|
||
| - Documentation: [Subscribe and Activate License](/en/deploy/activate) | ||
|
|
||
| <Note> | ||
| If you are using **Teable Cloud** (hosted by Teable), manage your plan in-app: | ||
| see [Billing & Subscription](/en/basic/space/billing). | ||
| </Note> | ||
|
|
||
| ## Need help? | ||
|
|
||
| If you have questions about subscription or licensing, contact `support@teable.ai`. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| --- | ||
| title: "一键云部署(已弃用)" | ||
| description: "通过云服务商模板快速部署 Teable,然后订阅解锁付费功能并激活许可证。" | ||
| --- | ||
|
|
||
| <Warning> | ||
| **已弃用。** 一键模板不再是推荐的 Teable 部署方式 —— 请从[部署](/zh/deploy/choose) | ||
| 开始。如果你已经在用这类模板运行 Teable,先了解现状与去向:一键模板拉起的是 | ||
| **基础版** Teable(应用 + PostgreSQL + Redis):表格、协作、API、自动化都有, | ||
| 但没有 AI 能力。一键平台无法启动容器,因此支撑 AI 会话、App Builder 与应用部署的 | ||
| [运行平面](/zh/deploy/architecture)住不进去。通往全功能平台有两条路: | ||
|
|
||
| 1. **平台不动,外挂一套运行平面**:在一台你掌控的机器上按 | ||
| [迁移指南](https://github.com/teableio/teable-deployment/blob/main/migration/2026-07-basic-to-full-featured.md) | ||
| 部署运行平面,然后在平台的服务设置里按指南补上连接用的环境变量并重新部署。 | ||
| 数据原地不动;回滚就是把变量再删掉。 | ||
| 2. **迁移到[标准部署](/zh/deploy/choose)**:备份 PostgreSQL dump 与已上传的 | ||
| 文件,恢复进 Docker 单机全栈或 Kubernetes,再把域名指过去。 | ||
| </Warning> | ||
|
|
||
| | 优点 | 缺点 | | ||
| | ----------- | ------ | | ||
| | 无需任何配置,一键启动 | 依赖云服务商 | | ||
| | 可以弹性伸缩 | | | ||
| | 运维简单 | | | ||
|
|
||
| **系统要求**: | ||
|
|
||
| * 应用节点最低 1c/2g | ||
| * 数据库最低 1c/2g | ||
|
|
||
| #### Sealos | ||
|
|
||
| 有免费额度,对国内支持友好,按量计费 | ||
|
|
||
| [**一键部署**](https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dteable) | ||
|
|
||
| ### 订阅与激活(付费功能) | ||
|
|
||
| 如果你是**自托管部署**并需要付费功能,请在部署完成后进行订阅并激活许可证: | ||
|
|
||
| 1. 在你部署好的 Teable 实例中进入管理员后台,复制 **Instance ID(实例 ID)** | ||
| 2. 打开自托管订阅页面完成订阅:`https://app.teable.ai/public/pricing?host=self-hosted` | ||
| 3. 订阅成功后会获得 **License Key(许可证密钥)**,回到实例中完成激活 | ||
|
|
||
| 详情请见:[订阅和激活许可证](/zh/deploy/activate) | ||
|
|
||
| ### 下一步 | ||
|
|
||
| [配置邮件服务](/zh/deploy/email) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Business self-hosted users who only need AI Fields or AI automation, this sentence says the one-click install has “no AI features,” but the existing docs describe self-hosted AI Fields as available on Business+ and scope the runtime-plane requirement specifically to AI Chat and App Builder (
en/basic/field/ai/ai-field.mdx:6,en/basic/admin-panel/ai-setting.mdx:15,en/basic/admin-panel/ai-setting.mdx:80). This will incorrectly push those users toward attaching/migrating the runtime plane before using any AI; please narrow the claim to runtime-backed features such as AI Chat, App Builder, and app deployments, and mirror the same fix in the zh page.Useful? React with 👍 / 👎.