Does Whisparr support custom StashBox UUIDs (e.g. FansDB), or only StashDB?

I’m trying to build a workflow using:

  • Stash

  • FansDB as my StashBox provider

  • ghcr.io/enymawse/stasharr-portal

  • Whisparr v3

The problem I am running into is that Whisparr does not seem to recognize scene UUIDs coming from FansDB.

My understanding is:

  1. FansDB provides a valid StashBox scene UUID.

  2. stasharr-portal can connect to FansDB and retrieve the scene.

  3. stasharr-portal sends the scene information/UUID to Whisparr.

  4. Whisparr then tries to resolve the UUID, but appears to assume the ID belongs to StashDB.

The result is that a FansDB UUID cannot be matched to a Whisparr entry.

My question:

Does Whisparr currently support configurable StashBox endpoints or multiple StashBox namespaces?

For example, something like:

StashDB:
https://stashdb.org/graphql

FansDB:
https://fansdb.cc/graphql

where Whisparr knows which StashBox a UUID belongs to.

I am surprised FansDB support exists in stasharr-portal if Whisparr cannot resolve those UUIDs, so I may be misunderstanding the intended workflow.

Has anyone successfully used FansDB → stasharr-portal → Whisparr?

Thanks!