Externalize audit pipeline services

This commit is contained in:
2026-06-07 23:06:31 +02:00
parent 470fb0f348
commit a45b92ea0a
42 changed files with 3141 additions and 247 deletions

View File

@@ -1,8 +1,12 @@
# App / Coolify
APP_ENV=development
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_APP_URL=https://audit.matthias-meister-webdesign.de
# TASK-8 Playwright
# Personal deployment scope
# This repo currently targets audit.matthias-meister-webdesign.de with managed
# server-side provider keys. SaaS BYO keys, billing, and team roles come later.
# Legacy TASK-8 Playwright enrichment (not required for the new external pipeline)
TASK8_CRAWL_TIMEOUT_MS=60000
TASK8_CRAWL_MAX_PAGES=20
TASK8_BROWSER_ASSET_URL=
@@ -31,6 +35,12 @@ OPENROUTER_MODEL_QUALITY_REVIEW=
OPENROUTER_APP_NAME=
OPENROUTER_APP_URL=
# ScreenshotOne
SCREENSHOTONE_API_KEY=
# Jina (optional fallback; no key required for current readiness)
JINA_API_KEY=
# SMTP / Stalwart
SMTP_HOST=
SMTP_PORT=465