fix: support scoped RomM API token for scan trigger

This commit is contained in:
2026-06-26 05:30:41 +00:00
parent b2079446e5
commit dd6dbb457e
3 changed files with 27 additions and 3 deletions

View File

@@ -60,6 +60,11 @@ IGDB_CLIENT_SECRET=fill_me
ROMM_SERVER_URL=http://your-romm-host:port
ROMM_USERNAME=fill_me
ROMM_PASSWORD=fill_me
# Optional but recommended for the import worker scan trigger. Create a RomM API
# token with the Run tasks / tasks.run permission and paste it in the real env.
# Username/password may pass basic library checks but still receive HTTP 403 when
# trying to run /api/tasks/run/scan_library without this scope.
ROMM_API_TOKEN=
# Romarr image. Upstream docs list romarr/romarr:latest, but the public image was not pullable
# when this scaffold was created. Override this if we build/publish a local image.