openHAB - Use https and include doc url (#1766)

* Update openhab.json

* Update openhab.sh
This commit is contained in:
moodyblue
2025-01-26 11:39:18 +00:00
committed by GitHub
parent de80e95d69
commit ba6edcdcaf
2 changed files with 6 additions and 5 deletions

View File

@@ -45,5 +45,6 @@ description
msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL} or ${TAB}${GATEWAY}${BGN}https://${IP}:8443${CL}"
echo -e "${INFO}${YW} Access it using one of the following URLs:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:8443${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}"