diff --git a/surfsense_web/components/assistant-ui/connector-popup/config/connector-status-config.json b/surfsense_web/components/assistant-ui/connector-popup/config/connector-status-config.json index 470ff22e9..6ed792b8e 100644 --- a/surfsense_web/components/assistant-ui/connector-popup/config/connector-status-config.json +++ b/surfsense_web/components/assistant-ui/connector-popup/config/connector-status-config.json @@ -1,5 +1,36 @@ { - "connectorStatuses": {}, + "connectorStatuses": { + "GOOGLE_DRIVE_CONNECTOR": { + "enabled": true, + "status": "warning", + "statusMessage": "Our Google OAuth app is not verified. You may see a 'non-verified app' warning during sign-in." + }, + "GOOGLE_GMAIL_CONNECTOR": { + "enabled": true, + "status": "warning", + "statusMessage": "Our Google OAuth app is not verified. You may see a 'non-verified app' warning during sign-in." + }, + "GOOGLE_CALENDAR_CONNECTOR": { + "enabled": true, + "status": "warning", + "statusMessage": "Our Google OAuth app is not verified. You may see a 'non-verified app' warning during sign-in." + }, + "YOUTUBE_CONNECTOR": { + "enabled": true, + "status": "warning", + "statusMessage": "Doesn't work on cloud version due to YouTube blocks. Will be fixed soon." + }, + "WEBCRAWLER_CONNECTOR": { + "enabled": true, + "status": "warning", + "statusMessage": "Some requests may be blocked if not using Firecrawl." + }, + "GITHUB_CONNECTOR": { + "enabled": false, + "status": "maintenance", + "statusMessage": "Rework in progress." + } + }, "globalSettings": { "showWarnings": true, "allowManualOverride": false