Update NETALERTX_DB and version in config.yaml

This commit is contained in:
Alexandre
2026-03-18 09:54:06 +01:00
committed by GitHub
parent d19357c060
commit e49cf12d19

View File

@@ -26,11 +26,12 @@ environment:
PUID: "20211" PUID: "20211"
PGID: "20211" PGID: "20211"
TZ: Europe/Berlin TZ: Europe/Berlin
NETALERTX_DATA: /config
NETALERTX_CONFIG: /config/config NETALERTX_CONFIG: /config/config
NETALERTX_DB: /config/db
TMP_DIR: /tmp/tmp
NETALERTX_CONFIG_FILE: /config/config/app.conf NETALERTX_CONFIG_FILE: /config/config/app.conf
NETALERTX_DB: /config/db
NETALERTX_DB_FILE: /config/db/app.db NETALERTX_DB_FILE: /config/db/app.db
TMP_DIR: /tmp/tmp
SKIP_STARTUP_CHECKS: excessive capabilities.sh,appliance integrity.sh SKIP_STARTUP_CHECKS: excessive capabilities.sh,appliance integrity.sh
schema: schema:
TZ: str? TZ: str?
@@ -40,4 +41,4 @@ slug: netalertx
tmpfs: true tmpfs: true
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "26.3.16-2" version: "26.3.16-3"