
Gitea
Gitea is a lightweight, self-hosted Git service with repositories, pull requests, issues, wiki, packages, and built-in CI/CD via Actions and runners.

Gitea is a lightweight, all-in-one software development platform for hosting Git repositories and collaborating on code. It provides a web UI and APIs for managing projects, reviewing changes, and automating workflows.
Key Features
- Git repository hosting with web UI (browse code, commits, branches, tags, releases)
- Pull requests with code review, discussions, and merge workflows
- Issue tracker with labels, milestones, and project collaboration features
- Organization and team management with fine-grained permissions
- Built-in CI/CD via Gitea Actions with self-hostable runners
- Integrated package registry capabilities (e.g., npm and Maven)
- Webhooks and REST API for integrations and automation
Use Cases
- Host private Git repositories for teams and organizations
- Replace or complement GitHub/GitLab for lightweight code collaboration
- Run internal CI pipelines and publish packages in an on-prem environment
Limitations and Considerations
- Some advanced enterprise features found in heavier platforms may require external tooling or integrations
Gitea is well-suited for individuals and teams that want a fast, resource-efficient Git forge with modern collaboration features and optional built-in automation. It can serve as a central hub for source code, reviews, issues, and developer workflows in a single service.























