auto-save 2026-05-09 16:40 (~7)

This commit is contained in:
2026-05-09 16:40:34 +08:00
parent 211ce9de23
commit af00c61db6
7 changed files with 158 additions and 74 deletions

View File

@@ -15,6 +15,7 @@
`server/feishu_bridge.py` 提供飞书双向桥接:
- `POST /feishu/events`: 飞书事件回调 → Hermes → 飞书回复
- `POST /feishu/events/{app_id}`: 多个飞书机器人共用桥服务时按路径区分
- `POST /feishu/notify`: Hermes / 内部系统主动推送到飞书
线上已部署为 systemd `hermes-feishu-bridge.service`nginx 已公开 `/feishu/` 反代。凭证通过部署环境变量配置,详见 `server/feishu-bridge.env.example`;不要把 App Secret、Hermes API key 或通知 token 写入仓库。