Auto-sync: wiki-ingest 3 sources (2026-04-16)
This commit is contained in:
26
wiki/entities/Gitea.md
Normal file
26
wiki/entities/Gitea.md
Normal 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]]:写入接口
|
||||
Reference in New Issue
Block a user