From a7b8ffbfbe9cbbb427b60ef14cdeb5aa360a9304 Mon Sep 17 00:00:00 2001 From: OG T Date: Sun, 7 Jun 2026 15:37:58 +0800 Subject: [PATCH] docs(scout): document GitHub token and traffic webhook vars --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 18b79e2..72f97fa 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,17 @@ git pull origin main E2B_API_KEY="your-e2b-key" # 供 MCP Server 認證使用的 API Key API_KEY="your-secure-mcp-key" +# Scout Bot:提供 GitHub Token,可避免 API 速率限制並能真正貼上 comment +GITHUB_TOKEN="github_pat_..." +# 監控告警:外部導流/外部操作事件 webhook(可留空) +VIBEWORK_TRAFFIC_WEBHOOK_URL="https://your-webhook" +# optional:只允許有 token 的 /api/traffic 查詢 +TRAFFIC_MONITOR_TOKEN="your-monitor-token" +# optional:Scout 掃描參數 +SCOUT_CRON_EXPRESSION="*/3 * * * *" +SCOUT_TARGET_REPOS="open-webui/open-webui,microsoft/vscode,..." +SCOUT_PER_PAGE=80 +SCOUT_MAX_ISSUES_PER_SCAN=90 ``` ### 2. 啟動 Docker Compose