Use /config for location to allow access

This commit is contained in:
Alexandre
2026-03-17 08:27:07 +01:00
committed by GitHub
parent 0ed5974d1a
commit 34ea41913e

View File

@@ -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"