mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-06-20 13:00:11 +02:00
cfbeabda1e
* feat(telegram): auto-translate OSINT channel posts to English Cherry-picked from @Bobpick PR #391 (telegram-only slice): server-side translation during fetch, SHOW ORIGINAL toggle in TelegramOsintPopup, and on-demand /api/telegram-feed?lang=. Co-authored-by: Robert Pickett <bobpickettsr@yahoo.com> Co-authored-by: Cursor <cursoragent@cursor.com> * feat(gt): experimental Derived OSINT analytics with lean-node safeguards Cherry-picked from @Bobpick PR #391 (GT + OpenClaw slice): Bayesian strategic-risk engine, map overlay, OpenClaw commands, and telegram_rhetoric watchdog. Off by default (GT_ANALYTICS_ENABLED=false, gt_risk layer false). 1 vCPU nodes get cgroup detection, UI warning on layer toggle, and lean profile that skips scheduled ingest/Louvain unless GT_ANALYTICS_ACK_LOW_CPU=true. Backtest HUD removed from dashboard (OpenClaw/API regression only). Co-authored-by: Robert Pickett <bobpickettsr@yahoo.com> Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Robert Pickett <bobpickettsr@yahoo.com> Co-authored-by: Cursor <cursoragent@cursor.com>
25 lines
992 B
YAML
25 lines
992 B
YAML
# Fleet participant — Infonet swarm + DM relay. OSINT fetchers stay on unless
|
|
# MESH_ONLY=true in .env (lean mode for DM-only E2E / low-memory nodes).
|
|
services:
|
|
backend:
|
|
environment:
|
|
MESH_ONLY: "${MESH_ONLY:-false}"
|
|
SHADOWBROKER_MESH_NODE_RUNTIME: "${SHADOWBROKER_MESH_NODE_RUNTIME:-true}"
|
|
MESH_ARTI_ENABLED: "true"
|
|
MESH_INFONET_FLEET_JOIN: "${MESH_INFONET_FLEET_JOIN:-true}"
|
|
MESH_INFONET_FLEET_JOIN_DISABLED: "${MESH_INFONET_FLEET_JOIN_DISABLED:-false}"
|
|
MESH_WORMHOLE_TRUST_FILE_READY: "true"
|
|
PRIVACY_CORE_ALLOWED_SHA256: "5dd4b65a317277917842b12d7b430d49913789982ba906bd9a0ea6006d40e28a"
|
|
MESH_RELAY_PUSH_TIMEOUT_S: "300"
|
|
MESH_RELAY_MAX_FAILURES: "12"
|
|
MESH_DM_PENDING_PER_SENDER_LIMIT: "8"
|
|
MESH_DM_PERSIST_SPOOL: "true"
|
|
WORMHOLE_STARTUP_DEADLINE_S: "90"
|
|
GT_ANALYTICS_ENABLED: "false"
|
|
GT_ANALYTICS_PROFILE: "lean"
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
cpus: "1"
|
|
memory: 4G
|