mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
* docs: add intro to deployment guide * doc: update intro * doc: Add NGINX deployment guide and update reverse proxy link * doc:: add reverse proxy pages and weight for the pages * doc: Update NGINX configuration file * doc: imporve new doc * Doc: fix file names * doc: fix references names + improve the introduction with chatgpt :-) * doc: update introduction guide headings
27 lines
656 B
Markdown
27 lines
656 B
Markdown
---
|
|
title: Deployment
|
|
description: 🌐 Step-by-step guides on how to deploy LibreChat on various cloud platforms.
|
|
weight: 3
|
|
---
|
|
|
|
[Introduction)](introduction.md)
|
|
|
|
# Deployment
|
|
|
|
- 🌊 [DigitalOcean (✨Recommended)](digitalocean.md)
|
|
- 🤗 [HuggingFace](huggingface.md)
|
|
- 🐧 [Linode](linode.md)
|
|
- ☁️ [Cloudflare](cloudflare.md)
|
|
- ⚡ [Azure](azure-terraform.md)
|
|
- 🪨 [Ngrok](ngrok.md)
|
|
- ⏹️ [Render](render.md)
|
|
- 🔎 [Meilisearch in Render](meilisearch_in_render.md)
|
|
- 🏗️ [Hetzner](hetzner_ubuntu.md)
|
|
- 🌈 [Heroku](heroku.md)
|
|
- 🦓 [Zeabur](zeabur.md)
|
|
|
|
# Security
|
|
|
|
## Deploying with HTTPS and NGINX
|
|
|
|
- [Reverse Proxy Guide)](nginx.md)
|