mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
docs: mongo-express 🍃 (#1247)
* docs: mongo-express * Update manage_your_database.md add screenshot and mongodb logo * Update manage_your_database.md upload smaller mongodb logo
This commit is contained in:
parent
53d0ffcd11
commit
690acf1c93
8 changed files with 148 additions and 718 deletions
|
|
@ -26,6 +26,9 @@ Before running LibreChat with Docker, you need to configure some settings:
|
|||
#### [API Keys and Tokens Setup](apis_and_tokens.md) (Required)
|
||||
You must set up at least one of these tokens or APIs to run the app.
|
||||
|
||||
#### [Manage Your MongoDB Database](../features/manage_your_database.md) (Optional)
|
||||
Safely access and manage your MongoDB database using Mongo Express
|
||||
|
||||
#### [User Authentication System Setup](../install/user_auth_system.md) (Optional)
|
||||
How to set up the user/auth system and Google login.
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@ Here are the steps to follow:
|
|||
|
||||
Note: If you run the command on the same computer and want to access it, navigate to `localhost:3080`. You should see a login page where you can create or sign in to your account. Then you can choose an AI model and start chatting.
|
||||
|
||||
- [Manage Your MongoDB Database (optional)](../features/manage_your_database.md)
|
||||
Safely access and manage your MongoDB database using Mongo Express
|
||||
|
||||
Have fun!
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -31,6 +31,9 @@ In this video we're going to install LibreChat on Windows 11 using Docker and Gi
|
|||
- `docker-compose up`
|
||||
- Visit http://localhost:3080/ to access LibreChat. Create an account and start chatting.
|
||||
|
||||
- [Manage Your MongoDB Database (optional)](../features/manage_your_database.md)
|
||||
Safely access and manage your MongoDB database using Mongo Express
|
||||
|
||||
Have fun!
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue