feat: cc-hook v1.0 - Claude Code 钩子服务

- Go HTTP 服务,监听 :8082
- 支持 Notification 和 Stop 事件
- 转发至 Gotify 推送通知
- Docker 多阶段构建
- 环境变量配置
- 详细中文 README 文档
This commit is contained in:
2026-06-21 21:49:51 +08:00
parent 5187739a61
commit 2566f9f4aa
8 changed files with 396 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
cc-hook:
build: .
container_name: cc-hook
ports:
- "8082:8082"
environment:
- GOTIFY_URL=http://47.121.181.112:40266
- GOTIFY_TOKEN=AiousrPBE4Cn04C
- PORT=:8082
restart: unless-stopped