v2.4.0
Reverse Proxy Support
Seamlessly connect to Open WebUI instances behind authentication proxies like oauth2-proxy, Authelia, Authentik, Pangolin, Cloudflare Tunnel, etc. Conduit automatically detects when proxy authentication is required and guides you through the login flow—no endpoint allowlisting or server-side configuration needed. Proxy session cookies are captured from the native cookie store and included in all subsequent API requests.
What's Changed
- add-proxy-authentication-webview by @cogwheel0 in https://github.com/cogwheel0/conduit/pull/294
- fix-background-streaming-sync by @cogwheel0 in https://github.com/cogwheel0/conduit/pull/299
- native-context-menus-ios by @cogwheel0 in https://github.com/cogwheel0/conduit/pull/300
- chore: Update dependencies to latest versions by @cogwheel0 in https://github.com/cogwheel0/conduit/pull/301
- fix(widget): Improve MiddleEllipsisText Unicode and surrogate handling by @cogwheel0 in https://github.com/cogwheel0/conduit/pull/302
- fix(chat): Reset model selection when starting new conversation by @cogwheel0 in https://github.com/cogwheel0/conduit/pull/303
Full Changelog: https://github.com/cogwheel0/conduit/compare/v2.3.9...v2.4.0