LibreChat/docs/deployment/index.md
Ido Ophir 11bca134e7
📝 docs: additions to deployment guide (#2001)
* 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
2024-03-07 08:10:44 -05:00

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)