From d1cf02b5a879f3d346d9d09653bd05e697a9d3a5 Mon Sep 17 00:00:00 2001 From: Yuanlin Lin Date: Mon, 5 Feb 2024 14:27:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20docs:=20Add=20deploy=20to=20Zeab?= =?UTF-8?q?ur=20button=20and=20guide=20(#1727)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * đŸŗ docs: Add deploy to Zeabur button in README.md * đŸŗ docs: Add deploy to Zeabur guide in docs --- README.md | 3 +++ docs/deployment/index.md | 3 ++- docs/deployment/zeabur.md | 43 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 docs/deployment/zeabur.md diff --git a/README.md b/README.md index 57632e36a..37f01e7e5 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ Deploy on Railway + + Deploy on Zeabur + Deploy on Sealos diff --git a/docs/deployment/index.md b/docs/deployment/index.md index 780456bc6..177ba3435 100644 --- a/docs/deployment/index.md +++ b/docs/deployment/index.md @@ -15,4 +15,5 @@ weight: 3 * âšī¸ [Render](render.md) * 🔎 [Meilisearch in Render](meilisearch_in_render.md) * đŸ—ī¸ [Hetzner](hetzner_ubuntu.md) - * 🌈 [Heroku](heroku.md) \ No newline at end of file + * 🌈 [Heroku](heroku.md) + * đŸĻ“ [Zeabur](zeabur.md) diff --git a/docs/deployment/zeabur.md b/docs/deployment/zeabur.md new file mode 100644 index 000000000..23586471f --- /dev/null +++ b/docs/deployment/zeabur.md @@ -0,0 +1,43 @@ +--- +title: đŸĻ“ Zeabur +description: Instructions for deploying LibreChat on Zeabur +weight: -1 +--- +# Zeabur Deployment + +This guide will walk you through deploying LibreChat on Zeabur. + +## Sign up for a Zeabur account + +If you don't have a Zeabur account, you need to sign up for one. +Visit [here](https://zeabur.com/login) and click on `Login with GitHub` to create an account and sign in. + +![Sign up for a Zeabur account](https://i.imgur.com/aUuOcWg.png) + +## Deploy with button + +Zeabur has already prepared a one-click deployment template for LibreChat, so you can start the deployment directly by clicking the button below without any additional configuration. + +[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/0X2ZY8) + +In the template page, select the region where you want to deploy LibreChat, and then click the Deploy button to start the deployment. + +![Select Region and Deploy](https://i.imgur.com/cpfrA0k.png) + +## Bind a domain + +After the deployment is complete, you will find that there is a new project in your Zeabur account, which contains three services: a MongoDB, a Meilisearch, and a LibreChat. + +![Project Detail](https://i.imgur.com/4SRMoba.png) + +To access your deployed LibreChat, you need to select the LibreChat service, click on the Network tab below, and then click Generate Domain to create a subdomain under .zeabur.app. + +![Bind domain](https://i.imgur.com/2RabEIF.png) + +## Conclusion + +You can now access it by clicking the link. + +![](https://i.imgur.com/o4k3HYA.png) + +Congratulations! You've successfully deployed LibreChat on Zeabur.