* remove Every App SDK and add auth modes for Cloudflare Access and local_noauth * align local dev auth defaults and normalize Access team domain * Apply suggestions from code review * restore local drizzle D1 URL helper * save * fix auth error mapping and document self-hosting setup * Tweak readme * improve auth config error UI and remove manifest link * fix team domain config validation and docs anchor
38 lines
786 B
JSON
38 lines
786 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "open-seo",
|
|
"main": "src/server.ts",
|
|
"compatibility_date": "2025-09-02",
|
|
"compatibility_flags": ["nodejs_compat"],
|
|
"observability": {
|
|
"enabled": true,
|
|
},
|
|
"workflows": [
|
|
{
|
|
"name": "site-audit-workflow",
|
|
"binding": "SITE_AUDIT_WORKFLOW",
|
|
"class_name": "SiteAuditWorkflow",
|
|
},
|
|
],
|
|
"kv_namespaces": [
|
|
{
|
|
"binding": "KV",
|
|
"id": "4abd52f3f2c549ac83cc2cb4ceec8620",
|
|
},
|
|
],
|
|
"d1_databases": [
|
|
{
|
|
"binding": "DB",
|
|
"database_name": "open-seo",
|
|
"database_id": "37bee90a-e1aa-404f-b01e-b0d1d479bda1",
|
|
"migrations_dir": "drizzle",
|
|
},
|
|
],
|
|
"r2_buckets": [
|
|
{
|
|
"bucket_name": "open-seo",
|
|
"binding": "R2",
|
|
},
|
|
],
|
|
}
|