Files
vps-management-bot/memory/2026-03-15.md
2026-03-21 01:10:53 +08:00

47 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 2026-03-15 记忆
## 企业微信 Bot 配置 [P0]
- **Mac mini**: Bot ID: aibOjvH4GgWueGPgyiycZ3PPuG-FmjuLtjU
- **N100**: Bot ID: aibkwKpcVocNqPSXpZDyNSoTaMxHFp_QOF9
- 插件: @wecom/wecom-openclaw-plugin v1.0.11
- 财联社 3/14 新闻: 企业微信已支持一键扫码接入 OpenClaw
- 企业微信群聊需要 @机器人 才能触发回复API 限制)
## Bero 备份修复 [P1]
- 备份脚本已更新到 v3.16
- 本地备份: /var/snapshots/bero_*.tar.gz (102MB)
- 远程备份: OVH /data/backup/bero/ (已手动同步)
- TG 通知测试成功
- Cron: 每3天凌晨3点
## OVH 备份清理 [P1]
- 删除: emby-old, koipy-hk, koipy1, koipy2, oc2, netcup (约 9GB)
- 修复: ovh097 目录结构
- 当前活跃备份: bero, dpnet, gomami, greensjc, hdy, hkpre, oc3, ovh097, xianyu
## aff-monitor RFCHost 产品 [P1]
- 添加 12 款 RFCHost 产品(香港/美国/日本/新加坡)
- aff 链接格式: https://my.rfchost.com/aff.php?aff=1664&pid=xxx
- 优惠码: "我是高手我不需要发工单"
- 产品选择界面添加搜索功能
- 优惠码改为可复制格式monospace
## Control UI 面板 [P1]
- Mac mini 已启用 Control UI
- 访问地址: http://localhost:18790 或 https://home.9929.hk
- 配置: allowedOrigins + dangerouslyAllowHostHeaderOriginFallback
## PUA Skill 安装 [P2]
- 安装位置: ~/.openclaw/skills/pua/
- 来源: https://github.com/tanweai/pua
- 功能: 任务失败时用 PUA 话术"激励" AI 不放弃
## Control UI 配置踩坑 [P1][2026-03-15 20:06]
- 尝试配置 Control UI 远程访问时多次修改 gateway.bind 配置
- 错误操作: 直接在 openclaw.json 中添加 "host" 字段(不支持的配置项)
- 导致 Gateway 无法启动,报错: `gateway: Unrecognized key: "host"`
- 修复: 运行 `openclaw doctor --fix` 清理无效配置项
- OpenClaw 自动升级到 2026.3.13 (61d171a)
- Gateway 恢复正常运行
- **教训**: 不要手动编辑 gateway 配置,使用 `openclaw gateway` 命令或 `gateway` tool