From 7a94c5d3f0c2f631f6991fdd9ae253cc4f9adbbb Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:05:07 +1000 Subject: [PATCH] chore: update statuses & build url --- ct/alpine-syncthing.sh | 4 ++-- ct/kapowarr.sh | 4 ++-- frontend/public/json/statuses.json | 1 + install/alpine-syncthing-install.sh | 2 +- install/kapowarr-install.sh | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ct/alpine-syncthing.sh b/ct/alpine-syncthing.sh index 3d41f5dba..dbece9635 100644 --- a/ct/alpine-syncthing.sh +++ b/ct/alpine-syncthing.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (CanbiZ) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE # Source: https://syncthing.net/ APP="Alpine-Syncthing" diff --git a/ct/kapowarr.sh b/ct/kapowarr.sh index d3104fed4..fda52e721 100644 --- a/ct/kapowarr.sh +++ b/ct/kapowarr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: Slaviša Arežina (tremor021) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE # Source: https://github.com/Casvt/Kapowarr APP="Kapowarr" diff --git a/frontend/public/json/statuses.json b/frontend/public/json/statuses.json index fab2afe0e..5fc82ef6c 100644 --- a/frontend/public/json/statuses.json +++ b/frontend/public/json/statuses.json @@ -138,6 +138,7 @@ "jellyseerr.json": "✅", "jenkins.json": "🧪", "jupyternotebook.json": "🧪", + "kapowarr.json": "🚧", "karakeep.json": "🧪", "kasm.json": "🧪", "kavita.json": "✅", diff --git a/install/alpine-syncthing-install.sh b/install/alpine-syncthing-install.sh index 0e21a31f1..5f9dfb718 100644 --- a/install/alpine-syncthing-install.sh +++ b/install/alpine-syncthing-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (CanbiZ) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE # Source: https://syncthing.net/ source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" diff --git a/install/kapowarr-install.sh b/install/kapowarr-install.sh index c5f29a7b3..3ec35662d 100644 --- a/install/kapowarr-install.sh +++ b/install/kapowarr-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: Slaviša Arežina (tremor021) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE # Source: https://github.com/Casvt/Kapowarr source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"