New import methodology, done from static directory mapped in FireFly

This commit is contained in:
2026-03-06 20:49:37 -05:00
parent 0c39445d71
commit 7e17ec1fea
3 changed files with 75 additions and 86 deletions

View File

@@ -14,6 +14,11 @@ FIDI_ACCESS_TOKEN=
# JSON configs live here permanently; processed CSVs are staged here by watch-imports.sh
IMPORT_DIR=./imports
# Path to the imports directory as seen by FIDI *inside its container* (default: /imports)
# Must match the volume mount target in docker-compose.yml and be listed in
# IMPORT_DIR_WHITELIST in your .fidi.env
FIDI_IMPORT_DIR=/imports
# Directory where raw CSV files are dropped (default: ./incoming)
# watch-imports.sh monitors this and moves files to IMPORT_DIR after processing
INCOMING_DIR=./incoming