From facf9404cd6cce3a307c33962f40905a52b0c8b3 Mon Sep 17 00:00:00 2001 From: Kaiwalya Koparkar Date: Wed, 21 Aug 2024 16:26:12 +0000 Subject: [PATCH 1/3] feat: Added Elestio as one-click deploy option --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73a099e4ff98..0aebcd7836c6 100644 --- a/README.md +++ b/README.md @@ -437,9 +437,10 @@ If you want to deploy this service yourself on either Vercel or Zeabur, you can
-| Deploy with Vercel | Deploy with Zeabur | Deploy with Sealos | -| :-------------------------------------: | :---------------------------------------------------------: | :---------------------------------------------------------: | -| [![][deploy-button-image]][deploy-link] | [![][deploy-on-zeabur-button-image]][deploy-on-zeabur-link] | [![][deploy-on-sealos-button-image]][deploy-on-sealos-link] | +| Deploy with Vercel | Deploy with Zeabur | Deploy with Sealos | Deploy with Elestio | +| :-------------------------------------: | :---------------------------------------------------------: | :---------------------------------------------------------: | :---------------------------------------------------------: | +| [![][deploy-button-image]][deploy-link] | [![][deploy-on-zeabur-button-image]][deploy-on-zeabur-link] | [![][deploy-on-sealos-button-image]][deploy-on-sealos-link] | [![Deploy on Elestio](https://elest.io/images/logos/deploy-to-elestio-btn.png)](https://elest.io/open-source/lobechat) | +
From 2326408371d266914e3fcd23a2c429d0433d5bfa Mon Sep 17 00:00:00 2001 From: Kaiwalya Koparkar Date: Wed, 21 Aug 2024 16:42:38 +0000 Subject: [PATCH 2/3] fix: Removed additional line --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0aebcd7836c6..6f45f98afa32 100644 --- a/README.md +++ b/README.md @@ -426,7 +426,7 @@ LobeChat provides Self-Hosted Version with Vercel and [Docker Image][docker-rele > > Learn more about [📘 Build your own LobeChat][docs-self-hosting] by checking it out. -### `A` Deploying with Vercel, Zeabur or Sealos +### `A` Deploying with Vercel, Zeabur, Sealos or Elestio If you want to deploy this service yourself on either Vercel or Zeabur, you can follow these steps: @@ -441,7 +441,6 @@ If you want to deploy this service yourself on either Vercel or Zeabur, you can | :-------------------------------------: | :---------------------------------------------------------: | :---------------------------------------------------------: | :---------------------------------------------------------: | | [![][deploy-button-image]][deploy-link] | [![][deploy-on-zeabur-button-image]][deploy-on-zeabur-link] | [![][deploy-on-sealos-button-image]][deploy-on-sealos-link] | [![Deploy on Elestio](https://elest.io/images/logos/deploy-to-elestio-btn.png)](https://elest.io/open-source/lobechat) | - #### After Fork From cc368d531d6a122b29a1f956baaf1230d38a5ba9 Mon Sep 17 00:00:00 2001 From: Kaiwalya Koparkar Date: Fri, 23 Aug 2024 09:57:29 +0000 Subject: [PATCH 3/3] feat: Added Elestio into docs --- README.md | 4 ++- docs/self-hosting/platform/elestio.mdx | 37 ++++++++++++++++++++++++++ docs/self-hosting/start.mdx | 3 ++- docs/self-hosting/start.zh-CN.mdx | 3 ++- 4 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 docs/self-hosting/platform/elestio.mdx diff --git a/README.md b/README.md index 6f45f98afa32..9f64496223d5 100644 --- a/README.md +++ b/README.md @@ -439,7 +439,7 @@ If you want to deploy this service yourself on either Vercel or Zeabur, you can | Deploy with Vercel | Deploy with Zeabur | Deploy with Sealos | Deploy with Elestio | | :-------------------------------------: | :---------------------------------------------------------: | :---------------------------------------------------------: | :---------------------------------------------------------: | -| [![][deploy-button-image]][deploy-link] | [![][deploy-on-zeabur-button-image]][deploy-on-zeabur-link] | [![][deploy-on-sealos-button-image]][deploy-on-sealos-link] | [![Deploy on Elestio](https://elest.io/images/logos/deploy-to-elestio-btn.png)](https://elest.io/open-source/lobechat) | +| [![][deploy-button-image]][deploy-link] | [![][deploy-on-zeabur-button-image]][deploy-on-zeabur-link] | [![][deploy-on-sealos-button-image]][deploy-on-sealos-link] | [![Deploy on Elestio][deploy-on-elestio-button]][deploy-on-elestio-link] | @@ -805,3 +805,5 @@ This project is [Apache 2.0](./LICENSE) licensed. [vercel-link]: https://chat-preview.lobehub.com [vercel-shield]: https://img.shields.io/badge/vercel-online-55b467?labelColor=black&logo=vercel&style=flat-square [vercel-shield-badge]: https://img.shields.io/badge/TRY%20LOBECHAT-ONLINE-55b467?labelColor=black&logo=vercel&style=for-the-badge +[deploy-on-elestio-button]: https://elest.io/images/logos/deploy-to-elestio-btn.png +[deploy-on-elestio-link]: https://elest.io/open-source/lobechat diff --git a/docs/self-hosting/platform/elestio.mdx b/docs/self-hosting/platform/elestio.mdx new file mode 100644 index 000000000000..68924a055c0c --- /dev/null +++ b/docs/self-hosting/platform/elestio.mdx @@ -0,0 +1,37 @@ +--- +title: Deploy LobeChat on Elestio +description: >- + Learn how to deploy LobeChat on Elestio with ease. Follow the provided steps to + set up LobeChat and start using it efficiently. +tags: + - Deploy LobeChat + - Elestio Deployment + - OpenAI API Key + - Custom Domain Binding +--- + +# Deploy LobeChat with Elestio + +If you want to deploy LobeChat on Elestio, you can follow the steps below: + +## Elestio Deployment Process + + +### 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 on Elestio][deploy-button-image]][deploy-link] + +### After deployment, you can start using it + +### Bind a custom domain (optional) + +You can use the subdomain provided by Elestio, or choose to bind a custom domain. Currently, the domains provided by Elestio have not been contaminated, and can be directly accessed in most regions. + + + +[deploy-button-image]: https://elest.io/images/logos/deploy-to-elestio-btn.png +[deploy-link]: https://elest.io/open-source/lobechat diff --git a/docs/self-hosting/start.mdx b/docs/self-hosting/start.mdx index 091baa17dda9..c79bf9e3c42f 100644 --- a/docs/self-hosting/start.mdx +++ b/docs/self-hosting/start.mdx @@ -9,10 +9,11 @@ tags: - Vercel - Docker - Docker Compose + - Elestio --- # Build Your Own Lobe Chat -LobeChat supports various deployment platforms, including Vercel, Docker, and Docker Compose. You can choose a deployment platform that suits you to build your own Lobe Chat. +LobeChat supports various deployment platforms, including Vercel, Elestio, Docker, and Docker Compose. You can choose a deployment platform that suits you to build your own Lobe Chat. ## Quick Deployment diff --git a/docs/self-hosting/start.zh-CN.mdx b/docs/self-hosting/start.zh-CN.mdx index 26c31a9c594c..dfd7c61851cf 100644 --- a/docs/self-hosting/start.zh-CN.mdx +++ b/docs/self-hosting/start.zh-CN.mdx @@ -9,12 +9,13 @@ tags: - Docker - Netlify - Vercel + - Elestio - 个性化 --- # 构建属于自己的 Lobe Chat -LobeChat 支持多种部署平台,包括 Vercel、Docker 和 Docker Compose 等,你可以选择适合自己的部署平台进行部署,构建属于自己的 Lobe Chat。 +LobeChat 支持多种部署平台,包括 Vercel、Elestio, Docker 和 Docker Compose 等,你可以选择适合自己的部署平台进行部署,构建属于自己的 Lobe Chat。 ## 快速部署