Loading…

Dumpster Dyva

💻 __SERVER_COUNT__ · 🤖 __MODEL_COUNT__ · 🐞 v__DYVA_VERSION__ · 📚

Activity

Models

Hosts

Tools
__SD_MODELS__
Advanced
20
7
1
Recent
Additional sources
Additional sources

Each source fetches a JSON list of host rows from its url and maps fields onto host entries. Configured sources are tried before the built-ins, so they win on duplicate hosts.

mapping — each target field is one of:

  • {"field": "x"} — copy row["x"] from the source row
  • {"value": 0} — a constant

Map a server (or url) so the host can be keyed; models should resolve to a list of strings. CSV / transform-heavy sources aren't supported here.

Example

[
  {
    "name": "my-list",
    "url": "https://example.com/hosts.json",
    "mapping": {
      "server":  {"field": "url"},
      "models":  {"field": "models"},
      "service": {"value": "ollama"}
    }
  }
]
Extra JSON host sources, fetched before the built-ins (highest priority). A JSON array of {name, url, mapping}.