awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sameersbn avatar

sameersbn/docker-gitlab

0
View on GitHub↗
8,093 stars·2,142 forks·Shell·MIT·9 vueswww.damagehead.com/docker-gitlab↗

Docker Gitlab

Ce projet fournit une plateforme DevOps conteneurisée en empaquetant une installation GitLab complète dans des images Docker. Il permet le déploiement d'un environnement auto-hébergé qui intègre le contrôle de version Git, la gestion de projet et les pipelines d'intégration et de livraison continues sur une infrastructure privée.

L'implémentation prend en charge le déploiement via Docker Compose ou l'orchestration via Docker Swarm, permettant des piles évolutives avec des registres de conteneurs intégrés. Elle utilise des variables d'environnement pour la configuration et prend en charge le déchargement des artefacts et des sauvegardes vers un stockage d'objets distant et des conteneurs de base de données externes.

La plateforme couvre un large éventail de capacités opérationnelles, y compris l'intégration d'identité avec LDAP, SAML et OAuth, ainsi que des routines automatisées de sauvegarde et de récupération du système. Elle inclut également des outils pour la mise en réseau sécurisée via la configuration SSL/TLS, le routage du trafic proxy et l'hébergement de pages de projet statiques.

Les tâches administratives sont gérées via des utilitaires en ligne de commande pour la maintenance et la surveillance de la santé, tandis que la communication système est gérée via des configurations SMTP et IMAP.

Features

  • Self-Hosted Deployment Tools - Provides a full GitLab installation packaged as Docker containers for deployment on private infrastructure.
  • Database Backend Integration - Links the application to remote database containers or servers to ensure persistent data storage.
  • Persistent Volume Mapping - Maps host file system paths to internal container directories to maintain data persistence.
  • Dockerized Services - Delivers a pre-built service container integrating version control, project management, and issue tracking.
  • Container Isolation Technologies - Ships the entire platform as a portable Docker image to ensure consistent environments across hosts.
  • Application Bundles - Packages a complete GitLab installation as a Docker image for simplified deployment.
  • Containerized Application Deployments - Provides a complete software environment packaged as portable container images for deployment.
  • Containerized Platforms - Provides a complete DevOps software environment packaged for containerized deployment.
  • Deployment Orchestration - Supports scalable deployment of interconnected services across multiple nodes using Docker Swarm orchestration.
  • Docker Swarm Orchestration - Orchestrates the deployment of GitLab into Docker Swarm clusters with integrated registries and databases.
  • Self-Hosted Platform as a Service - Provides a comprehensive self-hosted platform experience including repository hosting and CI/CD pipelines.
  • External Identity Provider Integration - Integrates with external identity providers such as LDAP, SAML, and OAuth for secure user authentication.
  • Third-Party Authentication Providers - Supports user authentication via third-party sign-in providers including GitHub and Twitter.
  • Automated Backup Systems - Schedules recurring system backups and stores them in remote cloud storage for disaster recovery.
  • Backup and Recovery - Manages the creation of scheduled backups for repositories and databases to recover from data loss.
  • Backup and Recovery Systems - Implements automated scheduling of system backups and synchronization to remote cloud storage.
  • Container Registries - Ships a built-in registry for storing and managing container images.
  • Application State Caching - Integrates with remote key-value stores to cache frequently accessed data and reduce application response times.
  • Remote Object Storage Integrations - Offloads large artifacts and files to remote object storage to reduce local disk usage.
  • Repository Importers - Processes bare git repositories into the system using automated import tasks to migrate code.
  • Cloud Backups - Automatically uploads backup archives to remote cloud providers for offsite redundancy.
  • Environment Variable Configurations - Uses environment variables to inject runtime settings and configuration parameters into the container.
  • Service Connectivity Mapping - Connects the core application to external database and cache containers via virtual networks.
  • Network Security Configurations - Supports configuring SSL/TLS certificates and trusted proxy settings to secure web traffic.
  • Proxy Traffic Management - Manages incoming web requests through a proxy layer that handles SSL termination and IP forwarding.
  • Proxy Trust Management - Implements trusted proxy and real IP configurations to correctly identify client source IPs when behind a load balancer.
  • Identity Provider Integrations - Integrates with external authentication providers like LDAP, SAML, and OAuth for identity management.
  • TLS/SSL Configurations - Configures SSL/TLS certificates, keys, and ciphers to ensure encrypted and secure network communication.
  • System Administration Tools - Provides utilities for managing system health, maintenance tasks, and internal feature flags.
  • System Maintenance Scripts - Provides administrative command-line utilities to execute maintenance scripts and health routines.
  • Image and Dockerfile Tools - Containerized version of collaborative development software.
  • Gestion de projet - Self-hosted Git repository and project management server.

