move access info to .sh file; update credentials to null/null
This commit is contained in:
parent
716bda24e2
commit
9089a5b7c2
@ -40,3 +40,4 @@ description
|
|||||||
|
|
||||||
msg_ok "Completed Successfully!\n"
|
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": {
|
"default_credentials": {
|
||||||
"username": "created during installation",
|
"username": null,
|
||||||
"password": "created during installation"
|
"password": null
|
||||||
},
|
},
|
||||||
"notes": [
|
"notes": [
|
||||||
{
|
{
|
||||||
"text": "The Openziti Controller installation will prompt for configuration settings during installation.",
|
"text": "The Openziti Controller installation will prompt for configuration settings during installation.",
|
||||||
"type": "info"
|
"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