diff --git a/ct/openziti-controller.sh b/ct/openziti-controller.sh index 332be01..86cb04c 100644 --- a/ct/openziti-controller.sh +++ b/ct/openziti-controller.sh @@ -39,4 +39,5 @@ build_container description msg_ok "Completed Successfully!\n" -echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" \ No newline at end of file +echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" +echo -e "Access the web interface at https://${IP}:/zac" \ No newline at end of file diff --git a/frontend/public/json/openziti-controller.json b/frontend/public/json/openziti-controller.json index 005845c..c91ea0c 100644 --- a/frontend/public/json/openziti-controller.json +++ b/frontend/public/json/openziti-controller.json @@ -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://:/zac after installation and configuration are complete.", - "type": "info" } ] }