Crawler (Majestic Million → undici → cheerio → Meilisearch), Hono search API with P2P peer federation, Cloudflare Worker frontend, VM provisioning scripts. Adds README, .gitignore, and moves VM credentials out of deploy.sh into a git-ignored deploy.env. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
12 lines
329 B
JSON
12 lines
329 B
JSON
{
|
|
"name": "search-engine-frontend",
|
|
"main": "src/index.ts",
|
|
"compatibility_date": "2025-01-01",
|
|
"compatibility_flags": ["nodejs_compat"],
|
|
"routes": [
|
|
{ "pattern": "search.theradicalparty.com/*", "zone_name": "theradicalparty.com" }
|
|
],
|
|
"vars": {
|
|
"API_URL": "http://search-api.theradicalparty.com:3000"
|
|
}
|
|
}
|