mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
feat: add connector statuses with warnings and maintenance messages for various connectors
This commit is contained in:
parent
54b1107194
commit
11915df97b
1 changed files with 32 additions and 1 deletions
|
|
@ -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": {
|
"globalSettings": {
|
||||||
"showWarnings": true,
|
"showWarnings": true,
|
||||||
"allowManualOverride": false
|
"allowManualOverride": false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue