Langchain-Chatchat/frontend/docs/self-hosting/platform/sealos.zh-CN.mdx

29 lines
843 B
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.

import { Steps } from 'nextra/components';
# 使用 SealOS 部署
如果想在 SealOS 上部署 LobeChat可以按照以下步骤进行操作
## SealOS 部署流程
<Steps>
### 准备好你的 OpenAI API Key
前往 [OpenAI](https://platform.openai.com/account/api-keys) 获取你的 OpenAI API Key
### 点击下方按钮进行部署
[![][deploy-button-image]][deploy-link]
[deploy-button-image]: https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg
[deploy-link]: https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dlobe-chat
### 部署完毕后,即可开始使用
### 绑定自定义域名(可选)
你可以使用 SealOS 提供的子域名,也可以选择绑定自定义域名。目前 SealOS 提供的域名还未被污染,大多数地区都可以直连。
</Steps>