Make dashboard host configurable (LAN reachable via dashboard.host / --host)

This commit is contained in:
Denton Social
2026-09-23 14:36:15 -05:00
parent 356ae2d46d
commit 98d6e09730
3 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -20,5 +20,5 @@
},
"log": "data/decisions.jsonl",
"trace": "data/runs.jsonl",
"dashboard": {"port": 8765}
"dashboard": {"port": 8765, "host": "0.0.0.0"}
}