A compose file that puts Open WebUI in front of the gateway, and the gateway in front of Ollama, so a self-hosted chat UI gets guardrails and signed receipts with zero code.
The examples/local-ollama recipe already has the gateway+Ollama half; this adds the UI layer (Open WebUI speaks OpenAI-compatible backends, so it points at the gateway as its API base).
Acceptance: examples/open-webui/ with docker-compose.yml + README (setup, one screenshot or expected-output excerpt, honest caveats). Prose style per CONTRIBUTING (no em dashes).
A compose file that puts Open WebUI in front of the gateway, and the gateway in front of Ollama, so a self-hosted chat UI gets guardrails and signed receipts with zero code.
The
examples/local-ollamarecipe already has the gateway+Ollama half; this adds the UI layer (Open WebUI speaks OpenAI-compatible backends, so it points at the gateway as its API base).Acceptance:
examples/open-webui/with docker-compose.yml + README (setup, one screenshot or expected-output excerpt, honest caveats). Prose style per CONTRIBUTING (no em dashes).