diff --git a/docs/img/ova/ova02.png b/docs/img/ova/ova02.png index 27070ddd6..4254af0b6 100644 Binary files a/docs/img/ova/ova02.png and b/docs/img/ova/ova02.png differ diff --git a/docs/img/ova/ova03.png b/docs/img/ova/ova03.png index e73f07882..f729ef74c 100644 Binary files a/docs/img/ova/ova03.png and b/docs/img/ova/ova03.png differ diff --git a/docs/img/ova/ova07.png b/docs/img/ova/ova07.png index b579b33ff..d743a7b7a 100644 Binary files a/docs/img/ova/ova07.png and b/docs/img/ova/ova07.png differ diff --git a/docs/img/ova/ova08.png b/docs/img/ova/ova08.png index b5c49c5b3..816bdd838 100644 Binary files a/docs/img/ova/ova08.png and b/docs/img/ova/ova08.png differ diff --git a/docs/img/ova/vapp_options.png b/docs/img/ova/vapp_options.png index 267aa77d1..057b830d1 100644 Binary files a/docs/img/ova/vapp_options.png and b/docs/img/ova/vapp_options.png differ diff --git a/docs/installation_guide_ova.md b/docs/installation_guide_ova.md index c363f3541..a0f8fddbe 100644 --- a/docs/installation_guide_ova.md +++ b/docs/installation_guide_ova.md @@ -50,6 +50,7 @@ This guide takes you through the steps about installing and configuring Harbor o * **Email SSL**: Whether to enabled secure mail transmission. * **SSL Cert**: Paste in the content of a certificate file. If SSL Cert and SSL Cert Key are both set, HTTPS will be used. * **SSL Cert Key**: Paste in the content of certificate key file. If SSL Cert and SSL Cert Key are both set, HTTPS will be used. + * **Self Registration**: Determine whether the self-registration is allowed or not when the authentication mode is database. Set this to off to disable a user's self-registration in Harbor. * **Verify Remote Cert**: Determine whether the image replication should verify the SSL certificate when it connects to a remote registry. Set this flag to off when the remote registry uses a self-signed or untrusted certificate. * **Garbage Collection**: When setting this to true, Harbor performs garbage collection everytime it boots up. diff --git a/tools/ova/script/config.sh b/tools/ova/script/config.sh index 43a238d59..20df3f278 100755 --- a/tools/ova/script/config.sh +++ b/tools/ova/script/config.sh @@ -17,6 +17,7 @@ attrs=( email_ssl db_password verify_remote_cert + self_registration ) base_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../" && pwd )"