|
26a1992d84
|
Nextcloud/Talk: add Janus config & fix WebSocket proxying
Nginx: define 'map $http_upgrade $connection_upgrade' once in http{} and reuse; drop duplicate map from ws_generic vhost; tidy ws location headers/spacing. Nextcloud: add WS location for standalone signaling; render & mount Janus config (NAT 1:1, ICE enforce/ignore lists, libnice hardening); extend CSP (connect-src/frame-src for cloud & collabora, worker-src blob:); disable keeporsweep app; replace nginx reload handler with compose up; add NEXTCLOUD_HOST_JANUS_CONF_PATH and related vars.
Context: https://chatgpt.com/share/68db9f41-16ec-800f-9cdf-7530862f89aa
|
2025-09-30 11:14:15 +02:00 |
|
|
f4cf55b3c8
|
Open WebUI OIDC & proxy fixes + Ollama preload + async-safe pull
- svc-ai-ollama:
- Add preload_models (llama3, mistral, nomic-embed-text)
- Pre-pull task: loop_var=model, async-safe changed_when/failed_when
- sys-svc-proxy (OpenResty):
- Forward Authorization header
- Ensure proxy_pass_request_headers on
- web-app-openwebui:
- ADMIN_EMAIL from users.administrator.email
- Request RBAC group scope in OAUTH_SCOPES
Ref: ChatGPT support (2025-09-23) — https://chatgpt.com/share/68d20588-2584-800f-aed4-26ce710c69c4
|
2025-09-23 04:27:46 +02:00 |
|