hosts/library: fix open-webui websockets
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1s

This commit is contained in:
2026-01-20 00:00:03 +00:00
parent 64aeb757f4
commit 23a7f9cef3
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ in
OFFLINE_MODE = "True";
OPENID_PROVIDER_URL = "https://auth.vimium.com/oauth2/openid/${clientId}/.well-known/openid-configuration";
OPENID_REDIRECT_URI = "${publicUrl}/oauth/oidc/callback";
CORS_ALLOW_ORIGIN = "*";
# Fix from https://github.com/NixOS/nixpkgs/pull/431395
STATIC_DIR = "${stateDir}/static";