diff --git a/ct/itsm-ng.sh b/ct/itsm-ng.sh index 81195c67d..a501ddbaa 100644 --- a/ct/itsm-ng.sh +++ b/ct/itsm-ng.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: Florianb63 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE # Source: https://itsm-ng.com/ APP="ITSM-NG" diff --git a/ct/librespeed-rust.sh b/ct/librespeed-rust.sh index e10a9b679..e7bf62585 100644 --- a/ct/librespeed-rust.sh +++ b/ct/librespeed-rust.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: Joseph Stubberfield (stubbers) -# 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/librespeed/speedtest-rust APP="Librespeed-Rust" diff --git a/frontend/public/json/statuses.json b/frontend/public/json/statuses.json index 444e52b59..2ac462c6f 100644 --- a/frontend/public/json/statuses.json +++ b/frontend/public/json/statuses.json @@ -132,6 +132,7 @@ "inspircd.json": "โŒ", "inventree.json": "โŒ", "iobroker.json": "โœ…", + "itsm-ng.json": "๐Ÿšง", "iventoy.json": "โœ…", "jackett.json": "โœ…", "jellyfin.json": "โœ…", @@ -152,6 +153,7 @@ "komodo.json": "๐Ÿงช", "kubo.json": "โœ…", "lazylibrarian.json": "โœ…", + "librespeed-rust.json": "๐Ÿšง", "libretranslate.json": "๐Ÿงช", "lidarr.json": "โœ…", "linkwarden.json": "โœ…", @@ -360,4 +362,4 @@ "zoraxy.json": "โœ…", "zot-registry.json": "๐Ÿงช", "zwave-js-ui.json": "โœ…" -} +} \ No newline at end of file diff --git a/install/itsm-ng-install.sh b/install/itsm-ng-install.sh index 4f9697e12..0f17e866f 100644 --- a/install/itsm-ng-install.sh +++ b/install/itsm-ng-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: Florianb63 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE # Source: https://itsm-ng.com/ source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" diff --git a/install/librespeed-rust-install.sh b/install/librespeed-rust-install.sh index 7013543fc..b8eb20924 100644 --- a/install/librespeed-rust-install.sh +++ b/install/librespeed-rust-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: Joseph Stubberfield (stubbers) -# 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/librespeed/speedtest-rust source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"