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
52038ea282
commit
c53424730c
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -1,6 +1,7 @@
|
|||
|
||||
# Nginx Proxy Manager CLI Script
|
||||
|
||||
## Description
|
||||
|
||||
_by Erreur32_
|
||||
|
||||
🛠️ This BASH script allows you to manage Nginx Proxy Manager via the API.
|
||||
|
@ -9,6 +10,18 @@ _by Erreur32_
|
|||
|
||||
⚙️ It provides functionalities such as creating/deleting proxy hosts, managing users, and displaying configurations and more.
|
||||
|
||||
Ce script permet de gérer Nginx Proxy Manager via l'API. Il fournit des fonctionnalités telles que la création de hosts proxy, la gestion des utilisateurs, et l'affichage des configurations.
|
||||
|
||||
## Prérequis
|
||||
|
||||
- `curl`
|
||||
- `jq`
|
||||
|
||||
## Installation jq
|
||||
|
||||
```bash
|
||||
sudo apt-get install jq
|
||||
```
|
||||
|
||||
## settings:
|
||||
|
||||
|
|
Loading…
Reference in a new issue