Expose viewer host option

This commit is contained in:
oyasumi
2026-08-19 15:25:57 -04:00
committed by alex s
parent 9cd81e5c76
commit 8d3693df8c
3 changed files with 36 additions and 1 deletions
+5
View File
@@ -167,10 +167,15 @@ strix view
# ...or open a specific run by name
strix view my-run-name
# Expose the viewer on all IPv4 interfaces at a fixed port
strix view --host 0.0.0.0 --port 8080 --no-open
```
`strix view` starts a lightweight local server (bound to `127.0.0.1` on a random port) and opens your browser to a private, tokened link. Nothing leaves your machine: the dashboard reads the run's files straight off disk, with no cloud account or upload required. The UI ships prebuilt with Strix, so there is no extra install and no JS build step.
Use `--host 0.0.0.0` to make the viewer reachable from other machines. Replace `0.0.0.0` in the printed URL with the server's reachable IP or hostname. The token in that URL grants access to scan history and steering, so only share it with trusted users and restrict the port with your firewall.
### What's in the dashboard
- **Overview**: run status, target, and a severity breakdown of everything found so far.