move access info to .sh file; update credentials to null/null

This commit is contained in:
Edward Moscardini 2025-03-25 16:25:34 -04:00
parent 716bda24e2
commit 9089a5b7c2
No known key found for this signature in database
GPG Key ID: A00DAB80E4E936C9
2 changed files with 4 additions and 7 deletions

View File

@ -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"

View File

@ -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"
}
]
}