move access info to .sh file; update credentials to null/null
This commit is contained in:
parent
716bda24e2
commit
9089a5b7c2
@ -39,4 +39,5 @@ build_container
|
||||
description
|
||||
|
||||
msg_ok "Completed Successfully!\n"
|
||||
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
|
||||
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
|
||||
echo -e "Access the web interface at https://${IP}:<port>/zac"
|
@ -27,17 +27,13 @@
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "created during installation",
|
||||
"password": "created during installation"
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "The Openziti Controller installation will prompt for configuration settings during installation.",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "Access the web interface at https://<ip>:<port>/zac after installation and configuration are complete.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user