e5ac9f5b8b
Follow-up based on comments from https://github.com/twentyhq/twenty/pull/23266 <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/twentyhq/twenty/pull/23429?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: Félix Malfait <felix@twenty.com> Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
50 lines
1.7 KiB
Plaintext
50 lines
1.7 KiB
Plaintext
---
|
|
title: Domain Settings
|
|
description: Configure workspace domain, approved access domains, and app custom domains.
|
|
---
|
|
|
|
Domain settings live in three places, depending on what you're configuring.
|
|
|
|
## Workspace Domain
|
|
|
|
Configure under **Settings → General**.
|
|
|
|
Edit your subdomain name or set a custom domain for your workspace.
|
|
|
|
### Customize Domain
|
|
1. Click **Subdomain** to edit your subdomain (e.g., `yourcompany.twenty.com`)
|
|
2. Or click **Custom domain** to set up a custom domain (e.g., `crm.yourcompany.com`)
|
|
|
|
For custom domains, you'll need to configure DNS settings with your domain provider.
|
|
|
|
## Approved Domains
|
|
|
|
Configure under **Settings → Members → Invite**.
|
|
|
|
Add your company domain to let team members sign up for this workspace automatically.
|
|
|
|
### Add Approved Access Domain
|
|
1. Click **Add Approved Access Domain**
|
|
2. Enter your company domain (e.g., `yourcompany.com`)
|
|
3. Save
|
|
|
|
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>
|
|
|
|
## App Custom Domains
|
|
|
|
Configure under **Settings → Apps → your app → Settings → App URL**.
|
|
|
|
Apps that expose routes on the web are served from a dedicated URL, shown in the **App URL** section. You can serve an app from a domain you own instead.
|
|
|
|
### Add Custom Domain
|
|
1. Click **Custom Domain**
|
|
2. Enter the domain you want to use (e.g., `app.yourcompany.com`)
|
|
3. Configure DNS settings as instructed
|
|
4. Verify the domain
|
|
|
|
Only that app's routes are reachable on the domain. SSL certificates are provisioned automatically.
|