diff --git a/ct/alpine-grafana.sh b/ct/alpine-grafana.sh index d431b21f4..6bef3c558 100644 --- a/ct/alpine-grafana.sh +++ b/ct/alpine-grafana.sh @@ -55,5 +55,6 @@ build_container description msg_ok "Completed successfully!\n" -echo -e "${APP} should be reachable by going to the following URL. - ${BL}http://${IP}:3000${CL} \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 "${GATEWAY}${BGN}http://${IP}:3000${CL}" diff --git a/ct/alpine-loki.sh b/ct/alpine-loki.sh index d1ffe9b46..8a6b6a0e5 100644 --- a/ct/alpine-loki.sh +++ b/ct/alpine-loki.sh @@ -54,8 +54,9 @@ start build_container description -msg_ok "Completed Successfully!\n" -echo -e "${APP} should be reachable by going to the following URL. - ${BL}http://${IP}:3100${CL} \n" -echo -e "Promtail should be reachable by going to the following URL. - ${BL}http://${IP}:9080${CL} \n" +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 "${GATEWAY}${BGN}http://${IP}:3100${CL}" +echo -e "${INFO}${YW}Access Promtail using the following URL:${CL}" +echo -e "${GATEWAY}${BGN}http://${IP}:9080${CL}" diff --git a/ct/alpine-nextcloud.sh b/ct/alpine-nextcloud.sh index 9481a8240..85a948c49 100644 --- a/ct/alpine-nextcloud.sh +++ b/ct/alpine-nextcloud.sh @@ -57,5 +57,6 @@ build_container description msg_ok "Completed successfully!\n" -echo -e "${APP} should be reachable by going to the following URL. - ${BL}https://${IP}${CL} \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 "${GATEWAY}${BGN}https://${IP}${CL}" diff --git a/ct/alpine-redis.sh b/ct/alpine-redis.sh index 9893b3636..af75a3ee5 100644 --- a/ct/alpine-redis.sh +++ b/ct/alpine-redis.sh @@ -58,5 +58,6 @@ build_container description msg_ok "Completed successfully!\n" -echo -e "${APP} should be reachable on port 6379. - ${BL}redis-cli -h ${IP} -p 6379${CL} \n" +echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" +echo -e "${INFO}${YW}Connect to Redis CLI using the following command:${CL}" +echo -e "${GATEWAY}${BGN}redis-cli -h ${IP} -p 6379${CL}" diff --git a/ct/alpine-valkey.sh b/ct/alpine-valkey.sh index 1b627c3b8..fd7b02569 100644 --- a/ct/alpine-valkey.sh +++ b/ct/alpine-valkey.sh @@ -59,5 +59,6 @@ build_container description msg_ok "Completed successfully!\n" -echo -e "${APP} should be reachable on port 6379. - ${BL}valkey-cli -h ${IP} -p 6379${CL} \n" +echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" +echo -e "${INFO}${YW}Connect to Valkey CLI using the following command:${CL}" +echo -e "${GATEWAY}${BGN}valkey-cli -h ${IP} -p 6379${CL}" diff --git a/ct/alpine-vaultwarden.sh b/ct/alpine-vaultwarden.sh index 7e5973336..7c7983f2a 100644 --- a/ct/alpine-vaultwarden.sh +++ b/ct/alpine-vaultwarden.sh @@ -60,5 +60,6 @@ build_container description msg_ok "Completed successfully!\n" -echo -e "${APP} should be reachable by going to the following URL. - ${BL}https://${IP}:8000${CL} \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 "${GATEWAY}${BGN}https://${IP}:8000${CL}"