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

Co-authored-by: github-actions <github-actions@twenty.com>
2026-05-11 17:27:46 +02:00

55 lines
1.7 KiB
Plaintext

---
title: Domain Settings
description: Configure workspace domain, approved access domains, and public domains.
---
域名设置分布在三个位置,具体取决于你要配置的内容。
## Workspace Domain
在 **设置 → 常规 → 工作区域名** 下进行配置。
Edit your subdomain name or set a custom domain for your workspace.
### 自定义域名
1. Click **Customize Domain**
2. Edit your subdomain (e.g., `yourcompany.twenty.com`)
3. Or set up a custom domain (e.g., `crm.yourcompany.com`)
For custom domains, you'll need to configure DNS settings with your domain provider.
## 批准的域名
在 **设置 → 成员 → 邀请** 下进行配置。
Anyone with an email address at these domains is allowed to sign up for this workspace automatically.
### 添加批准的访问域
1. Click **Add Approved Access Domain**
2. Enter your company domain (e.g., `yourcompany.com`)
3. 保存
Once configured, anyone with an email address at that domain can join your workspace without needing a direct invitation.
<Note>
This is useful for allowing your entire team to self-register while keeping the workspace restricted to your organization.
</Note>
## Public Domains
在 **设置 → 应用 → 开发者** 下进行配置。
在这些域名上提供一个完整且安全的托管环境。 公共域名可以绑定到特定应用——绑定后,只有该应用通过 HTTP 路由的逻辑函数可以在该域名上访问。 将绑定留空以暴露所有工作区 HTTP 路由。
### Add Public Domain
1. Click **Add Public Domain**
2. Enter the domain you want to use
3. 可选地将其绑定到某个应用
4. Configure DNS settings as instructed
5. Verify the domain
SSL certificates are automatically provisioned for public domains.