From 317d13c29455278abb4c1aa58c3e6a991456002b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 17 Mar 2026 08:29:13 +0100 Subject: [PATCH] nobuild Added TMP_DIR and updated NETALERTX_CONFIG_FILE and NETALERTX_DB_FILE paths. --- netalertx/config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/netalertx/config.yaml b/netalertx/config.yaml index c7dc40a2b..c60cc0d8a 100644 --- a/netalertx/config.yaml +++ b/netalertx/config.yaml @@ -26,9 +26,11 @@ 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_FILE: /config/db/app.db SKIP_STARTUP_CHECKS: excessive capabilities.sh,appliance integrity.sh schema: env_vars: