docs(scout): document GitHub token and traffic webhook vars
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s

This commit is contained in:
OG T
2026-06-07 15:37:58 +08:00
parent bacd0275f8
commit a7b8ffbfbe

View File

@@ -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"
# optionalScout 掃描參數
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