- Updated .env.example to include new configuration options for the UltiAI branding and API endpoints. - Enhanced Nginx configuration to support new API routes for the MCP and WebSocket connections. - Introduced sub-filters for branding adjustments in Nginx responses. - Added new JavaScript patch for API endpoint adjustments. - Implemented tests for new API functionalities and improved error handling in the AI gateway.
5 lines
299 B
Plaintext
5 lines
299 B
Plaintext
# Branding only — API base paths served via patches/QGuclOcQ.js (sub_filter cannot match ${t}).
|
|
sub_filter 'const e="Open WebUI",t=""' 'const e="UltiAI",t=""';
|
|
sub_filter '<title>Open WebUI</title>' '<title>UltiAI</title>';
|
|
sub_filter '<title>UltiAI (Open WebUI)</title>' '<title>UltiAI</title>';
|