fix: update Colanode setup instructions for Web UI and API access

This commit is contained in:
MickLesk
2026-05-12 22:18:10 +02:00
parent 638e8d197d
commit 114b9b4cde
2 changed files with 4 additions and 2 deletions

View File

@@ -75,4 +75,6 @@ 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 "${INFO}${YW} Access it using the following URLs:${CL}" echo -e "${INFO}${YW} Access it using the following URLs:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:4000${CL} (Web UI + API - accept self-signed cert)" echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:4000${CL} (Web UI - accept self-signed cert)"
echo -e "${INFO}${YW} When adding a server in the app, use:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:4000/config${CL}"

View File

@@ -33,7 +33,7 @@
}, },
"notes": [ "notes": [
{ {
"text": "Web UI is available at https://YOUR_IP:4000 (self-signed certificate — accept the browser warning). When adding a server in the app, use https://YOUR_IP:4000 as the server URL.", "text": "Web UI is available at https://YOUR_IP:4000 (self-signed certificate — accept the browser warning in the browser). When adding a server inside the app, enter https://YOUR_IP:4000/config as the server URL.",
"type": "info" "type": "info"
}, },
{ {