Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add elestio #3532

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -437,9 +437,9 @@ If you want to deploy this service yourself on either Vercel or Zeabur, you can

<div align="center">

| 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][deploy-on-elestio-button]][deploy-on-elestio-link] |

</div>

Expand Down Expand Up @@ -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
37 changes: 37 additions & 0 deletions docs/self-hosting/platform/elestio.mdx
Original file line number Diff line number Diff line change
@@ -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

<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 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.

</Steps>

[deploy-button-image]: https://elest.io/images/logos/deploy-to-elestio-btn.png
[deploy-link]: https://elest.io/open-source/lobechat
3 changes: 2 additions & 1 deletion docs/self-hosting/start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion docs/self-hosting/start.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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。

## 快速部署

Expand Down