feat: webhook to Clawdbot when task activated + session auth for all mutations

This commit is contained in:
2026-01-28 23:36:40 +00:00
parent b7df98bd94
commit 9a99b612ba
4 changed files with 373 additions and 55 deletions

View File

@@ -21,6 +21,8 @@ services:
BETTER_AUTH_SECRET: ${BETTER_AUTH_SECRET}
BETTER_AUTH_URL: https://queue.donovankelly.xyz
COOKIE_DOMAIN: .donovankelly.xyz
CLAWDBOT_HOOK_URL: ${CLAWDBOT_HOOK_URL}
CLAWDBOT_HOOK_TOKEN: ${CLAWDBOT_HOOK_TOKEN}
PORT: "3100"
depends_on:
- db