This commit is contained in:
CanbiZ (MickLesk)
2026-04-21 07:42:42 +02:00
parent 89cad4365a
commit 4b79bf778a
2 changed files with 3 additions and 2 deletions

View File

@@ -81,4 +81,4 @@ 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}:8080${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}"

View File

@@ -95,7 +95,8 @@ server {
EOF
ln -sf /etc/nginx/sites-available/shlink-web-client /etc/nginx/sites-enabled/shlink-web-client
rm -f /etc/nginx/sites-enabled/default
$STD systemctl reload nginx
systemctl enable -q nginx
$STD systemctl restart nginx
msg_ok "Set up Web Client"
fi