Compare commits

...

8 Commits

Author SHA1 Message Date
community-scripts-pr-app[bot]
8e25b70a25 Update CHANGELOG.md (#8062)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-03 00:12:10 +00:00
community-scripts-pr-app[bot]
1840cce15f Update versions.json (#8061)
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-03 02:11:42 +02:00
community-scripts-pr-app[bot]
1d0ac4ca10 Update versions.json (#8055)
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-02 14:05:34 +02:00
CanbiZ
deb85bd264 rm v in Version check 2025-10-02 13:18:59 +02:00
community-scripts-pr-app[bot]
348f8863a8 Update CHANGELOG.md (#8054)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-02 10:33:30 +00:00
CanbiZ
74b332b7ec EMQX: removal logic in emqx update (#8050)
Added conditional checks to remove either emqx or emqx-enterprise packages.
2025-10-02 12:33:08 +02:00
community-scripts-pr-app[bot]
2fe3ee667b Update CHANGELOG.md (#8053)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-02 10:32:45 +00:00
CanbiZ
48e3b66342 fix FlareSolverr version check to v3.3.25 (#8051) 2025-10-02 12:32:24 +02:00
4 changed files with 128 additions and 113 deletions

View File

@@ -10,8 +10,17 @@
> [!CAUTION]
Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit the project's popularity for potentially malicious purposes.
## 2025-10-03
## 2025-10-02
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- EMQX: removal logic in emqx update [@MickLesk](https://github.com/MickLesk) ([#8050](https://github.com/community-scripts/ProxmoxVE/pull/8050))
- fix FlareSolverr version check to v3.3.25 [@MickLesk](https://github.com/MickLesk) ([#8051](https://github.com/community-scripts/ProxmoxVE/pull/8051))
## 2025-10-01
### 🆕 New Scripts

View File

@@ -31,7 +31,13 @@ function update_script() {
msg_ok "Stopped EMQX"
msg_info "Removing old EMQX"
$STD apt-get remove --purge -y emqx
if dpkg -l | grep -q "^ii\s\+emqx\s"; then
$STD apt-get remove --purge -y emqx
elif dpkg -l | grep -q "^ii\s\+emqx-enterprise\s"; then
$STD apt-get remove --purge -y emqx-enterprise
else
msg_ok "No old EMQX package found"
fi
msg_ok "Removed old EMQX"
msg_info "Downloading EMQX v${RELEASE}"

View File

@@ -28,7 +28,7 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
if check_for_gh_release "flaresolverr" "FlareSolverr/FlareSolverr" "3.3.5"; then
if check_for_gh_release "flaresolverr" "FlareSolverr/FlareSolverr" "3.3.25"; then
msg_info "Stopping service"
systemctl stop flaresolverr
msg_ok "Stopped service"

View File

@@ -1,8 +1,113 @@
[
{
"name": "rcourtman/Pulse",
"version": "v4.19.1",
"date": "2025-10-02T23:46:18Z"
},
{
"name": "wizarrrr/wizarr",
"version": "v2025.10.0",
"date": "2025-10-02T21:16:09Z"
},
{
"name": "pommee/goaway",
"version": "v0.62.9",
"date": "2025-10-02T19:20:42Z"
},
{
"name": "mealie-recipes/mealie",
"version": "v3.3.1",
"date": "2025-10-02T17:10:34Z"
},
{
"name": "jhuckaby/Cronicle",
"version": "v0.9.94",
"date": "2025-10-01T23:23:11Z"
"version": "v0.9.95",
"date": "2025-10-02T16:07:18Z"
},
{
"name": "n8n-io/n8n",
"version": "n8n@1.112.6",
"date": "2025-09-26T10:56:27Z"
},
{
"name": "theonedev/onedev",
"version": "v13.0.7",
"date": "2025-10-02T14:33:22Z"
},
{
"name": "cockpit-project/cockpit",
"version": "348",
"date": "2025-10-02T13:51:28Z"
},
{
"name": "kyantech/Palmr",
"version": "v3.2.3-beta",
"date": "2025-10-02T13:48:14Z"
},
{
"name": "meilisearch/meilisearch",
"version": "prototype-docker-alpine-3-22-v2",
"date": "2025-10-02T13:11:08Z"
},
{
"name": "mattermost/mattermost",
"version": "mattermost-redux@10.12.0",
"date": "2025-09-18T20:15:19Z"
},
{
"name": "apache/tomcat",
"version": "10.1.47",
"date": "2025-10-02T12:12:04Z"
},
{
"name": "bunkerity/bunkerweb",
"version": "v1.6.4",
"date": "2025-08-18T20:22:07Z"
},
{
"name": "actualbudget/actual",
"version": "v25.10.0",
"date": "2025-10-02T11:34:39Z"
},
{
"name": "jenkinsci/jenkins",
"version": "jenkins-2.530",
"date": "2025-09-30T15:42:52Z"
},
{
"name": "laurent22/joplin",
"version": "server-v3.4.4",
"date": "2025-09-25T13:19:26Z"
},
{
"name": "Jackett/Jackett",
"version": "v0.24.24",
"date": "2025-10-02T05:54:50Z"
},
{
"name": "firefly-iii/firefly-iii",
"version": "v6.4.0",
"date": "2025-09-13T16:38:21Z"
},
{
"name": "ipfs/kubo",
"version": "v0.38.0",
"date": "2025-10-02T01:46:06Z"
},
{
"name": "hyperion-project/hyperion.ng",
"version": "2.1.1",
"date": "2025-06-14T17:45:06Z"
},
{
"name": "jeedom/core",
"version": "4.4.20",
"date": "2025-10-02T00:27:05Z"
},
{
"name": "steveiliop56/tinyauth",
"version": "v3.6.2",
"date": "2025-07-17T12:08:03Z"
},
{
"name": "BerriAI/litellm",
@@ -15,14 +120,9 @@
"date": "2025-10-01T21:39:09Z"
},
{
"name": "rcourtman/Pulse",
"version": "v4.18.0",
"date": "2025-10-01T19:35:14Z"
},
{
"name": "ipfs/kubo",
"version": "v0.38.0",
"date": "2025-10-01T18:14:53Z"
"name": "keycloak/keycloak",
"version": "26.4.0",
"date": "2025-09-30T11:49:13Z"
},
{
"name": "NodeBB/NodeBB",
@@ -37,18 +137,13 @@
{
"name": "runtipi/runtipi",
"version": "nightly",
"date": "2025-09-28T18:26:30Z"
"date": "2025-10-01T16:56:39Z"
},
{
"name": "home-assistant/core",
"version": "2025.10.0",
"date": "2025-10-01T16:38:38Z"
},
{
"name": "pommee/goaway",
"version": "v0.62.8",
"date": "2025-10-01T15:58:55Z"
},
{
"name": "fuma-nama/fumadocs",
"version": "fumadocs-openapi@9.4.0",
@@ -59,11 +154,6 @@
"version": "6.1.16",
"date": "2025-10-01T14:58:20Z"
},
{
"name": "meilisearch/meilisearch",
"version": "prototype-speedup-post-processing-2",
"date": "2025-10-01T14:19:58Z"
},
{
"name": "glpi-project/glpi",
"version": "11.0.0",
@@ -79,36 +169,16 @@
"version": "2025.9.3",
"date": "2025-10-01T11:30:07Z"
},
{
"name": "apache/tomcat",
"version": "9.0.110",
"date": "2025-10-01T09:24:07Z"
},
{
"name": "element-hq/synapse",
"version": "v1.139.0",
"date": "2025-10-01T08:24:16Z"
},
{
"name": "Jackett/Jackett",
"version": "v0.24.17",
"date": "2025-10-01T05:59:28Z"
},
{
"name": "Kozea/Radicale",
"version": "v3.5.7.pypi",
"date": "2025-10-01T05:32:27Z"
},
{
"name": "jeedom/core",
"version": "4.4.20",
"date": "2025-10-01T00:27:05Z"
},
{
"name": "steveiliop56/tinyauth",
"version": "v3.6.2",
"date": "2025-07-17T12:08:03Z"
},
{
"name": "booklore-app/booklore",
"version": "v1.4.0",
@@ -159,11 +229,6 @@
"version": "v2.33.0",
"date": "2025-09-30T16:18:10Z"
},
{
"name": "jenkinsci/jenkins",
"version": "jenkins-2.530",
"date": "2025-09-30T15:42:52Z"
},
{
"name": "wazuh/wazuh",
"version": "coverity-w40-4.14.0",
@@ -184,21 +249,11 @@
"version": "preview-rename-tags",
"date": "2025-09-30T12:50:15Z"
},
{
"name": "keycloak/keycloak",
"version": "26.4.0",
"date": "2025-09-30T11:49:13Z"
},
{
"name": "emqx/emqx",
"version": "e6.0.0",
"date": "2025-09-30T12:04:20Z"
},
{
"name": "mattermost/mattermost",
"version": "mattermost-redux@10.12.0",
"date": "2025-09-18T20:15:19Z"
},
{
"name": "silverbulletmd/silverbullet",
"version": "2.1.6",
@@ -259,11 +314,6 @@
"version": "v1.27.2",
"date": "2025-09-29T16:16:21Z"
},
{
"name": "n8n-io/n8n",
"version": "n8n@1.112.6",
"date": "2025-09-26T10:56:27Z"
},
{
"name": "AdguardTeam/AdGuardHome",
"version": "v0.107.67",
@@ -279,11 +329,6 @@
"version": "v1.12.8",
"date": "2025-09-29T13:22:59Z"
},
{
"name": "theonedev/onedev",
"version": "v13.0.6",
"date": "2025-09-29T12:13:09Z"
},
{
"name": "jupyter/notebook",
"version": "@jupyter-notebook/ui-components@7.5.0-beta.0",
@@ -299,11 +344,6 @@
"version": "1.0.2",
"date": "2025-09-29T04:02:44Z"
},
{
"name": "firefly-iii/firefly-iii",
"version": "v6.4.0",
"date": "2025-09-13T16:38:21Z"
},
{
"name": "autobrr/autobrr",
"version": "v1.67.0",
@@ -344,16 +384,6 @@
"version": "v1.5.3",
"date": "2025-09-20T12:12:33Z"
},
{
"name": "mealie-recipes/mealie",
"version": "v3.3.0",
"date": "2025-09-28T00:49:34Z"
},
{
"name": "hyperion-project/hyperion.ng",
"version": "2.1.1",
"date": "2025-06-14T17:45:06Z"
},
{
"name": "moghtech/komodo",
"version": "v1.19.5",
@@ -364,11 +394,6 @@
"version": "3.2.9",
"date": "2025-09-27T17:58:53Z"
},
{
"name": "wizarrrr/wizarr",
"version": "v2025.9.7",
"date": "2025-09-27T17:52:44Z"
},
{
"name": "raydak-labs/configarr",
"version": "v1.16.0",
@@ -424,11 +449,6 @@
"version": "v1.39.0",
"date": "2025-09-26T19:15:10Z"
},
{
"name": "bunkerity/bunkerweb",
"version": "v1.6.4",
"date": "2025-08-18T20:22:07Z"
},
{
"name": "traefik/traefik",
"version": "v3.5.3",
@@ -464,11 +484,6 @@
"version": "2.2.7",
"date": "2025-09-25T19:04:38Z"
},
{
"name": "kyantech/Palmr",
"version": "v3.2.2-beta",
"date": "2025-09-25T18:44:52Z"
},
{
"name": "Threadfin/Threadfin",
"version": "1.2.39",
@@ -504,11 +519,6 @@
"version": "v14.0.0-dev",
"date": "2025-09-25T13:19:45Z"
},
{
"name": "laurent22/joplin",
"version": "server-v3.4.4",
"date": "2025-09-25T13:19:26Z"
},
{
"name": "rabbitmq/rabbitmq-server",
"version": "v4.1.4",
@@ -694,11 +704,6 @@
"version": "2.10.0",
"date": "2025-09-17T14:47:00Z"
},
{
"name": "cockpit-project/cockpit",
"version": "347",
"date": "2025-09-17T12:03:45Z"
},
{
"name": "dgtlmoon/changedetection.io",
"version": "0.50.14",
@@ -914,11 +919,6 @@
"version": "v0.15.1",
"date": "2025-09-04T10:37:23Z"
},
{
"name": "actualbudget/actual",
"version": "v25.9.0",
"date": "2025-09-04T01:12:37Z"
},
{
"name": "apache/cassandra",
"version": "cassandra-4.1.10",