From 2bd92fb05a606f12d4e4955fb20c37d3737421e7 Mon Sep 17 00:00:00 2001 From: Tom Frenzel Date: Sat, 3 Jan 2026 17:41:49 +0100 Subject: [PATCH] move ip retrieval call --- install/kutt-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/kutt-install.sh b/install/kutt-install.sh index b446125f4..89d06fcba 100644 --- a/install/kutt-install.sh +++ b/install/kutt-install.sh @@ -19,6 +19,7 @@ msg_ok "Installed Dependencies" NODE_VERSION="22" setup_nodejs fetch_and_deploy_gh_release "kutt" "thedevs-network/kutt" "tarball" +import_local_ip msg_info "Configuring Kutt" cd /opt/kutt @@ -29,7 +30,6 @@ $STD npm run migrate msg_ok "Configured Kutt" msg_info "Configuring SSL" -import_local_ip cat </etc/caddy/Caddyfile $LOCAL_IP { reverse_proxy localhost:3000