feat: add RomM staging import worker

This commit is contained in:
2026-06-24 18:54:26 +00:00
parent e8ddac67f8
commit 9227b260bd
3 changed files with 247 additions and 1 deletions

View File

@@ -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