Files
nexus/wiki/entities/Gitea.md
2026-04-23 04:02:48 +08:00

26 lines
915 B
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.
---
title: "Gitea"
type: entity
tags: [Git, 版本控制, 自托管]
sources: []
last_updated: 2026-04-09
---
# Gitea
## 描述
轻量级的自托管 Git 服务,托管笔记的版本控制,所有历史版本完整保留。
## 与 Obsidian 笔记系统的集成
通过 Obsidian Git 插件,笔记每次更新都对应一个 Git commit
- **任何时候都能回溯** — 三个月前某台服务器上跑的什么服务,一个 `git log` 就能找到
- **变更有据可查** — "这个端口是什么时候改的?" → commit message 里写得清清楚楚
- **多人协作预留** — 未来如果想让其他 AI Agent 也参与协作Gitea 的权限体系天然支持
## 核心价值
AI 批量改文件的能力越强,越需要版本管理来兜底。自建服务确保私有数据不出内网。
## 相关来源
- [[养虾日记3-用-obsidian-gitea-为-ai-助手构建持久化笔记系统]]