Auto-sync: wiki-ingest 3 sources (2026-04-16)

This commit is contained in:
2026-04-16 00:08:35 +08:00
parent 9688f3f54b
commit 5ae9550d8c
267 changed files with 9537 additions and 1163 deletions

26
wiki/entities/Gitea.md Normal file
View File

@@ -0,0 +1,26 @@
---
id: gitea
title: "Gitea"
type: entity
tags: [Git, 自托管, 版本控制]
sources: ["养虾日记3-Obsidian-Gitea持久化笔记系统.md"]
last_updated: 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 记录变更来源和内容
- 私有内网运行,数据不出域
## Related Entities
- [[Obsidian]]:笔记前端
- [[OpenClaw]]:写入接口