From ac13a72d80f0427d90b10227811b773c1b51c3b9 Mon Sep 17 00:00:00 2001
From: Yuhang <2312744987@qq.com>
Date: Wed, 29 Nov 2023 15:54:29 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20add=20deploy=20to=20Zeab?=
=?UTF-8?q?ur=20guide=20in=20README=20(#523)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* docs: add deploy to Zeabur guide in README
* docs: add deploy to Zeabur in zh-CN Readme
* docs: fix typo in Readme
---
README.md | 19 +++++++++++++++++++
README.zh-CN.md | 17 +++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/README.md b/README.md
index 1bc07b990d31..a991f9e58f47 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,7 @@ Supports one-click free deployment of your private ChatGPT/LLM web application.
- [🛳 Self Hosting](#-self-hosting)
- [`A` Deploying with Vercel](#a-deploying-with-vercel)
- [`B` Deploying with Docker](#b-deploying-with-docker)
+ - [`C` Deploying with Zeabur](#c-deploying-with-zeabur)
- [Environment Variable](#environment-variable)
- [📦 Ecosystem](#-ecosystem)
- [🧩 Plugins](#-plugins)
@@ -379,6 +380,22 @@ $ docker run -d -p 3210:3210 \
+### `C` Deploying with Zeabur
+
+If you want to deploy this service yourself on Zeabur, you can follow these steps:
+
+- Prepare your [OpenAI API Key](https://platform.openai.com/account/api-keys).
+- Click the button below to start deployment: Deploy with Zeabur.
+- You can start using it after the deployment.
+- You can bind a custom domain or use the subdomain provided by Zeabur.
+
+
+
+
+[![][deploy-on-zeabur-button-image]][deploy-on-zeabur-link]
+
+
+
### Environment Variable
This project provides some additional configuration items set with environment variables:
@@ -518,6 +535,8 @@ This project is [MIT](./LICENSE) licensed.
[contributors-link]: https://github.com/lobehub/lobe-chat/graphs/contributors
[deploy-button-image]: https://vercel.com/button
[deploy-link]: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat&env=OPENAI_API_KEY&envDescription=Find%20your%20OpenAI%20API%20Key%20by%20click%20the%20right%20Learn%20More%20button.&envLink=https%3A%2F%2Fplatform.openai.com%2Faccount%2Fapi-keys&project-name=lobe-chat&repository-name=lobe-chat
+[deploy-on-zeabur-button-image]: https://zeabur.com/button.svg
+[deploy-on-zeabur-link]: https://zeabur.com/templates/VZGGTI
[discord-link]: https://discord.gg/AYFPHvv2jT
[discord-shield]: https://img.shields.io/discord/1127171173982154893?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=flat-square
[discord-shield-badge]: https://img.shields.io/discord/1127171173982154893?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=for-the-badge
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 45b28e830f49..8db3e9e262ed 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -353,6 +353,21 @@ $ docker run -d -p 3210:3210 \
+### `C` 使用 Zeabur 部署
+
+如果想在 Zeabur 上部署该服务,可以按照以下步骤进行操作:
+
+- 准备好你的 [OpenAI API Key](https://platform.openai.com/account/api-keys) 。
+- 点击下方按钮开始部署: Deploy to Zeabur
+- 部署完毕后,即可开始使用;
+- 绑定自定义域名(可选):你可以使用 Zeabur 提供的子域名,也可以选择绑定自定义域名。目前 Zeabur 提供的域名还未被污染,大多数地区都可以直连。
+
+
+
+[![][deploy-on-zeabur-button-image]][deploy-on-zeabur-link]
+
+
+
### 环境变量
本项目提供了一些额外的配置项,使用环境变量进行设置:
@@ -492,6 +507,8 @@ This project is [MIT](./LICENSE) licensed.
[contributors-link]: https://github.com/lobehub/lobe-chat/graphs/contributors
[deploy-button-image]: https://vercel.com/button
[deploy-link]: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat&env=OPENAI_API_KEY&envDescription=Find%20your%20OpenAI%20API%20Key%20by%20click%20the%20right%20Learn%20More%20button.&envLink=https%3A%2F%2Fplatform.openai.com%2Faccount%2Fapi-keys&project-name=lobe-chat&repository-name=lobe-chat
+[deploy-on-zeabur-button-image]: https://zeabur.com/button.svg
+[deploy-on-zeabur-link]: https://zeabur.com/templates/VZGGTI
[discord-link]: https://discord.gg/AYFPHvv2jT
[discord-shield]: https://img.shields.io/discord/1127171173982154893?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=flat-square
[discord-shield-badge]: https://img.shields.io/discord/1127171173982154893?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=for-the-badge