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"