Files
server-ops/README.md

41 lines
1.1 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.

# 服务器运维日志 (Server Ops Log)
记录跨服务的版本变动、部署记录、经验沉淀。
## 仓库定位
所有 Gitea 单仓库覆盖不到的运维活动都记录在这里:
- 服务器配置变更Caddy、systemd、cron
- 跨仓库的功能变动总结
- 工程规范的确立和修订
- 踩坑记录和经验教训
## 与其他仓库的关系
| 仓库 | 职责 |
|:---|:---|
| beast/dashboard | Dashboard 代码+文档 |
| beast/freqtrade-strategies | 策略全生命周期 |
| beast/nav-page | 导航页 |
| beast/inspiration-collector | 灵感采集+AI摘要 |
| beast/ai-chat | AI 对话 |
| beast/todo-system | 待办系统 |
| beast/daily-brief | 日报生成 |
| beast/server-ops | **跨服务的运维日志(本仓库)** |
## 目录结构
```
server-ops/
├── daily/ # 每日运维总结YYYY-MM-DD.md
├── changelogs/ # 跨服务版本变更记录
├── decisions/ # 工程规范决策
├── README.md
└── CHANGELOG.md
```
## 每日运维总结机制
每天收尾时自动生成 `daily/YYYY-MM-DD.md`,覆盖当日所有服务变动。
格式参考 `daily/2026-06-14.md`