wget https://github.com/goharbor/harbor/releases/download/v1.9.4/harbor-offline-installer-v1.9.4.tgz tar zxf harbor-offline-installer-v1.9.4.tgz
yaml configuration
1 2 3 4 5 6
# http related config http: # port for http, default is 80. If https enabled, this port will redirect to https port port:8000 external_url:https://harbor.example.com harbor_admin_password:123456
# When setting up Harbor behind other proxy, such as an Nginx instance, remove the below line if the proxy already has similar settings. # proxy_set_header X-Forwarded-Proto $scheme;