Files
twenty/packages/twenty-docs/l/zh/user-guide/settings/capabilities/domains-settings.mdx
T
github-actions[bot] 9acc5c192f i18n - docs translations (#23452)
Created by Github action

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/23452?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->

Co-authored-by: github-actions <github-actions@twenty.com>
2026-07-28 19:20:40 +02:00

53 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: 域设置
description: 配置工作区的域名、已批准的访问域名,以及应用自定义域名。
---
域名设置分布在三个位置,具体取决于你要配置的内容。
## 工作区域
在 **设置 -> 通用** 下配置。
编辑您的子域名或为您的工作区设置一个自定义域名。
### 自定义域名
1. 点击 **Subdomain** 编辑您的子域名(例如,`yourcompany.twenty.com`)
2. 或者点击**自定义域** 来设置一个自定义域(例如`crm.yourcompany.com`)
对于自定义域名,您需要与域提供商配置DNS设置。
## 批准的域名
在 **设置 → 成员 → 邀请** 下进行配置。
添加您的公司域名让团队成员自动注册此工作区。
### 添加批准的访问域
1. 点击 **添加已批准的访问域**
2. 输入您的公司域名(例如,`yourcompany.com`)
3. 保存
一旦配置,任何在该域拥有电子邮件地址的人都可以加入您的工作区,而无需直接邀请。
<Note>
这有助于让您的整个团队能够自行注册,同时将工作区限制在您的组织中。
</Note>
## 应用自定义域名
在 **设置 → 应用 → 你的应用 → 设置 → 应用 URL** 下进行配置。
在 Web 上公开路由的应用会从专用 URL 提供服务,该 URL 显示在 **应用 URL** 部分。 你也可以改为在你拥有的域名上托管该应用。
### 添加自定义域名
1. 点击 **自定义域**
2. 输入你想要使用的域名(例如:`app.yourcompany.com`
3. 按指示配置DNS设置
4. 验证域
只有该应用的路由可以通过该域名访问。 SSL 证书会自动配置。