veda/apps/open-webui
2026-05-16 19:59:34 +02:00
..
application.yaml Add OpenWebUI application 2026-05-16 19:59:34 +02:00
Chart.yaml Add OpenWebUI application 2026-05-16 19:59:34 +02:00
README.md Add OpenWebUI application 2026-05-16 19:59:34 +02:00
values.yaml Add OpenWebUI application 2026-05-16 19:59:34 +02:00

OpenWebUI

OpenWebUI is exposed at https://openwebui.noxxos.nl and connects to the OpenAI-compatible llama.cpp endpoint at http://framework-llm:8080/v1.

Authentik

Create an Authentik OAuth2/OIDC provider and application with slug open-webui.

Allowed redirect URI:

https://openwebui.noxxos.nl/oauth/oidc/callback

Create the OIDC client secret in Kubernetes before syncing the app:

kubectl create namespace open-webui
kubectl -n open-webui create secret generic open-webui-oidc \
  --from-literal=client-id='<authentik-client-id>' \
  --from-literal=client-secret='<authentik-client-secret>'