From e49cf12d1971ea7e48f3d7d39cd135e11355ab0e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 18 Mar 2026 09:54:06 +0100 Subject: [PATCH] Update NETALERTX_DB and version in config.yaml --- netalertx/config.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/netalertx/config.yaml b/netalertx/config.yaml index a096163ef..eff4afb7e 100644 --- a/netalertx/config.yaml +++ b/netalertx/config.yaml @@ -26,11 +26,12 @@ environment: PUID: "20211" PGID: "20211" TZ: Europe/Berlin + NETALERTX_DATA: /config NETALERTX_CONFIG: /config/config - NETALERTX_DB: /config/db - TMP_DIR: /tmp/tmp NETALERTX_CONFIG_FILE: /config/config/app.conf + NETALERTX_DB: /config/db NETALERTX_DB_FILE: /config/db/app.db + TMP_DIR: /tmp/tmp SKIP_STARTUP_CHECKS: excessive capabilities.sh,appliance integrity.sh schema: TZ: str? @@ -40,4 +41,4 @@ slug: netalertx tmpfs: true udev: true url: https://github.com/alexbelgium/hassio-addons -version: "26.3.16-2" +version: "26.3.16-3"