updates: more web interface and scan fixes
Local Docker Build (Dev) / build-dev (push) Successful in 5s

This commit is contained in:
2025-11-03 14:38:21 -05:00
parent 04b2afdb19
commit 788b7e79f6
6 changed files with 31 additions and 11 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ from api.models import *
# Status file for cross-process communication
POPULATE_STATUS_FILE = os.path.join(tempfile.gettempdir(), "nfoguard_populate_status.json")
# Use /tmp which is writable in both core and web containers
POPULATE_STATUS_FILE = "/tmp/nfoguard_populate_status.json"
# Process tracking
_populate_process = None