Updated deployhooks (markdown)

Scruel Tao 2024-02-22 18:45:42 +08:00
parent 8d6dc4c749
commit 86843e6511

@ -601,7 +601,7 @@ As pointed out [inside the deploy script file](https://github.com/acmesh-officia
In this way, you won't need to provide any admin credentials, and it will be automatically deleted after the script is executed. It depends on DSM built-in utils, so you won't able to use this way in docker.
Notice: if the script unexpectedly stopped while running (e.g., abort by pressing "Ctrl+C"), the temp admin user may remain without deletion, you can safely delete it manually (or rerun the script).
Notice: the temp admin user should be automatically deleted after execution, if the script unexpectedly stopped while running (e.g., abort by pressing "Ctrl+C"), it may remain if it has already been created, in this case, you can safely delete it via Control panel.
- (Default) Use your existing admin user by provide its credential (username, password, OTP):
1. Execute `export SYNO_Username="adminUser"` where `adminUser` is any user with sufficient administrative rights, e. g. `admin`.
2. Execute `export SYNO_Password="adminPassword"` where `adminPassword` is the chosen user's password.