From 15f835a6c2340cada88abf0df52fdd3047ccc957 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 25 Aug 2025 08:49:35 +0200 Subject: [PATCH 1/3] Remove package-lock.json during installation Remove package-lock.json before npm install. --- install/tracktor-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/tracktor-install.sh b/install/tracktor-install.sh index 3beefa4b..00c6c1d7 100644 --- a/install/tracktor-install.sh +++ b/install/tracktor-install.sh @@ -18,7 +18,6 @@ fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor" "tarball" "latest" msg_info "Configuring Tracktor" cd /opt/tracktor -rm package-lock.json $STD npm install $STD npm run build mkdir /opt/tracktor-data From 6914a23c16710c2ffda7e69600e681b09282d5e8 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 25 Aug 2025 09:04:40 +0200 Subject: [PATCH 2/3] Remove package-lock.json deletion in tracktor.sh --- ct/tracktor.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/tracktor.sh b/ct/tracktor.sh index 1386344d..c568f28d 100644 --- a/ct/tracktor.sh +++ b/ct/tracktor.sh @@ -42,7 +42,6 @@ function update_script() { setup_nodejs fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor" "tarball" "latest" "/opt/tracktor" cd /opt/tracktor - rm package-lock.json $STD npm install $STD npm run build msg_ok "Updated $APP" From aefaaa9a5d001350f2d2975149ba64387b629bd0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 25 Aug 2025 07:05:06 +0000 Subject: [PATCH 3/3] Update .app files --- ct/headers/autocaliweb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ct/headers/autocaliweb diff --git a/ct/headers/autocaliweb b/ct/headers/autocaliweb new file mode 100644 index 00000000..a5aa7d63 --- /dev/null +++ b/ct/headers/autocaliweb @@ -0,0 +1,6 @@ + ___ __ ___ __ + / | __ __/ /_____ _________ _/ (_) _____ / /_ + / /| |/ / / / __/ __ \/ ___/ __ `/ / / | /| / / _ \/ __ \ + / ___ / /_/ / /_/ /_/ / /__/ /_/ / / /| |/ |/ / __/ /_/ / +/_/ |_\__,_/\__/\____/\___/\__,_/_/_/ |__/|__/\___/_.___/ +