mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-02 01:02:05 +08:00
4b24472106
* docs(i18n): translate batch 1 * docs(i18n): translate batch 2 * docs(i18n): translate batch 3 (20 files) - openapi/: app, share - faq/: all 8 files - use-cases/: index, external-integration (5 files), app-cases (4 files) Translated using North American style with natural, concise language. Preserved MDX syntax, code blocks, images, and component imports. * docs(i18n): translate protocol docs * docs(i18n): translate introduction docs (part 1) * docs(i18n): translate use-cases docs * docs(i18n): translate introduction docs (part 2 - batch 1) * docs(i18n): translate final 9 files * fix(i18n): fix YAML and MDX syntax errors in translated files - Add quotes to description with colon in submit_application_template.en.mdx - Remove duplicate Chinese content in translate-subtitle-using-gpt.en.mdx - Fix unclosed details tag issue * docs(i18n): translate all meta.json navigation files * fix(i18n): translate Chinese separators in meta.en.json files * translate * translate * i18n --------- Co-authored-by: archer <archer@archerdeMac-mini.local> Co-authored-by: archer <545436317@qq.com>
43 lines
1.7 KiB
Plaintext
43 lines
1.7 KiB
Plaintext
---
|
|
title: Configure Custom Domain
|
|
description: How to configure a custom domain in FastGPT
|
|
---
|
|
|
|
FastGPT Cloud supports custom domain configuration starting from v4.14.4.
|
|
|
|
## How to Configure a Custom Domain
|
|
|
|
### 1. Open the "Custom Domain" Page
|
|
|
|
In the sidebar, go to "Account" -> "Custom Domain" to open the configuration page.
|
|
|
|
If your plan does not support this feature, follow the on-screen instructions to upgrade.
|
|
|
|

|
|
|
|
### 2. Add a Custom Domain
|
|
|
|
1. Have your domain ready. Your domain must have an ICP filing. Currently supported filing providers are Alibaba Cloud, Tencent Cloud, and Volcano Engine.
|
|
2. Click the "Edit" button to enter edit mode.
|
|
3. Enter your domain, e.g. www.example.com
|
|
4. In your domain provider's DNS management console, add the CNAME record shown on the screen.
|
|
5. After adding the DNS record, click "Save". The system will automatically verify the DNS configuration -- this usually takes less than a minute. If verification takes too long, try again.
|
|
6. Once the status shows "Active", click "Confirm" to finish.
|
|
|
|

|
|
|
|
You can now access FastGPT services and call FastGPT APIs using your own domain.
|
|
|
|
## DNS Resolution Failure
|
|
|
|
The system checks DNS resolution daily. If the DNS record becomes invalid, the custom domain will be disabled. You can re-verify it by clicking "Edit" on the "Custom Domain" management page.
|
|
|
|

|
|
|
|
To change your custom domain or switch providers, delete the existing configuration and set it up again.
|
|
|
|
|
|
## Use Cases
|
|
|
|
- [Integrate with WeCom Bot](/docs/use-cases/external-integration/wecom)
|