Compare commits

..

5 Commits

Author SHA1 Message Date
GitHub Actions[bot]
7443b9ead3 Update versions.json 2025-11-02 00:13:24 +00:00
community-scripts-pr-app[bot]
6a4909bee3 Update CHANGELOG.md (#8812)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-01 20:41:49 +00:00
Slaviša Arežina
84b0acc185 Fix release fetching (#8807) 2025-11-01 21:41:25 +01:00
community-scripts-pr-app[bot]
1e16f20951 Update CHANGELOG.md (#8811)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-01 19:07:13 +00:00
push-app-to-main[bot]
f36c8d525a Pangolin (#8809)
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
2025-11-01 20:06:45 +01:00
4 changed files with 61 additions and 43 deletions

View File

@@ -12,10 +12,15 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
## 2025-11-01 ## 2025-11-01
### 🆕 New Scripts
- Pangolin ([#8809](https://github.com/community-scripts/ProxmoxVE/pull/8809))
### 🚀 Updated Scripts ### 🚀 Updated Scripts
- #### 🐞 Bug Fixes - #### 🐞 Bug Fixes
- VictoriaMetrics: Fix release fetching for Victori Logs add-on [@tremor021](https://github.com/tremor021) ([#8807](https://github.com/community-scripts/ProxmoxVE/pull/8807))
- Immich: Pin version to 2.2.1 [@vhsdream](https://github.com/vhsdream) ([#8800](https://github.com/community-scripts/ProxmoxVE/pull/8800)) - Immich: Pin version to 2.2.1 [@vhsdream](https://github.com/vhsdream) ([#8800](https://github.com/community-scripts/ProxmoxVE/pull/8800))
- jellyfin: fix: initial update [@CrazyWolf13](https://github.com/CrazyWolf13) ([#8784](https://github.com/community-scripts/ProxmoxVE/pull/8784)) - jellyfin: fix: initial update [@CrazyWolf13](https://github.com/CrazyWolf13) ([#8784](https://github.com/community-scripts/ProxmoxVE/pull/8784))

View File

@@ -45,8 +45,15 @@ function update_script() {
fetch_and_deploy_gh_release "vmutils" "VictoriaMetrics/VictoriaMetrics" "prebuild" "latest" "/opt/victoriametrics" "$vmutils_filename" fetch_and_deploy_gh_release "vmutils" "VictoriaMetrics/VictoriaMetrics" "prebuild" "latest" "/opt/victoriametrics" "$vmutils_filename"
if [[ -f /etc/systemd/system/victoriametrics-logs.service ]]; then if [[ -f /etc/systemd/system/victoriametrics-logs.service ]]; then
fetch_and_deploy_gh_release "victorialogs" "VictoriaMetrics/VictoriaLogs" "prebuild" "latest" "/opt/victoriametrics" "victoria-logs-linux-amd64*.tar.gz" vmlogs_filename=$(curl -fsSL "https://api.github.com/repos/VictoriaMetrics/VictoriaLogs/releases/latest" |
fetch_and_deploy_gh_release "vlutils" "VictoriaMetrics/VictoriaLogs" "prebuild" "latest" "/opt/victoriametrics" "vlutils-linux-amd64*.tar.gz" jq -r '.assets[].name' |
grep -E '^victoria-logs-linux-amd64-v[0-9.]+\.tar\.gz$')
vlutils_filename=$(curl -fsSL "https://api.github.com/repos/VictoriaMetrics/VictoriaLogs/releases/latest" |
jq -r '.assets[].name' |
grep -E '^vlutils-linux-amd64-v[0-9.]+\.tar\.gz$')
fetch_and_deploy_gh_release "victorialogs" "VictoriaMetrics/VictoriaLogs" "prebuild" "latest" "/opt/victoriametrics" "$vmlogs_filename"
fetch_and_deploy_gh_release "vlutils" "VictoriaMetrics/VictoriaLogs" "prebuild" "latest" "/opt/victoriametrics" "$vlutils_filename"
fi fi
chmod +x /opt/victoriametrics/* chmod +x /opt/victoriametrics/*

View File

@@ -1,4 +1,39 @@
[ [
{
"name": "inventree/InvenTree",
"version": "1.0.9",
"date": "2025-11-01T21:48:35Z"
},
{
"name": "Koenkk/zigbee2mqtt",
"version": "2.6.3",
"date": "2025-11-01T20:48:39Z"
},
{
"name": "henrygd/beszel",
"version": "v0.15.3",
"date": "2025-11-01T20:13:33Z"
},
{
"name": "firefly-iii/firefly-iii",
"version": "v6.4.4",
"date": "2025-11-01T19:48:08Z"
},
{
"name": "Paymenter/Paymenter",
"version": "v1.4.1",
"date": "2025-11-01T19:38:55Z"
},
{
"name": "BerriAI/litellm",
"version": "v1.79.1-nightly",
"date": "2025-11-01T19:37:32Z"
},
{
"name": "motioneye-project/motioneye",
"version": "0.42.1",
"date": "2020-06-07T07:27:04Z"
},
{ {
"name": "chrisbenincasa/tunarr", "name": "chrisbenincasa/tunarr",
"version": "v0.23.0-alpha.20", "version": "v0.23.0-alpha.20",
@@ -9,11 +44,6 @@
"version": "3.3.6", "version": "3.3.6",
"date": "2025-11-01T10:41:15Z" "date": "2025-11-01T10:41:15Z"
}, },
{
"name": "Paymenter/Paymenter",
"version": "v1.4.0",
"date": "2025-11-01T09:51:45Z"
},
{ {
"name": "fuma-nama/fumadocs", "name": "fuma-nama/fumadocs",
"version": "fumadocs-ui@16.0.7", "version": "fumadocs-ui@16.0.7",
@@ -46,8 +76,8 @@
}, },
{ {
"name": "ollama/ollama", "name": "ollama/ollama",
"version": "v0.12.8", "version": "v0.12.9",
"date": "2025-10-30T23:22:27Z" "date": "2025-10-31T23:33:13Z"
}, },
{ {
"name": "tailscale/tailscale", "name": "tailscale/tailscale",
@@ -56,8 +86,8 @@
}, },
{ {
"name": "runtipi/runtipi", "name": "runtipi/runtipi",
"version": "v4.5.5", "version": "nightly",
"date": "2025-10-28T21:53:07Z" "date": "2025-10-31T21:55:26Z"
}, },
{ {
"name": "evcc-io/evcc", "name": "evcc-io/evcc",
@@ -74,11 +104,6 @@
"version": "v3.4.0", "version": "v3.4.0",
"date": "2025-10-31T18:50:18Z" "date": "2025-10-31T18:50:18Z"
}, },
{
"name": "BerriAI/litellm",
"version": "v1.78.5.rc.4",
"date": "2025-10-31T18:44:14Z"
},
{ {
"name": "immich-app/immich", "name": "immich-app/immich",
"version": "v2.2.1", "version": "v2.2.1",
@@ -154,11 +179,6 @@
"version": "v1.10.1", "version": "v1.10.1",
"date": "2025-10-31T08:25:57Z" "date": "2025-10-31T08:25:57Z"
}, },
{
"name": "firefly-iii/firefly-iii",
"version": "6.4.3",
"date": "2025-10-31T05:51:51Z"
},
{ {
"name": "getumbrel/umbrel", "name": "getumbrel/umbrel",
"version": "1.4.2", "version": "1.4.2",
@@ -344,11 +364,6 @@
"version": "v0.99.0", "version": "v0.99.0",
"date": "2025-10-29T06:32:09Z" "date": "2025-10-29T06:32:09Z"
}, },
{
"name": "henrygd/beszel",
"version": "v0.15.2",
"date": "2025-10-29T05:26:32Z"
},
{ {
"name": "openobserve/openobserve", "name": "openobserve/openobserve",
"version": "v0.15.3", "version": "v0.15.3",
@@ -519,11 +534,6 @@
"version": "prototype-v1.24.0.s3-snapshots-3", "version": "prototype-v1.24.0.s3-snapshots-3",
"date": "2025-10-24T09:47:47Z" "date": "2025-10-24T09:47:47Z"
}, },
{
"name": "inventree/InvenTree",
"version": "1.0.8",
"date": "2025-10-24T05:32:09Z"
},
{ {
"name": "pocketbase/pocketbase", "name": "pocketbase/pocketbase",
"version": "v0.31.0", "version": "v0.31.0",
@@ -899,11 +909,6 @@
"version": "v25.10.0", "version": "v25.10.0",
"date": "2025-10-02T11:34:39Z" "date": "2025-10-02T11:34:39Z"
}, },
{
"name": "Koenkk/zigbee2mqtt",
"version": "2.6.2",
"date": "2025-10-01T17:51:09Z"
},
{ {
"name": "Kozea/Radicale", "name": "Kozea/Radicale",
"version": "v3.5.7.pypi", "version": "v3.5.7.pypi",
@@ -1319,11 +1324,6 @@
"version": "v0.0.8", "version": "v0.0.8",
"date": "2025-05-18T11:37:31Z" "date": "2025-05-18T11:37:31Z"
}, },
{
"name": "motioneye-project/motioneye",
"version": "0.42.1",
"date": "2020-06-07T07:27:04Z"
},
{ {
"name": "stackblitz-labs/bolt.diy", "name": "stackblitz-labs/bolt.diy",
"version": "1.0.0", "version": "1.0.0",

View File

@@ -28,8 +28,14 @@ fetch_and_deploy_gh_release "vmutils" "VictoriaMetrics/VictoriaMetrics" "prebuil
read -r -p "${TAB3}Would you like to add VictoriaLogs? <y/N> " prompt read -r -p "${TAB3}Would you like to add VictoriaLogs? <y/N> " prompt
if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
fetch_and_deploy_gh_release "victorialogs" "VictoriaMetrics/VictoriaLogs" "prebuild" "latest" "/opt/victoriametrics" "victoria-logs-linux-amd64*.tar.gz" vmlogs_filename=$(curl -fsSL "https://api.github.com/repos/VictoriaMetrics/VictoriaLogs/releases/latest" |
fetch_and_deploy_gh_release "vlutils" "VictoriaMetrics/VictoriaLogs" "prebuild" "latest" "/opt/victoriametrics" "vlutils-linux-amd64*.tar.gz" jq -r '.assets[].name' |
grep -E '^victoria-logs-linux-amd64-v[0-9.]+\.tar\.gz$')
vlutils_filename=$(curl -fsSL "https://api.github.com/repos/VictoriaMetrics/VictoriaLogs/releases/latest" |
jq -r '.assets[].name' |
grep -E '^vlutils-linux-amd64-v[0-9.]+\.tar\.gz$')
fetch_and_deploy_gh_release "victorialogs" "VictoriaMetrics/VictoriaLogs" "prebuild" "latest" "/opt/victoriametrics" "$vmlogs_filename"
fetch_and_deploy_gh_release "vlutils" "VictoriaMetrics/VictoriaLogs" "prebuild" "latest" "/opt/victoriametrics" "$vlutils_filename"
fi fi
msg_info "Setup VictoriaMetrics" msg_info "Setup VictoriaMetrics"