From aef08de244850bd6304239654d89fa34fc87487d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 27 Feb 2026 06:20:03 +0000 Subject: [PATCH 2/3] Fix Firefly III Data Importer boot failure: initialize JSON_CONFIGURATION_DIR before conditional Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com> --- fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh b/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh index 7e5e1cbca..bcae15135 100755 --- a/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh +++ b/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh @@ -8,6 +8,7 @@ CONFIGSOURCE=$(bashio::config "CONFIG_LOCATION") # CONFIG IMPORT # ################# +JSON_CONFIGURATION_DIR="" if [ "$(ls -A "$CONFIGSOURCE/configurations")" ]; then bashio::log.info "Configurations were found in $CONFIGSOURCE/configurations, they will be loaded." JSON_CONFIGURATION_DIR="$CONFIGSOURCE/configurations" From 360f997a1e85ab1aa422f4dece481ef132d36153 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 27 Feb 2026 06:25:28 +0000 Subject: [PATCH 3/3] Increment version to 2.1.1-3 and update changelog Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com> --- fireflyiii_data_importer/CHANGELOG.md | 3 +++ fireflyiii_data_importer/config.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/fireflyiii_data_importer/CHANGELOG.md b/fireflyiii_data_importer/CHANGELOG.md index 84a115f8d..daef92683 100644 --- a/fireflyiii_data_importer/CHANGELOG.md +++ b/fireflyiii_data_importer/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.1.1-3 (2026-02-27) +- Fix boot failure due to unbound JSON_CONFIGURATION_DIR variable (https://github.com/alexbelgium/hassio-addons/issues/1852) + ## 2.1.1-2 (2026-02-23) - Fix cron auto-import no longer triggering after env changes (https://github.com/alexbelgium/hassio-addons/issues/1839) - Fix health check log spam in nginx diff --git a/fireflyiii_data_importer/config.yaml b/fireflyiii_data_importer/config.yaml index 9b0c58cc4..0da6260e9 100644 --- a/fireflyiii_data_importer/config.yaml +++ b/fireflyiii_data_importer/config.yaml @@ -101,5 +101,5 @@ schema: slug: fireflyiii_data_importer udev: true url: https://github.com/alexbelgium/hassio-addons -version: "2.1.1-2" +version: "2.1.1-3" webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"