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
a0d2d54fea
commit
f46921c705
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
@ -19,9 +19,7 @@
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> The --restore command may not work correctly (a fix is in progress).
|
> The --restore command may not work correctly (a fix is in progress).
|
||||||
>
|
>
|
||||||
> instead try:
|
|
||||||
>
|
|
||||||
> ./nginx_proxy_manager_cli.sh --restore-id id (necessary to add hosts one by one and regen certificates).
|
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
@ -99,10 +97,10 @@ BASE_DIR="/path/nginx_proxy_script/data"
|
||||||
-a ADVANCED_CONFIG Advanced configuration (block of configuration settings)
|
-a ADVANCED_CONFIG Advanced configuration (block of configuration settings)
|
||||||
|
|
||||||
📦 Backup and Restore:
|
📦 Backup and Restore:
|
||||||
--backup Backup all configurations to a file
|
--backup Backup all configurations to a file
|
||||||
--backup-id id Backup a single host configuration and its certificate (if exists)
|
--backup-host id Backup a single host configuration and its certificate (if exists)
|
||||||
--restore Restore configurations from a backup file
|
--restore Restore configurations from a backup file
|
||||||
--restore-id id Restore a single host configuration and its certificate (if exists)
|
--restore-host id Restore a single host configuration and its certificate (if exists)
|
||||||
|
|
||||||
🔧 Miscellaneous:
|
🔧 Miscellaneous:
|
||||||
--info Script and configuration information
|
--info Script and configuration information
|
||||||
|
|
Loading…
Reference in a new issue