mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
Docs: assets clean up (#598)
* Update ngrok.md * Update linode.md * Update cloudflare.md * Update testing.md * Update google_search.md * Update introduction.md * Update stable_diffusion.md * Update wolfram.md * docs: assets clean up
This commit is contained in:
parent
fabd85ff40
commit
69d192bac3
46 changed files with 102 additions and 110 deletions
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
[<img src="../assets/docs/deployment/cloudflare-logo.jpg" width="350">](https://www.cloudflare.com/)
|
||||
<img src="https://github.com/danny-avila/LibreChat/assets/32828263/cfbc7ca5-b51e-4f1d-aa89-b9b4cb13eead" width="350">
|
||||
|
||||
# Cloudflare
|
||||
### if you are new to Domain, here's a quick guide to use setup a domain with Cloudflare:
|
||||
|
|
@ -17,7 +16,7 @@
|
|||
- return to the cloudflare tab and tap on `Done, check nameservers`, then `finish later` and `Check nameservers` (this process can take about 5 minutes)
|
||||
- in the `DNS` tab select `Records` and `Add Record`
|
||||
|
||||

|
||||

|
||||
|
||||
(in the Name section, if you use @ it will use you main domain, but if you want to use a subdomain write it in the Name section)
|
||||
- For example: if you want to acces with chat.yourdomain.com just set in the Name section `chat`
|
||||
|
|
@ -105,12 +104,12 @@ Now that you have installed the tunnel, it's time to configure it. Follow these
|
|||
|
||||
1. Proceed to the next step and select a public hostname.
|
||||
2. Follow the instructions provided in this image to configure it correctly.
|
||||
|
||||

|
||||
|
||||

|
||||
**Note: If the tunnel doesn't work and shows "bad gateway", try using your ip instead of localhost**
|
||||
|
||||
### If the tunnel dont works and show "bad gateway" put your ip instead of localhost
|
||||
|
||||
## You did it! You have successfully set up a working tunnel.
|
||||
### You did it! You have successfully set up a working tunnel.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ sudo reboot
|
|||
- Make sure you have all the needed variables for the following before moving forward
|
||||
### [Get Your API keys and Tokens](../install/apis_and_tokens.md) (Required)
|
||||
- You must set up at least one of these tokens or APIs to run the app.
|
||||
### [User/Auth System](../features/user_auth_system.md) (Optional)
|
||||
### [User/Auth System](../install/user_auth_system.md) (Optional)
|
||||
- How to set up the user/auth system and Google login.
|
||||
### [Plugins](../features/plugins/introduction.md)
|
||||
- Optional plugins available to enhance the application.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
[<img src="../assets/docs/deployment/linode-logo.jpg" width="250">](https://www.linode.com/)
|
||||
<img src="https://github.com/danny-avila/LibreChat/assets/32828263/d6e430db-518a-4779-83d3-a2d177907df1" width="250">
|
||||
|
||||
# Linode
|
||||
|
||||
|
|
@ -72,13 +71,15 @@ Password: changeme
|
|||
|
||||
### Login to NGINX Proxy Manager.
|
||||
- Click on "Proxy Host" and add a proxy host.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
- If you want, you can add the `Let's Encrypt SSL` certificate.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible.
|
||||
### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible.
|
||||
|
|
|
|||
|
|
@ -22,8 +22,9 @@ To use Ngrok for tunneling your local server to the internet, follow these steps
|
|||
7. In the `ngrok.exe` terminal, run the following command: ngrok http 3080
|
||||
|
||||
You will see a link that can be used to access LibreChat.
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
Please note that this readme assumes some prior knowledge and familiarity with the command line, Docker, and running applications on your local machine. If you have any issues or questions, refer to the Ngrok documentation or open an issuee on our [Discord server](https://discord.gg/NGaa9RPCft)
|
||||
### Note:
|
||||
This readme assumes some prior knowledge and familiarity with the command line, Docker, and running applications on your local machine. If you have any issues or questions, refer to the Ngrok documentation or open an issue on our [Discord server](https://discord.gg/NGaa9RPCft)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue