4 Repos
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 ist eine serverseitige Verwaltungsschicht für selbst gehostete Git-Repositories, die Repository-Einstellungen und Benutzerzugriffe über SSH-Public-Keys orchestriert. Es fungiert als Konfigurations-Orchestrator für Git, der auf einem zentralen Linux-Server Repository-Regeln und Benutzerrollen anwendet, um den Lebenszyklus gehosteter Versionskontrolldaten zu verwalten. Das System zeichnet sich durch sein Git-basiertes Verwaltungsmodell aus, bei dem alle Benutzer und Zugriffsregeln in einem dedizierten Git-Repository gespeichert sind, das als Single Source of Truth dient. Dies ermöglicht es Serveradministratoren, die Hosting-Umgebung durch das Pushen von Konfigurationsänderungen in dieses administrative Repository zu verwalten. Das Projekt bietet eine granulare Zugriffskontrolle und nutzt musterbasierten Abgleich, um Berechtigungen für bestimmte Branches und Tags einzuschränken oder zu erteilen. Es umfasst Funktionen zur Organisation von Benutzern und Repositories in Gruppen und bietet eine eingeschränkte Schnittstelle zur Ausführung administrativer Aufgaben und zur Abfrage des Serverstatus über SSH, ohne dass ein vollständiger Shell-Zugriff erforderlich ist.
Git hosting with fine-grained access control and advanced features.