Files
twenty/packages/twenty-docs/l/ja/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
2.4 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: ワークスペースのドメイン、承認済みアクセスドメイン、およびアプリのカスタムドメインを構成します。
---
ドメイン設定は、設定内容に応じて 3 か所に分かれています。
## ワークスペースドメイン
**設定 → 一般**で設定します。
サブドメイン名を編集するか、ワークスペース用にカスタムドメインを設定します。
### ドメインをカスタマイズ
1. **Subdomain** をクリックしてサブドメインを編集します(例: `yourcompany.20y.com`
2. または、**カスタムドメイン** をクリックしてカスタムドメインを設定します(例: `crm.yourcompany.com`
カスタムドメインの場合は、ドメインプロバイダー側で DNS 設定を構成する必要があります。
## 承認されたドメイン
**設定 → メンバー → 招待** で設定します。
会社ドメインを追加して、チームメンバーがこのワークスペースに自動的にサインアップできるようにします。
### 承認されたアクセスドメインを追加
1. **Add Approved Access Domain** をクリック
2. 会社のドメインを入力します(例: `yourcompany.com`
3. 保存
設定が完了すると、そのドメインのメールアドレスを持つユーザーは、直接の招待なしにあなたのワークスペースに参加できます。
<Note>
これにより、ワークスペースを組織内に限定したまま、チーム全体が自己登録できるため便利です。
</Note>
## アプリのカスタムドメイン
**Settings → Apps → your app → Settings → App URL** で設定します。
Web 上でルートを公開するアプリは、専用の URL から配信され、これは **App URL** セクションに表示されます。 代わりに、自分が所有しているドメインからアプリを配信できます。
### カスタムドメインを追加
1. **カスタムドメイン** をクリックします。
2. 使用したいドメインを入力します(例: `app.yourcompany.com`
3. 指示に従って DNS 設定を構成します
4. ドメインを検証します
そのアプリのルートのみがそのドメインから到達可能になります。 SSL 証明書は自動的にプロビジョニングされます。