Self-hosted Git service¶
A self-hosted Git service allows teams and individuals to manage source code and version control on their own private servers rather than relying on third-party cloud providers^[400-devops-10-version-control-gitea.md, 400-devops__10-Version-Control__gitea.md].
Overview¶
This approach provides an alternative to platforms like GitHub or GitLab, offering full control over data, infrastructure, and security.^[400-devops-10-version-control-gitea.md, 400-devops__10-Version-Control__gitea.md]
Gitea¶
Gitea is a popular open-source application described as a "painless self-hosted git service"^[400-devops-10-version-control-gitea.md, 400-devops__10-Version-Control__gitea.md]. It is designed to be lightweight and easy to deploy^[400-devops-10-version-control-gitea.md, 400-devops__10-Version-Control__gitea.md].
Deployment¶
Gitea supports various installation methods, with Docker being a commonly recommended approach for containerized deployment^[400-devops-10-version-control-gitea.md, 400-devops__10-Version-Control__gitea.md].
Related Concepts¶
- [[Git]]
- DevOps
- [[Version Control]]
- [[Docker]]
Sources¶
400-devops-10-version-control-gitea.md400-devops__10-Version-Control__gitea.md