updates: more web interface and scan fixes
Local Docker Build (Dev) / build-dev (push) Successful in 5s
Local Docker Build (Dev) / build-dev (push) Successful in 5s
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user