Commit Graph
4 Commits
Author SHA1 Message Date
bkvargyas 1bf2298f3f Trigger deploy: verify push-to-deploy webhook 2026-09-03 17:32:11 -04:00
bkvargyas 6a3f966758 Release 0.2.0: changelog, version reporting, push-to-deploy
- CHANGELOG.md following Keep a Changelog, covering 0.1.0 and 0.2.0
- server/version.js reads the version from package.json; /healthz returns it
  and the footer renders it, so a deployment always states what it is serving
- bump package.json 0.1.0 -> 0.2.0
2026-09-03 17:31:21 -04:00
bkvargyas 074c7ae5d4 Add Komodo deploy compose (shared tunnel, no cloudflared sidecar)
The stack is deployed by Komodo onto an existing Docker host that already sits
behind a shared Cloudflare Tunnel, so the app publishes a host port and the
tunnel routes the public hostname to it. Secrets come from the stack env.
2026-09-03 16:43:46 -04:00
bkvargyasandClaude Fable 5.1 5ade592384 Courtside MVP: engine, web app, Docker + Cloudflare Tunnel deploy, docs
Tournament engine (pools, single/double elimination, standings with proper
tiebreaks, withdrawals, two-court queue with ETAs and alerts), a single-process
Node server with SQLite via node:sqlite and a WebSocket live board, organizer
desk, QR landing page that follows the tournament phase, Dockerfile and
compose with cloudflared, and documentation for deploying and running a day.

Co-Authored-By: Claude Fable 5.1 <[email protected]>
Claude-Session: https://claude.ai/code/session_01MB7nCCAscYsb3zzkT6LHZi
2026-09-03 20:31:46 +00:00