mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
Docs: fix meilisearch_in_render.md and update email password reset instructions (#1062)
* Update user_auth_system.md * Update .env.example * Update .env.example fix typo * Update .env.example typo * Update user_auth_system.md * Update meilisearch_in_render.md fix image links for mkdocs * Update README.md
This commit is contained in:
parent
0450c34e3b
commit
9f201577ef
4 changed files with 18 additions and 15 deletions
|
|
@ -398,7 +398,8 @@ DOMAIN_SERVER=http://localhost:3080
|
|||
###########################
|
||||
|
||||
# Email is used for password reset. Note that all 4 values must be set for email to work.
|
||||
# Failing to set the 4 values will result in LibreChat using the unsecured password reset!
|
||||
EMAIL_SERVICE= # eg. gmail
|
||||
EMAIL_USERNAME= # eg. your email address if using gmail
|
||||
EMAIL_PASSWORD= # eg. this is the "app password" if using gmail
|
||||
EMAIL_FROM= # eg. email address for from field like noreply@librechat.ai
|
||||
EMAIL_FROM=noreply@librechat.ai # email address for from field, it is required to set a value here even in the cases where it's not porperly working.
|
||||
|
|
|
|||
|
|
@ -113,6 +113,7 @@ Keep up with the latest updates by visiting the releases page - [Releases](https
|
|||
* [Ngrok](docs/deployment/ngrok.md)
|
||||
* [HuggingFace](docs/deployment/huggingface.md)
|
||||
* [Render](docs/deployment/render.md)
|
||||
* [Meilisearch in Render](docs/deployment/meilisearch_in_render.md)
|
||||
* [Hetzner](docs/deployment/hetzner_ubuntu.md)
|
||||
* [Heroku](docs/deployment/heroku.md)
|
||||
</details>
|
||||
|
|
|
|||
|
|
@ -8,25 +8,26 @@
|
|||
|
||||
**3.** Select `New` and then `Web Service`
|
||||
|
||||

|
||||

|
||||
|
||||
**4.** Add `https://github.com/itzraiss/Meilisearch` to the public repositories section and click `continue`
|
||||
|
||||

|
||||

|
||||
|
||||
**5.** Assign a unique name and proceed with the free option and click on the `create web service` button at the bottom of the page
|
||||
|
||||

|
||||

|
||||
|
||||
## Click on Advanced to add Environment Variables
|
||||

|
||||
|
||||

|
||||
|
||||
## Add the Environment Variables
|
||||
|
||||
**1.** To manually add the `Environment Variables`
|
||||
- You need to use `Add Environment Variables` and add them one at a time, as adding a secret file will not work in our case.
|
||||
|
||||

|
||||

|
||||
|
||||
**2.** You need to enter these values:
|
||||
|
||||
|
|
@ -41,18 +42,17 @@
|
|||
|
||||
**1.** Everything is set up, now all you need to do is click on 'Create Web Service'. This will take a few seconds
|
||||
|
||||

|
||||

|
||||
|
||||
**3.** Once it's ready, you'll see `your service is live 🎉` in the console and the green `Live` icon at the top
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
**Get URL Address**
|
||||
|
||||
Once you get the message: `your service is live 🎉`, copy the URL address of your project in the top left corner of Render:
|
||||
|
||||

|
||||

|
||||
|
||||
## In LibreChat Project
|
||||
|
||||
|
|
@ -66,17 +66,17 @@ Now, insert the below environment variable values into your LibreChat project (R
|
|||
| MEILI_NO_ANALYTICS | true |
|
||||
| SEARCH | true |
|
||||
|
||||

|
||||

|
||||
|
||||
## Deployment
|
||||
|
||||
**1.** Now, click on `Manual Deployment` and select `Clear build cache & Deploy`. It will take a few minutes
|
||||
|
||||

|
||||

|
||||
|
||||
**3.** Once it's ready, you'll see `your service is live 🎉` in the console and the green `Live` icon at the top
|
||||
|
||||

|
||||

|
||||
|
||||
## Conclusion
|
||||
Now, you should be able to perform searches again, congratulations, you have successfully deployed Meilisearch on render.com
|
||||
|
|
|
|||
|
|
@ -202,7 +202,8 @@ EMAIL_PASSWORD=your-app-password
|
|||
EMAIL_FROM=email address for the from field, e.g., noreply@librechat.ai
|
||||
```
|
||||
|
||||
NOTE: The variable EMAIL_FROM currently does not work. To stay updated, check the bug fixes [here](https://github.com/danny-avila/LibreChat/tags).
|
||||
NOTE: ⚠️ **Failing to set the 4 values will result in LibreChat using the unsecured password reset!** The variable EMAIL_FROM does not support all email providers **but is still required**. To stay updated, check the bug fixes [here](https://github.com/danny-avila/LibreChat/tags).
|
||||
|
||||
|
||||
|
||||
## **Disable User Registration**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue