mirror of
https://github.com/Erreur32/nginx-proxy-manager-Bash-API.git
synced 2024-12-21 21:12:11 +01:00
Merge branch 'main' of https://github.com/Erreur32/nginx-proxy-manager-API
This commit is contained in:
commit
7406e774e6
1 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,7 @@ chmod +x nginx_proxy_manager_cli.sh
|
|||
## Settings
|
||||
Only edit these 3 variables:
|
||||
|
||||
```
|
||||
```bash
|
||||
## Nginx proxy IP address (your Nginx IP)
|
||||
NGINX_IP="127.0.0.1"
|
||||
## Existing user (user and password) on NPM
|
||||
|
@ -105,12 +105,14 @@ BASE_DIR="/path/nginx_proxy_script/data"
|
|||
```
|
||||
|
||||
## Examples
|
||||
|
||||
```bash
|
||||
📦 Backup First !
|
||||
./nginx_proxy_manager_cli.sh --backup
|
||||
|
||||
🌐 Host Creation:
|
||||
./nginx_proxy_manager_cli.sh -d example.com -i 192.168.1.10 -p 8080 (check default values below)
|
||||
./nginx_proxy_manager_cli.sh --info
|
||||
./nginx_proxy_manager_cli.sh --show-default
|
||||
./nginx_proxy_manager_cli.sh --create-user newuser password123 user@example.com
|
||||
./nginx_proxy_manager_cli.sh --delete-user 'username'
|
||||
|
|
Loading…
Reference in a new issue