mirror of
https://github.com/Erreur32/nginx-proxy-manager-Bash-API.git
synced 2024-12-22 05:22:11 +01:00
Update README.md
This commit is contained in:
parent
b4fb537722
commit
dcdf86fae9
1 changed files with 15 additions and 4 deletions
19
README.md
19
README.md
|
@ -1,14 +1,25 @@
|
|||
# Nginx Proxy Manager CLI Script
|
||||
|
||||
## Table of Contents
|
||||
|
||||
1. [Description](#description)
|
||||
2. [Reference API](#reference)
|
||||
3. [Prerequisites](#prerequisites)
|
||||
4. [Installation](#installation)
|
||||
5. [Settings](#settings)
|
||||
6. [Usage](#usage)
|
||||
7. [Options](#options)
|
||||
8. [Examples](#examples)
|
||||
9. [Screens](#screens)
|
||||
10. [TODO](#todo)
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
|
||||
🛠️ This BASH script enables the management of Nginx Proxy Manager through its API.
|
||||
|
||||
🔑 Automatically generates and manages the tokens, ensuring their validity, so you don't have to worry about token expiration.
|
||||
🔑 Automatically generates and manages tokens, ensuring their validity, so you don't have to worry about token expiration.
|
||||
|
||||
⚙️ Provides functionalities such as creating and deleting proxy hosts, managing users, displaying configurations, BACKUP! and more.
|
||||
⚙️ Provides functionalities such as creating and deleting proxy hosts, managing users, displaying configurations, creating BACKUPs, 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 avec creation de BACKUP !
|
||||
|
||||
|
|
Loading…
Reference in a new issue