4 个仓库
Platforms for hosting and managing source code repositories.
Explore 4 awesome GitHub repositories matching part of an awesome list · Git Hosting. Refine with filters or upvote what's useful.
Gitea is a self-hosted service designed for managing version control repositories, project issue tracking, and software artifact distribution. It provides a collaborative platform that enables teams to host their own source code, manage development tasks through integrated project boards, and store container images or language-specific packages within a unified environment. The platform distinguishes itself through a built-in automation engine that executes continuous integration and delivery pipelines directly triggered by repository events. It utilizes a background task queue to manage asyn
Lightweight Git server suitable for low-power hardware like Raspberry Pi.
This project is a Git DevOps platform and repository manager providing a complete toolset for hosting Git repositories, managing project tasks, and automating software delivery pipelines. It functions as a self-hosted version control system with integrated access controls, an issue tracker for project management, and a CI/CD pipeline orchestrator. The platform distinguishes itself by integrating DevSecOps capabilities, specifically a security scanner designed to detect secret leaks and API keys during the code review process. It coordinates the entire DevOps lifecycle, linking version control
Comprehensive turn-key solution for Git hosting and management.
Gitolite 是一个用于自托管 Git 仓库的服务器端管理层,通过 SSH 公钥编排仓库设置和用户访问权限。它充当 Git 配置编排器,在中央 Linux 服务器上应用仓库规则和用户角色,以管理托管版本控制数据的生命周期。 该系统的特点是基于 Git 的管理模型,所有用户和访问规则都存储在一个专用的 Git 仓库中,作为单一事实来源。这使得服务器管理员可以通过向该管理仓库推送配置更改来管理托管环境。 该项目提供细粒度的访问控制,使用基于模式的匹配来限制或授予特定分支和标签的权限。它包括将用户和仓库组织成组的功能,并提供了一个受限接口,用于在无需完整 shell 访问权限的情况下执行管理任务和查询服务器状态。
Git hosting with fine-grained access control and advanced features.