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

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

View File

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