forked from lobehub/lobe-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
117 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
```markdown | ||
import { Steps } from 'nextra/components'; | ||
|
||
# Deploying LobeChat on SealOS | ||
|
||
If you want to deploy LobeChat on SealOS, you can follow the steps below: | ||
|
||
## SealOS Deployment Process | ||
|
||
<Steps> | ||
|
||
### Prepare your OpenAI API Key | ||
|
||
Go to [OpenAI](https://platform.openai.com/account/api-keys) to get your OpenAI API Key. | ||
|
||
### Click the button below to deploy | ||
|
||
[![][deploy-button-image]][deploy-link] | ||
|
||
### After deployment, you can start using it | ||
|
||
### Bind a custom domain (optional) | ||
|
||
You can use the subdomain provided by SealOS, or choose to bind a custom domain. Currently, the domains provided by SealOS have not been contaminated, and can be directly accessed in most regions. | ||
|
||
</Steps> | ||
``` | ||
|
||
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
```markdown | ||
import { Steps } from 'nextra/components'; | ||
|
||
# Deploying on Zeabur | ||
|
||
If you want to deploy LobeChat on Zeabur, you can follow the steps below: | ||
|
||
## Zeabur Deployment Process | ||
|
||
<Steps> | ||
|
||
### Prepare your OpenAI API Key | ||
|
||
Go to [OpenAI API Key](https://platform.openai.com/account/api-keys) to get your OpenAI API Key. | ||
|
||
### Click the button below to deploy | ||
|
||
[![][deploy-button-image]][deploy-link] | ||
|
||
### Once deployed, you can start using it | ||
|
||
### Bind a custom domain (optional) | ||
|
||
You can use the subdomain provided by Zeabur, or choose to bind a custom domain. Currently, the domains provided by Zeabur have not been contaminated, and most regions can connect directly. | ||
|
||
</Steps> | ||
``` | ||
|
||
[deploy-button-image]: https://zeabur.com/button.svg | ||
[deploy-link]: https://zeabur.com/templates/VZGGTI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import { Steps } from 'nextra/components'; | ||
|
||
# 使用 Zeabur 部署 | ||
|
||
如果想在 Zeabur 上部署 LobeChat,可以按照以下步骤进行操作: | ||
|
||
## Zeabur 部署流程 | ||
|
||
<Steps> | ||
|
||
### 准备好你的 OpenAI API Key | ||
|
||
前往 [OpenAI API Key](https://platform.openai.com/account/api-keys) 获取你的 OpenAI API Key | ||
|
||
### 点击下方按钮进行部署 | ||
|
||
[![][deploy-button-image]][deploy-link] | ||
|
||
[deploy-button-image]: https://zeabur.com/button.svg | ||
[deploy-link]: https://zeabur.com/templates/VZGGTI | ||
|
||
### 部署完毕后,即可开始使用 | ||
|
||
### 绑定自定义域名(可选) | ||
|
||
你可以使用 Zeabur 提供的子域名,也可以选择绑定自定义域名。目前 Zeabur 提供的域名还未被污染,大多数地区都可以直连。 | ||
|
||
</Steps> |