831 B
831 B
id, title, type, tags, sources, last_updated
| id | title | type | tags | sources | last_updated | ||||
|---|---|---|---|---|---|---|---|---|---|
| gitea | Gitea | entity |
|
|
2026-04-15 |
Overview
Gitea 是自托管 Git 服务(类似 GitHub/GitLab),提供私有 Git 仓库,内网运行数据不出域。本笔记体系中用于 Obsidian 笔记的版本控制。
Key Attributes
- 类型:自托管 Git 服务
- 部署方式:Docker
- 用途:Obsidian 笔记版本管理 + Agent 工作输出持久化
Role in System
- Obsidian 笔记通过 Git 插件自动 commit 到 Gitea 仓库
- 每次笔记更新对应一个 Git commit,支持任意时间点回溯
- Commit message 记录变更来源和内容
- 私有内网运行,数据不出域