feat: add RomM staging import worker
This commit is contained in:
@@ -23,6 +23,13 @@ ROMARR_PORT=9797
|
||||
# Valid values: romarr,discord,validation or comma-separated combinations.
|
||||
COMPOSE_PROFILES=validation
|
||||
|
||||
# Import worker: watches staging/incoming/<romm_platform_slug>/, imports into RomM,
|
||||
# then triggers RomM's scan_library task. Keep immediate scan enabled while testing;
|
||||
# later we can debounce/batch scans if needed.
|
||||
ROMM_SCAN_AFTER_IMPORT=true
|
||||
IMPORT_POLL_SECONDS=60
|
||||
IMPORT_QUIET_IDLE=true
|
||||
|
||||
# GG Requestz support services
|
||||
GGREQUESTZ_POSTGRES_DB=ggrequestz
|
||||
GGREQUESTZ_POSTGRES_USER=ggrequestz
|
||||
|
||||
Reference in New Issue
Block a user