Add Brave API key to openclaw, fix uptime-kuma auth and TCP monitors

- openclaw: expose BRAVE_API_KEY env var for web search tool
- uptime-kuma: prefer username/password auth (API key token auth unreliable)
- uptime-kuma: add TCP monitor type support to manage_monitors.py
This commit is contained in:
2026-02-23 19:14:01 +00:00
parent c4157023f6
commit fecb4831ad
2 changed files with 13 additions and 5 deletions
+1
View File
@@ -11,6 +11,7 @@ services:
- OPENCLAW_GATEWAY_TOKEN=${OPENCLAW_GATEWAY_TOKEN}
# Enable Ollama provider (opt-in via env var)
- OLLAMA_API_KEY=ollama-local
- BRAVE_API_KEY=${BRAVE_API_KEY}
volumes:
- /srv/openclaw/config:/home/node/.openclaw
- /srv/openclaw/workspace:/home/node/.openclaw/workspace