LibreChat

LibreChat

Aplicación Docker from pureelectricity's Repository

Visión general

LibreChat: Enhanced ChatGPT Clone. Features: Agents, Anthropic, AWS, OpenAI, Azure, Gemini, AI model switching, message search, langchain, DALL-E-3, Multi-User Auth, and more.

PREREQUISITES:

  1. You must have a MongoDB container running (e.g., the official mongo docker).
  2. You must generate random hex strings for the CREDS_KEY, CREDS_IV, and JWT_SECRET below, or logins will fail.

CONFIGURATION:

  • This template uses Environment Variables for config.
  • The 'librechat.yaml' file is optional and not mapped by default to prevent boot errors. If you need advanced configuration (custom endpoints), create the file on your server first, then add a Host Path mapping manually: /mnt/user/appdata/librechat/librechat.yaml -> /app/librechat.yaml

Argumentos en tiempo de ejecución

Interfaz web
http://[IP]:[PORT:3080]/
Red
bridge
Concha
sh
Privilegiado
false

Configuración de plantillas

WebUI PortPorttcp

The port to access the LibreChat interface.

Objetivo
3080
Por defecto
3080
Host BindingVariable

Required for Docker networking.

Objetivo
HOST
Por defecto
0.0.0.0
Client DomainVariable

The URL used to access the app. MUST include http:// or https://.

Objetivo
DOMAIN_CLIENT
Por defecto
http://[IP]:[PORT:3080]
Server DomainVariable

Usually the same as Client Domain.

Objetivo
DOMAIN_SERVER
Por defecto
http://[IP]:[PORT:3080]
MongoDB URIVariable

Required. Format: mongodb://[IP]:27017/LibreChat

Objetivo
MONGO_URI
Crypto KeyVariable

Required. 64-character hex string. Run 'openssl rand -hex 32' to generate.

Objetivo
CREDS_KEY
Crypto IVVariable

Required. 32-character hex string. Run 'openssl rand -hex 16' to generate.

Objetivo
CREDS_IV
JWT SecretVariable

Required. Long random string for signing tokens.

Objetivo
JWT_SECRET
JWT Refresh SecretVariable

Required. Long random string for refresh tokens.

Objetivo
JWT_REFRESH_SECRET
OpenAI API KeyVariable

Optional. If set to 'user_provided', users can enter their own key in the UI.

Objetivo
OPENAI_API_KEY
Por defecto
user_provided
Image StoragePathrw

Persist uploaded images and avatars.

Objetivo
/app/client/public/images
Por defecto
/mnt/user/appdata/librechat/images
LogsPathrw

Container logs.

Objetivo
/app/logs
Por defecto
/mnt/user/appdata/librechat/logs
Install MeiliSearchVariable

Set to 'true' only if you have a separate MeiliSearch container running for chat history search.

Objetivo
SEARCH
Por defecto
false
MeiliSearch HostVariable

http://[IP]:7700

Objetivo
MEILI_HOST
MeiliSearch KeyVariable

The master key from your MeiliSearch container.

Objetivo
MEILI_MASTER_KEY
UIDVariable

Unraid Default User ID

Por defecto
99
GIDVariable

Unraid Default Group ID

Por defecto
100

Detalles

Repositorio
ghcr.io/danny-avila/librechat:latest
Última actualización2026-05-31
Visto por primera vez2025-09-01

Ejecute LibreChat en Unraid.

LibreChat se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.