fix: update Colanode setup instructions for Web UI and API access
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
@@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user