feat: implement self-signed certificate support in API and UI
- Added support for self-signed TLS certificates in the ApiService, allowing configuration based on server settings. - Introduced a toggle in the ServerConnectionPage to enable or disable trusting self-signed certificates. - Updated localization files to include new strings for self-signed certificate settings in multiple languages. - Enhanced the OptimizedStorageService to manage trusted servers based on user preferences for self-signed certificates. - Improved error handling and logging throughout the affected services to ensure clarity and maintainability.
This commit is contained in:
@@ -224,8 +224,7 @@ flutter pub run build_runner build --delete-conflicting-outputs
|
||||
|
||||
If you protect Open‑WebUI with SSO or a reverse proxy (Authlia, Authentik,
|
||||
etc.), whitelist these path prefixes so Conduit can complete login, sync, and
|
||||
streaming flows. Paths are relative to your server base URL; replace tokens like
|
||||
`{chatId}` with actual identifiers.
|
||||
streaming flows. Paths are relative to your server base URL.
|
||||
|
||||
- `/health`
|
||||
- `/api/*`
|
||||
|
||||
Reference in New Issue
Block a user