Skip to content

Commit 56f490b

Browse files
authored
Update README.md
1 parent 9b4efd5 commit 56f490b

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
6. [Usage](#usage)
1111
7. [Options](#options)
1212
8. [Examples](#examples)
13-
9. [Screens](#screens)
14-
10. [TODO](#todo)
13+
9. [SSL](#ssl) |
14+
[List HOST](#check) |
15+
[Info](#info)
16+
12. [Screens](#screens)
17+
13. [TODO](#todo)
1518

1619
> [!WARNING]
1720
> The restore function of the --restore command may not work correctly (a fix is in progress)
@@ -26,7 +29,9 @@
2629

2730
⚙️ Provides functionalities such as creating and deleting proxy hosts, managing users, displaying configurations, creating **BACKUPS**, and more.
2831

32+
### French description:
2933
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 !
34+
La fonction RESTORE n'est pas encore terminée.
3035

3136
## Reference
3237
![https://github.com/NginxProxyManager/nginx-proxy-manager/tree/develop/backend/schema](https://github.com/NginxProxyManager/nginx-proxy-manager/tree/develop/backend/schema)
@@ -94,12 +99,13 @@ BASE_DIR="/path/nginx_proxy_script/data"
9499
--restore-id id Restore a single host configuration and its certificate (if exists)
95100
96101
🔧 Miscellaneous:
97-
--check-token Check if the current token is valid
98-
--create-user user pass email Create a user with a username, password and email
99-
--delete-user username Delete a user by username
102+
--info Script and configuration information
103+
--check-token Check if the current token is valid
104+
--create-user user pass email Create a user with a username, password and email
105+
--delete-user username Delete a user by username
100106
--host-delete id Delete a proxy host by ID
101107
--host-show id Show full details for a specific host by ID
102-
--show-default Show default settings for creating hosts
108+
--show-default Show default settings for creating hosts
103109
--host-list List the names of all proxy hosts
104110
--host-list-full List all proxy hosts with full details
105111
--host-list-ssl-certificates List all SSL certificates
@@ -160,7 +166,8 @@ This command will show the full details of the proxy host with ID *10*, includin
160166

161167
By following these steps, you can enable SSL for your proxy host for the first time using Let's Encrypt.
162168

163-
##### Better way to check if SSL is active
169+
##### Check
170+
Better way to check if SSL is active with command --host-list :
164171

165172
./nginx_proxy_manager_cli.sh --host-list
166173

@@ -173,7 +180,10 @@ By following these steps, you can enable SSL for your proxy host for the first t
173180
174181
You should now see the parameters activated ✅
175182

176-
##### Host proxy info
183+
##### Info
184+
185+
Host proxy info command --host-show id:
186+
177187
```
178188
./nginx_proxy_manager_cli_.sh --host-show 10
179189

0 commit comments

Comments
 (0)