From e47011b4326ee581929bb840b641271eae200837 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:16:22 +0100 Subject: [PATCH 1/2] Pin NetAlertX to 25.5.24 --- netalertx/build.json | 4 ++-- netalertx/config.yaml | 2 +- netalertx/updater.json | 3 ++- netalertx_fa/config.yaml | 2 +- netalertx_fa/updater.json | 3 ++- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/netalertx/build.json b/netalertx/build.json index ca6bd2e86..2e8a4850e 100644 --- a/netalertx/build.json +++ b/netalertx/build.json @@ -1,6 +1,6 @@ { "build_from": { - "aarch64": "ghcr.io/jokob-sk/netalertx:latest", - "amd64": "ghcr.io/jokob-sk/netalertx:latest" + "aarch64": "ghcr.io/jokob-sk/netalertx:25.5.24", + "amd64": "ghcr.io/jokob-sk/netalertx:25.5.24" } } diff --git a/netalertx/config.yaml b/netalertx/config.yaml index 36ac4c9c6..fd5b56ead 100644 --- a/netalertx/config.yaml +++ b/netalertx/config.yaml @@ -46,4 +46,4 @@ slug: netalertx tmpfs: true udev: true url: https://github.com/alexbelgium/hassio-addons -version: 25.10.1-4 +version: 25.5.24 diff --git a/netalertx/updater.json b/netalertx/updater.json index da900f52a..2d1f4ac49 100644 --- a/netalertx/updater.json +++ b/netalertx/updater.json @@ -3,6 +3,7 @@ "repository": "alexbelgium/hassio-addons", "slug": "netalertx", "source": "github", + "paused": true, "upstream_repo": "jokob-sk/NetAlertX", - "upstream_version": "25.10.1-2" + "upstream_version": "25.5.24" } diff --git a/netalertx_fa/config.yaml b/netalertx_fa/config.yaml index 10df991e7..d8805a7d6 100644 --- a/netalertx_fa/config.yaml +++ b/netalertx_fa/config.yaml @@ -47,4 +47,4 @@ slug: netalertx_fa tmpfs: true udev: true url: https://github.com/alexbelgium/hassio-addons -version: 25.10.1-3 +version: 25.5.24 diff --git a/netalertx_fa/updater.json b/netalertx_fa/updater.json index fce159912..a4f00dc13 100644 --- a/netalertx_fa/updater.json +++ b/netalertx_fa/updater.json @@ -3,6 +3,7 @@ "repository": "alexbelgium/hassio-addons", "slug": "netalertx", "source": "github", + "paused": true, "upstream_repo": "jokob-sk/NetAlertX", - "upstream_version": "25.10.1" + "upstream_version": "25.5.24" } From d86e33e90458d474b7b1e25a7f6681b628f2b449 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:30:57 +0100 Subject: [PATCH 2/2] Correct NetAlertX FA updater slug and Dockerfile user --- netalertx/Dockerfile | 2 -- netalertx_fa/updater.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/netalertx/Dockerfile b/netalertx/Dockerfile index ee0ea4c50..a09a84271 100644 --- a/netalertx/Dockerfile +++ b/netalertx/Dockerfile @@ -76,8 +76,6 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif. ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh -USER netalertx - #WORKDIR / #ENTRYPOINT [ "/usr/bin/env" ] #CMD [ "/ha_entrypoint.sh" ] diff --git a/netalertx_fa/updater.json b/netalertx_fa/updater.json index a4f00dc13..e17a5f0ec 100644 --- a/netalertx_fa/updater.json +++ b/netalertx_fa/updater.json @@ -1,7 +1,7 @@ { "last_update": "04-10-2025", "repository": "alexbelgium/hassio-addons", - "slug": "netalertx", + "slug": "netalertx_fa", "source": "github", "paused": true, "upstream_repo": "jokob-sk/NetAlertX",