mirror of
https://github.com/Erreur32/nginx-proxy-manager-Bash-API.git
synced 2025-01-03 10:52:12 +01:00
Update README.md
This commit is contained in:
parent
310571cad0
commit
7ba5442f48
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -9,6 +9,22 @@ _by Erreur32_
|
|||
|
||||
⚙️ It provides functionalities such as creating/deleting proxy hosts, managing users, and displaying configurations and more.
|
||||
|
||||
|
||||
## settings:
|
||||
|
||||
only edit thoses variables
|
||||
|
||||
```
|
||||
#### Variables to edit
|
||||
|
||||
# Address IP server Nginx (your nginx ip server)
|
||||
NGINX_IP="192.168.1.1"
|
||||
|
||||
# Token creation (user pass) with valid user on npm.
|
||||
API_USER="your@email.com"
|
||||
API_PASS="password"
|
||||
```
|
||||
|
||||
## Usage:
|
||||
```bash
|
||||
./nginx_proxy_manager_cli.sh [OPTIONS]
|
||||
|
|
Loading…
Reference in a new issue