chore(statuses): add unported status for merged scripts

update license url
update build.func url
This commit is contained in:
Sam Heinz
2025-07-02 11:20:48 +10:00
parent 2401d0946d
commit 7b51ce4975
5 changed files with 9 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash #!/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 # Copyright (c) 2021-2025 community-scripts ORG
# Author: Florianb63 # 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: https://itsm-ng.com/
APP="ITSM-NG" APP="ITSM-NG"

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash #!/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 # Copyright (c) 2021-2025 community-scripts ORG
# Author: Joseph Stubberfield (stubbers) # 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: https://github.com/librespeed/speedtest-rust
APP="Librespeed-Rust" APP="Librespeed-Rust"

View File

@@ -132,6 +132,7 @@
"inspircd.json": "❌", "inspircd.json": "❌",
"inventree.json": "❌", "inventree.json": "❌",
"iobroker.json": "✅", "iobroker.json": "✅",
"itsm-ng.json": "🚧",
"iventoy.json": "✅", "iventoy.json": "✅",
"jackett.json": "✅", "jackett.json": "✅",
"jellyfin.json": "✅", "jellyfin.json": "✅",
@@ -152,6 +153,7 @@
"komodo.json": "🧪", "komodo.json": "🧪",
"kubo.json": "✅", "kubo.json": "✅",
"lazylibrarian.json": "✅", "lazylibrarian.json": "✅",
"librespeed-rust.json": "🚧",
"libretranslate.json": "🧪", "libretranslate.json": "🧪",
"lidarr.json": "✅", "lidarr.json": "✅",
"linkwarden.json": "✅", "linkwarden.json": "✅",

View File

@@ -2,7 +2,7 @@
# Copyright (c) 2021-2025 community-scripts ORG # Copyright (c) 2021-2025 community-scripts ORG
# Author: Florianb63 # 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: https://itsm-ng.com/
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"

View File

@@ -2,7 +2,7 @@
# Copyright (c) 2021-2025 community-scripts ORG # Copyright (c) 2021-2025 community-scripts ORG
# Author: Joseph Stubberfield (stubbers) # 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: https://github.com/librespeed/speedtest-rust
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"