@@ -151,28 +151,29 @@ BASE_DIR="/path/nginx_proxy_script/data"
151151 --backup-host id Backup a single host configuration and its certificate (if exists)
152152
153153 🔧 Miscellaneous:
154- # --check-token Check if the current token is valid
155- # --create-user user pass email Create a user with a username, password and email
156- # --delete-user username Delete a user by username
157- # --host-delete id Delete a proxy host by ID
158- # --host-show id Show full details for a specific host by ID
159- # --show-default Show default settings for creating hosts
160- # --host-list List the names of all proxy hosts
161- # --host-list-full List all proxy hosts with full details
162- # --host-list-users List all users
163- # --host-search hostname Search for a proxy host by domain name
164- # --host-enable id Enable a proxy host by ID
165- # --host-disable id Disable a proxy host by ID
166- # --host-ssl-enable id Enable SSL, HTTP/2, and HSTS for a proxy host
167- # --host-ssl-disable id Disable SSL, HTTP/2, and HSTS for a proxy host
168- # --list-ssl-certificates List All SSL certificates availables (JSON)
169- # --generate-cert domain email Generate certificate for the given domain and email
170- # --delete-cert domain Delete certificate for the given domain
171- # --list-access List all available access lists (ID and name)
172- # --host-acl-enable id,access_list_id Enable ACL for a proxy host by ID with an access list ID
173- # --host-acl-disable id Disable ACL for a proxy host by ID
174- # --update-host id field=value Modify any field on existing entry host
175- # --help Display this help
154+ --check-token Check if the current token is valid
155+ --create-user user pass email Create a user with a username, password and email
156+ --delete-user username Delete a user by username
157+ --host-delete id Delete a proxy host by ID
158+ --host-show id Show full details for a specific host by ID
159+ --show-default Show default settings for creating hosts
160+ --host-list List the names of all proxy hosts
161+ --host-list-full List all proxy hosts with full details
162+ --list-users List all users
163+
164+ --host-search hostname Search for a proxy host by domain name
165+ --host-enable id Enable a proxy host by ID
166+ --host-disable id Disable a proxy host by ID
167+ --host-ssl-enable id Enable SSL, HTTP/2, and HSTS for a proxy host
168+ --host-ssl-disable id Disable SSL, HTTP/2, and HSTS for a proxy host
169+ --list-ssl-certificates List All SSL certificates availables (JSON)
170+ --generate-cert domain email Generate certificate for the given domain and email
171+ --delete-cert domain Delete certificate for the given domain
172+ --list-access List all available access lists (ID and name)
173+ --host-acl-enable id,access_list_id Enable ACL for a proxy host by ID with an access list ID
174+ --host-acl-disable id Disable ACL for a proxy host by ID
175+ --update-host id field=value Modify any field on existing entry host
176+ --help Display this help
176177
177178```
178179
0 commit comments