Auto-sync: 2026-04-17 13:17

This commit is contained in:
2026-04-17 13:17:36 +08:00
parent d6d05815db
commit 3b8e779cc0
24 changed files with 982 additions and 75 deletions

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

@@ -0,0 +1,25 @@
---
title: "Gitea"
type: entity
tags: [git, self-hosted, devops]
sources: [self-healing-home-server-infrastructure-management]
last_updated: 2026-04-17
---
## Description
自托管 Git 服务,适合本地优先 Git 工作流。在 AI Agent 场景中作为推送到公共仓库前的中转站。
## Key Features
- 轻量级,自托管
- 支持 CI/CD (Woodpecker)
- 代码浏览、Issue、PR 管理
- Webhook 支持
## Use Cases
- 本地优先 Git 工作流的中转仓库
- 私有代码托管
- CI/CD pipeline 集成
## Related
- [[GitHub]] — 公共代码托管平台
- [[TruffleHog]] — 配合 Gitea 进行 secret 扫描