Created by Github action <!-- mintlify-editor-comments:start --> Mintlify --- 0 threads from 0 users in Mintlify - No unresolved comments <!-- mintlify-editor-comments:end --> <!-- mintlify-comment--> <a href="https://dashboard.mintlify.com/twenty/twenty/editor/i18n-docs?source=pr_comment" target="_blank" rel="noopener noreferrer"><picture><source media="(prefers-color-scheme: dark)" srcset="https://d3gk2c5xim1je2.cloudfront.net/assets/open-mintlify-editor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://d3gk2c5xim1je2.cloudfront.net/assets/open-mintlify-editor-light.svg"><img src="https://d3gk2c5xim1je2.cloudfront.net/assets/open-mintlify-editor-light.svg" alt="Open in Mintlify Editor"></picture></a> <!-- /mintlify-comment --> Co-authored-by: github-actions <github-actions@twenty.com>
30 lines
879 B
Plaintext
30 lines
879 B
Plaintext
---
|
|
title: 自托管
|
|
description: 在您自己的基础设施上部署并管理 Twenty。
|
|
---
|
|
|
|
<Frame>
|
|
<img src="/images/user-guide/what-is-twenty/20.png" alt="AI" />
|
|
</Frame>
|
|
|
|
## 概览
|
|
|
|
Twenty 可以在您自己的基础设施上自托管,使您能够完全掌控您的数据和部署。
|
|
|
|
## 为什么选择自托管?
|
|
|
|
* **数据所有权**:将所有 CRM 数据保存在您自己的服务器上
|
|
* **合规性**:满足有关数据驻留的监管要求
|
|
* **自定义**:拥有完全权限来修改和扩展平台
|
|
|
|
## 开始使用
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Docker Compose" icon="docker" href="/l/zh/developers/self-host/capabilities/docker-compose">
|
|
使用 Docker 快速设置
|
|
</Card>
|
|
<Card title="云提供商" icon="cloud" href="/l/zh/developers/self-host/capabilities/cloud-providers">
|
|
在 AWS、GCP 或 Azure 上部署
|
|
</Card>
|
|
</CardGroup>
|