Files
server-ops/README.md
fxy 4171581c81 docs: Audiobookshelf v11.0 — 完整部署记录 + 决策经验固化
- TIMELINE: v11.0 有声书服务上线 + 音频归档体系
- CHANGELOG: v1.3.0 Audiobookshelf 部署 + 踩坑记录
- DECISION_LOG: O-2026-06-20 x3 (归档分层/章节排序/部门拆分)
- README: 新增 ebook-library + Audiobookshelf 条目
- 服务清单: 新增 podcast.xybkwd.top + 音频归档
2026-06-20 15:09:01 +08:00

43 lines
1.3 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/ebook-library | 电子书库 + AI读书助手 |
| beast/server-ops | **跨服务的运维日志(本仓库)** |
| — | Audiobookshelf (podcast.xybkwd.top) — 无独立仓库,运维记录在 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`