From 114b9b4cde8c6624f27ab02625e38c3acd199e8f Mon Sep 17 00:00:00 2001 From: MickLesk Date: Tue, 12 May 2026 22:18:10 +0200 Subject: [PATCH] fix: update Colanode setup instructions for Web UI and API access --- ct/colanode.sh | 4 +++- json/colanode.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ct/colanode.sh b/ct/colanode.sh index 8cd618a0..73208a6a 100644 --- a/ct/colanode.sh +++ b/ct/colanode.sh @@ -75,4 +75,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 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}" diff --git a/json/colanode.json b/json/colanode.json index 8ad27a9d..652c2119 100644 --- a/json/colanode.json +++ b/json/colanode.json @@ -33,7 +33,7 @@ }, "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" }, {