Commit Graph

8 Commits

Author SHA1 Message Date
91bc69e178 feat: Hammer Dashboard with sidebar navigation (HQ-21)
- Add React Router with sidebar layout (DashboardLayout)
- Queue is now a routed page at /queue
- Chat placeholder page at /chat
- Admin page accessible from sidebar
- Dark sidebar with amber accent for active nav
- Updated CORS and auth to support dash.donovankelly.xyz
- Renamed to Hammer Dashboard
2026-01-29 02:14:25 +00:00
5c2e372ed2 fix: use hooks.hammer.donovankelly.xyz for webhook (HQ-20) 2026-01-29 02:09:41 +00:00
40c277c41a fix: use HTTPS for webhook URL (HQ-20)
- Default to https://hooks.donovankelly.xyz/hooks/agent
- Remove hardcoded token from compose defaults
- Token must be set via CLAWDBOT_HOOK_TOKEN env var in Dokploy
2026-01-29 02:05:25 +00:00
b27a55eb91 fix: webhook defaults for cross-server deployment (HQ-20)
- Default CLAWDBOT_HOOK_URL to VPS hook-proxy (72.60.68.214:18790)
- Add default CLAWDBOT_HOOK_TOKEN in compose for Dokploy deploys
- Add extra_hosts for host.docker.internal resolution
- Queue backend on remote server can now reach Clawdbot gateway
2026-01-29 02:03:47 +00:00
9a99b612ba feat: webhook to Clawdbot when task activated + session auth for all mutations 2026-01-28 23:36:40 +00:00
96d81520b9 feat: add BetterAuth authentication
- Add better-auth to backend and frontend
- Create auth tables (users, sessions, accounts, verifications)
- Mount BetterAuth handler on /api/auth/*
- Protect GET /api/tasks with session auth
- Add login page with email/password
- Add invite route for creating users
- Add logout button to header
- Cross-subdomain cookies for .donovankelly.xyz
- Fix page title to 'Hammer Queue'
- Keep bearer token for admin mutations (separate from session auth)
- Update docker-compose with BETTER_AUTH_SECRET and COOKIE_DOMAIN
2026-01-28 23:19:57 +00:00
52b6190d43 fix: expose port 80 instead of host binding for Dokploy/Traefik 2026-01-28 23:07:01 +00:00
0a8d5486bb Initial scaffold: Hammer Queue task dashboard
- Backend: Elysia + Bun + Drizzle ORM + PostgreSQL
- Frontend: React + Vite + TypeScript + Tailwind CSS
- Task CRUD API with bearer token auth for writes
- Public read-only dashboard with auto-refresh
- Task states: active, queued, blocked, completed, cancelled
- Reorder support for queue management
- Progress notes per task
- Docker Compose for local dev and Dokploy deployment
2026-01-28 22:55:16 +00:00