Historique des stars

Graphique de l'historique des stars pour sameersbn/docker-gitlabGraphique de l'historique des stars pour sameersbn/docker-gitlab

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Docker Gitlab

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Docker Gitlab.
  • linkedin/school-of-sreAvatar de linkedin

    linkedin/school-of-sre

    8,093Voir sur GitHub↗

    This project is a comprehensive educational resource and curriculum focused on site reliability engineering, distributed systems, and infrastructure operations. It provides technical guides, a systems engineering course, and instructional manuals designed to teach the principles of managing large-scale computing environments. The curriculum covers high-level architectural design for scalability and resilience, including fault-tolerant infrastructure, high-availability patterns, and microservices decomposition. It emphasizes the practical application of site reliability engineering through the

    HTMLgithadooplinux
    Voir sur GitHub↗8,093
  • aws/aws-cdkAvatar de aws

    aws/aws-cdk

    12,817Voir sur GitHub↗

    The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It

    TypeScriptawscloud-infrastructurehacktoberfest
    Voir sur GitHub↗12,817
  • nextcloud/all-in-oneAvatar de nextcloud

    nextcloud/all-in-one

    9,082Voir sur GitHub↗

    all-in-one is a containerized deployment system designed to install and manage a complete suite of productivity and collaboration services. It functions as a cloud suite deployer that orchestrates the installation of a self-hosted content platform, incorporating necessary dependencies via Docker or Kubernetes. The project distinguishes itself by providing a web-based dashboard for orchestrating, updating, and monitoring the lifecycle of service containers. It also serves as a local AI inference server, enabling the execution of generative text models, image diffusion, and speech processing on

    PHPbackupdockernextcloud
    Voir sur GitHub↗9,082
  • steveiliop56/tinyauthAvatar de steveiliop56

    steveiliop56/tinyauth

    6,979Voir sur GitHub↗

    Tinyauth is an authentication middleware service and identity provider that verifies user identities to grant system access. It operates as a standalone server or as an authentication gateway, utilizing a reverse proxy model to intercept requests and validate credentials before traffic reaches protected backend services. The project functions as an OpenID Connect provider for single sign-on experiences and an OAuth 2.0 gateway that delegates verification to external providers such as Google and GitHub. It also acts as an LDAP authentication server, allowing for centralized user management and

    Go2faauthenticationcaddy
    Voir sur GitHub↗6,979
Voir les 30 alternatives à Docker Gitlab→

Questions fréquentes

Que fait sameersbn/docker-gitlab ?

Ce projet fournit une plateforme DevOps conteneurisée en empaquetant une installation GitLab complète dans des images Docker. Il permet le déploiement d'un environnement auto-hébergé qui intègre le contrôle de version Git, la gestion de projet et les pipelines d'intégration et de livraison continues sur une infrastructure privée.

Quelles sont les fonctionnalités principales de sameersbn/docker-gitlab ?

Les fonctionnalités principales de sameersbn/docker-gitlab sont : Self-Hosted Deployment Tools, Database Backend Integration, Persistent Volume Mapping, Dockerized Services, Container Isolation Technologies, Application Bundles, Containerized Application Deployments, Containerized Platforms.

Quelles sont les alternatives open-source à sameersbn/docker-gitlab ?

Les alternatives open-source à sameersbn/docker-gitlab incluent : linkedin/school-of-sre — This project is a comprehensive educational resource and curriculum focused on site reliability engineering,… aws/aws-cdk — The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision… nextcloud/all-in-one — all-in-one is a containerized deployment system designed to install and manage a complete suite of productivity and… steveiliop56/tinyauth — Tinyauth is an authentication middleware service and identity provider that verifies user identities to grant system… azuracast/azuracast — AzuraCast is a self-hosted web radio management suite and dashboard designed for internet radio broadcasting. It… kanboard/kanboard — Kanboard is a self-hosted Kanban project management tool and productivity suite designed for tracking software tasks…