docs(scout): document GitHub token and traffic webhook vars
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
This commit is contained in:
11
README.md
11
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
|
||||
|
||||
Reference in New Issue
Block a user