From d762e6485a2160002a463379ecd021c1dfe912b9 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Mon, 18 May 2026 15:00:42 +0200 Subject: [PATCH] fix(puter): update URL format in setup message and add public port to configuration --- ct/puter.sh | 2 +- install/puter-install.sh | 1 + install/slink-install.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ct/puter.sh b/ct/puter.sh index 491d6aae..7c7967e4 100644 --- a/ct/puter.sh +++ b/ct/puter.sh @@ -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}" diff --git a/install/puter-install.sh b/install/puter-install.sh index e9d0d1ee..d0c5e5a8 100644 --- a/install/puter-install.sh +++ b/install/puter-install.sh @@ -42,6 +42,7 @@ cat </etc/puter/config.json "domain": "${LOCAL_IP}.nip.io", "protocol": "http", "port": 4100, + "pub_port": 4100, "allow_nipio_domains": true, "database": { "engine": "sqlite", diff --git a/install/slink-install.sh b/install/slink-install.sh index 9361c156..cc4c06c5 100644 --- a/install/slink-install.sh +++ b/install/slink-install.sh @@ -62,7 +62,7 @@ chmod 644 /opt/slink/services/api/config/jwt/private.pem touch /opt/slink/services/api/var/data/slink_store.db touch /opt/slink/services/api/var/data/slink.db $STD php bin/console doctrine:migrations:migrate --no-interaction --em=read_model -$STD php bin/console doctrine:schema:update --force --em=event_store +$STD php bin/console doctrine:migrations:migrate --no-interaction --em=event_store $STD php bin/console messenger:setup-transports --no-interaction $STD php bin/console slink:admin:init --no-interaction $STD php bin/console cache:warm --no-optional-warmers