mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
docs: fix various broken docker_compose_install.md links in docs (#882)
* docs: fix broken docker_compose_install.md link in mac install docs * docs: fix all other broken docker_compose_install.md links
This commit is contained in:
parent
731f6a449d
commit
64f1557852
5 changed files with 30 additions and 30 deletions
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
## Starting from Zero:
|
||||
|
||||
### 1. Login to Hetzner Cloud Console (https://console.hetzner.cloud/projects) and Create a new Ubuntu 20 Project with 4GB Ram. Do not worry about SSH keys *yet*.
|
||||
### 1. Login to Hetzner Cloud Console (https://console.hetzner.cloud/projects) and Create a new Ubuntu 20 Project with 4GB Ram. Do not worry about SSH keys *yet*.
|
||||
|
||||
Hetzner will email you the root password.
|
||||
Hetzner will email you the root password.
|
||||
|
||||
### 2. Once you have that, you can login with any SSH terminal with:
|
||||
|
||||
|
|
@ -79,7 +79,7 @@ sudo reboot
|
|||
|
||||
## Using Docker to Install the Service
|
||||
|
||||
### 1. **Recommended: [Docker Install](../install/docker_install.md)**
|
||||
### 1. **Recommended: [Docker Install](../install/docker_compose_install.md)**
|
||||
From the *server* commandline (as your user, not root):
|
||||
|
||||
```
|
||||
|
|
@ -95,7 +95,7 @@ nano docker-compose.yml
|
|||
```
|
||||
VITE_APP_TITLE: LibreChat # default, change to your desired app >
|
||||
VITE_SHOW_GOOGLE_LOGIN_OPTION: 'false' # default, change to true if you want to show google login
|
||||
```
|
||||
```
|
||||
|
||||
### 2. Create a global environment file and open it up to begin adding the tokens/keys you prepared in the PreReqs section.
|
||||
```
|
||||
|
|
@ -106,9 +106,9 @@ nano .env
|
|||
### 3. In addition to adding all your api tokens and other tokens that you prepared above, change:
|
||||
|
||||
```
|
||||
HOST=Localhost
|
||||
HOST=Localhost
|
||||
```
|
||||
to
|
||||
to
|
||||
```
|
||||
HOST=<yourserverip>
|
||||
```
|
||||
|
|
@ -130,9 +130,9 @@ MEILI_HTTP_ADDR=meilisearch
|
|||
|
||||
It is safe to close the terminal -- the docker app will continue to run.
|
||||
|
||||
*To disable external signups, after you have created your admin account, make sure you set
|
||||
*To disable external signups, after you have created your admin account, make sure you set
|
||||
```
|
||||
ALLOW_REGISTRATION:False
|
||||
ALLOW_REGISTRATION:False
|
||||
```
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<img src="https://github.com/danny-avila/LibreChat/assets/32828263/d6e430db-518a-4779-83d3-a2d177907df1" width="250">
|
||||
|
||||
# Linode
|
||||
# Linode
|
||||
|
||||
⚠️**Note: Payment is required**
|
||||
|
||||
|
|
@ -16,19 +16,19 @@
|
|||
## Install Docker:
|
||||
- Connect to your Linode server via SSH using a terminal or SSH client.
|
||||
- Run the following commands to install Docker and Docker-compose:
|
||||
|
||||
|
||||
```
|
||||
sudo apt update
|
||||
sudo apt install docker.io && apt install docker-compose
|
||||
```
|
||||
## [Install LibreChat](../install/docker_install.md)
|
||||
## [Install LibreChat](../install/docker_compose_install.md)
|
||||
|
||||
## Install and Setup NGINX Proxy Manager:
|
||||
|
||||
if you want, you can use NGINX, Apache, or any other proxy manager.
|
||||
|
||||
- create a folder
|
||||
|
||||
- create a folder
|
||||
|
||||
```
|
||||
mkdir ngnix-proxy-manager
|
||||
cd ngnix-proxy-manager
|
||||
|
|
@ -54,9 +54,9 @@ if you want, you can use NGINX, Apache, or any other proxy manager.
|
|||
```
|
||||
|
||||
### Start NGINX Proxy Manager
|
||||
|
||||
|
||||
- By executing: `docker-compose up -d`
|
||||
|
||||
|
||||
### Login to NGINX Proxy Manager
|
||||
- **Important: You need to update the default credentials**
|
||||
|
||||
|
|
@ -71,12 +71,12 @@ 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.
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue