firefly-iii-data-importer: fix allowlist
All checks were successful
Build and Deploy / mreow (push) Successful in 1m14s
Build and Deploy / yarn (push) Successful in 56s
Build and Deploy / muffin (push) Successful in 1m13s

This commit is contained in:
2026-05-05 02:21:31 -04:00
parent 4c45874401
commit c1f1959aa1

View File

@@ -46,6 +46,10 @@ in
# don't see the noise.
IGNORE_DUPLICATE_ERRORS = true;
# `artisan importer:import <path>` rejects any config path whose parent
# directory is not in this allow-list. Same dir we hand to the CLI below.
IMPORT_DIR_ALLOWLIST = "${fidi.dataDir}/storage/configurations";
# CLI-driven imports only. Leave the /autoimport HTTP endpoint disabled
# (default) — the systemd timer below uses `artisan importer:import`
# against a static config file, which avoids exposing another web-