mirror of
https://github.com/Erreur32/nginx-proxy-manager-Bash-API.git
synced 2024-12-22 13:32:11 +01:00
Update README.md
This commit is contained in:
parent
fc43d8c293
commit
48d7f9bca5
1 changed files with 9 additions and 10 deletions
19
README.md
19
README.md
|
@ -17,23 +17,22 @@ Ce script permet de gérer Nginx Proxy Manager via l'API. Il fournit des fonctio
|
|||
- `curl`
|
||||
- `jq`
|
||||
|
||||
## Installation jq
|
||||
|
||||
```bash
|
||||
sudo apt-get install jq
|
||||
sudo apt-get install jq curl
|
||||
```
|
||||
|
||||
## settings:
|
||||
## Installation
|
||||
```
|
||||
wget https://raw.githubusercontent.com/Erreur32/nginx-proxy-manager-API/main/nginx_proxy_manager_cli.sh
|
||||
```
|
||||
|
||||
only edit thoses variables
|
||||
## Settings:
|
||||
Only edit these 3 variables:
|
||||
|
||||
```
|
||||
#### Variables to edit
|
||||
|
||||
# Address IP server Nginx (your nginx ip server)
|
||||
## IP address of the Nginx server (your Nginx server IP)
|
||||
NGINX_IP="127.0.0.1"
|
||||
|
||||
# Existing user (user pass) on npm.
|
||||
## Existing user (user and password) on NPM
|
||||
API_USER="existingUser@mail.com"
|
||||
API_PASS="password"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue