From fb3123d0f59eb133f083a6b299aeb09831e75f05 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 9 Feb 2025 22:29:25 +0100 Subject: [PATCH] Use id 102 https://github.com/alexbelgium/hassio-addons/issues/1760#issuecomment-2646603114 --- netalertx/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netalertx/config.json b/netalertx/config.json index 1bd13f4ab..242ab5e8e 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -7,9 +7,9 @@ "codenotary": "alexandrep.github@gmail.com", "description": "🖧🔍 WIFI / LAN scanner, intruder, and presence detector", "environment": { - "PGID": "0", + "PGID": "102", "PORT": "20211", - "PUID": "0", + "PUID": "102", "TZ": "Europe/Berlin" }, "hassio_api": true, @@ -51,5 +51,5 @@ "slug": "netalertx", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "25.2.8-2" + "version": "25.2.8-3" }