mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-08-17 16:07:24 +02:00
Document Docker OpenClaw HMAC setup in README and compose.
Covers host-side agent auth, data/openclaw.env persistence, verify_hmac.py, and backend vs frontend port guidance (#424). Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -100,6 +100,9 @@ services:
|
||||
- GT_ANALYTICS_HIGH_RISK_THRESHOLD=${GT_ANALYTICS_HIGH_RISK_THRESHOLD:-0.6}
|
||||
- GT_ANALYTICS_BASE_PRIOR=${GT_ANALYTICS_BASE_PRIOR:-0.15}
|
||||
- GT_ANALYTICS_WATCHED_CHANNELS=${GT_ANALYTICS_WATCHED_CHANNELS:-}
|
||||
# Optional override. Leave unset and use AI Intel → Connect Agent → Bootstrap
|
||||
# instead — the UI persists OPENCLAW_HMAC_SECRET to data/openclaw.env on the
|
||||
# backend_data volume so host-side agents can HMAC-auth after container restarts.
|
||||
- OPENCLAW_HMAC_SECRET=${OPENCLAW_HMAC_SECRET:-}
|
||||
volumes:
|
||||
- backend_data:/app/data
|
||||
|
||||
Reference in New Issue
Block a user