自定义域名
Tenants can use their own domain (e.g., feedback.acmecorp.com) instead of the platform's default URLs.
Setup Process
Step 1: Add Domain in 设置
- 前往 设置 > Custom Domain
- 输入您的 domain:
feedback.acmecorp.com - Click Add Domain
Step 2: Configure DNS
Add a CNAME record pointing to the platform:
| Type | Name | Value |
|---|---|---|
| CNAME | feedback | yourdomain.com |
Or if using a root domain, an A record:
| Type | Name | Value |
|---|---|---|
| A | @ | platform-server-ip |
Step 3: Verify
- Click Verify Domain in 设置
- FeedbackPulse checks the DNS records
- Once verified, the domain is active
Step 4: SSL
The platform owner needs to:
- Configure the web server to accept the 自定义域名
- Obtain an SSL certificate for the 自定义域名 (or use a wildcard)
Plan Requirement
Custom domains require the custom_domain feature flag on the tenant's subscription plan.