From f341f18cf961d709a60c5d6d33615c1d5aa0a321 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:03:26 +0100 Subject: [PATCH] Add config file and database file paths --- netalertx/config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/netalertx/config.yaml b/netalertx/config.yaml index c9a2abd04..2d6d52b05 100644 --- a/netalertx/config.yaml +++ b/netalertx/config.yaml @@ -11,6 +11,8 @@ environment: 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 hassio_api: true host_network: true image: ghcr.io/alexbelgium/netalertx-{arch} @@ -50,4 +52,4 @@ slug: netalertx tmpfs: true udev: true url: https://github.com/alexbelgium/hassio-addons -version: 25.11.29 +version: 25.11.29-2