Files
nexus/wiki/entities/Gitea.md

27 lines
831 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.
---
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]]:写入接口