Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions
8b6a046291 GitHub bot: changelog 2026-03-18 08:56:10 +00:00
Alexandre
e49cf12d19 Update NETALERTX_DB and version in config.yaml 2026-03-18 09:54:06 +01:00
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
## 26.3.16-3 (18-03-2026)
- Minor bugs fixed
## 26.3.16-2 (17-03-2026)
- Minor bugs fixed
## 26.3.16-1 (17-03-2026)

View File

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