From 44b4de16eae30a301429b84f561a8ecdc4f61456 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:03:53 +0100 Subject: [PATCH] Modify environment settings and version in config.yaml Updated environment variables and version number. --- netalertx_fa/config.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/netalertx_fa/config.yaml b/netalertx_fa/config.yaml index 510efec9f..559b43b47 100644 --- a/netalertx_fa/config.yaml +++ b/netalertx_fa/config.yaml @@ -3,10 +3,16 @@ arch: - amd64 description: "\U0001F5A7\U0001F50D WIFI / LAN scanner, intruder, and presence detector" environment: - PGID: "102" + PGID: "20211" PORT: "20211" - PUID: "102" + PUID: "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_FILE: /config/db/app.db full_access: true hassio_api: true host_network: true @@ -47,4 +53,4 @@ slug: netalertx_fa tmpfs: true udev: true url: https://github.com/alexbelgium/hassio-addons -version: 25.10.1 +version: 25.10.1-2