Commit Graph

8 Commits

Author SHA1 Message Date
William Valentin ba6abfb078 feat: add brave search container and toolset 2026-02-22 20:12:54 -08:00
William Valentin 8fcbb5f521 Add whisper docker dependency status to gateway dashboard 2026-02-22 19:20:09 -08:00
William Valentin 4f3810ba4c Revert "Use local Whisper compose stack"
This reverts commit 5f833e84a6.
2026-02-13 23:28:49 -08:00
William Valentin 8fa2a6de9d Revert "Fix whisper compose healthcheck"
This reverts commit 93991dd685.
2026-02-13 23:28:46 -08:00
William Valentin 93991dd685 Fix whisper compose healthcheck 2026-02-13 22:52:44 -08:00
William Valentin 5f833e84a6 Use local Whisper compose stack 2026-02-13 22:22:04 -08:00
William Valentin b0092c8284 docs: add whisper-server to docker-compose.yml
- Add commented-out whisper-server service to docker-compose.yml
- Update README to show both manual docker run and docker-compose options
2026-02-11 19:49:56 -08:00
William Valentin b50c140d25 feat: add Docker support and inbound webhooks (Tier 2)
- Dockerfile: multi-stage build (node:22-alpine), better-sqlite3 native deps handled
- .dockerignore + docker-compose.yml for deployment
- FLYNN_DATA_DIR env var support in daemon, CLI, and TUI
- WebhookHandler: ChannelAdapter for HTTP POST /webhooks/:name
- Per-webhook HMAC auth, template rendering ({{body}}, {{json.field}})
- Config schema: automation.webhooks array with name/secret/message/output
- Gateway routes webhook requests before static files (bypasses gateway auth)
- 23 new tests for webhook functionality, 874 total tests passing
2026-02-07 14:36:05 -08:00