Commit Graph

4 Commits

Author SHA1 Message Date
cc813e1238 Fix: Bind wws to 0.0.0.0 for container networking
The wws server was binding to 127.0.0.1 by default, which doesn't
allow external connections. Explicitly set --host 0.0.0.0.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 05:51:25 +01:00
d851cef125 Fix: Use correct CMD for wws container
The wws Docker image has an entrypoint, so we just pass the path as CMD.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 05:50:11 +01:00
c8a8ea007d Initial wws serverless functions setup
- Add health check API endpoint (/api)
- Add chat proxy to n8n workflow (/chat)
- Add webhook receiver for external integrations (/webhook)
- Add Dockerfile for container deployment
- Add wws.toml configuration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 05:43:11 +01:00
4aba1199fa Initial commit 2025-12-15 04:41:20 +00:00