From 34ea41913e60f55e600e08c3e8088290a45101c8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 17 Mar 2026 08:27:07 +0100 Subject: [PATCH] Use /config for location to allow access --- netalertx/config.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/netalertx/config.yaml b/netalertx/config.yaml index 587e3f27f..c7dc40a2b 100644 --- a/netalertx/config.yaml +++ b/netalertx/config.yaml @@ -25,10 +25,15 @@ privileged: environment: PUID: "20211" PGID: "20211" - TZ: Atlantic/Reykjavik - # Home assistant grants excessive priviliges and does not support application integrity + TZ: Europe/Berlin + NETALERTX_DATA: /config + NETALERTX_CONFIG: /config/config + NETALERTX_DB: /config/db SKIP_STARTUP_CHECKS: excessive capabilities.sh,appliance integrity.sh schema: + env_vars: + - name: match(^[A-Za-z0-9_]+$) + value: str? TZ: str? services: - mqtt:want @@ -36,4 +41,4 @@ slug: netalertx tmpfs: true udev: true url: https://github.com/alexbelgium/hassio-addons -version: "26.3.16-1" +version: "26.3.16-2"