25 lines
630 B
Markdown
25 lines
630 B
Markdown
---
|
|
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 扫描 |