-
released this
2026-09-03 21:31:21 +00:00 | 3 commits to main since this releaseFirst deployed release. Courtside now runs as a managed stack rather than a
docker compose upon someone's laptop.Added
docker-compose.komodo.yml— deployment compose for a host already behind a shared Cloudflare Tunnel. Publishes a host port instead of bundling acloudflaredsidecar, so there is one tunnel to operate rather than one per app.- Version reporting:
server/version.jsreads the version frompackage.json;GET /healthzreturns it asversion, and the footer rendersCourtside v<x.y.z>. CHANGELOG.md.- Push-to-deploy: a push to
mainrebuilds and redeploys the stack automatically.
Notes
- The original
docker-compose.yml(app + its owncloudflared) is unchanged and remains the right choice for a standalone install, perdocs/DEPLOY.md. - No database migration. State is JSON documents in SQLite created with
CREATE TABLE IF NOT EXISTS; upgrading is a container replacement.
Full changelog: CHANGELOG.md
Downloads