fix: update Colanode setup for SSL support and modify documentation for Web UI access

This commit is contained in:
MickLesk
2026-05-12 21:59:02 +02:00
parent 8d85e7a6d5
commit 2df4a77f04
3 changed files with 7 additions and 3 deletions

View File

@@ -75,5 +75,5 @@ 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 URLs:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:4000${CL} (Web UI)"
echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:4000${CL} (Web UI - self-signed cert)"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL} (API Server)"