fix(puter): update URL format in setup message and add public port to configuration

This commit is contained in:
MickLesk
2026-05-18 15:00:42 +02:00
parent 5ef713e58c
commit d762e6485a
3 changed files with 3 additions and 2 deletions

View File

@@ -57,4 +57,4 @@ 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 URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}.nip.io:4100${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://puter.${IP}.nip.io:4100${CL}"