Skip to content
View githttpd's full-sized avatar

Block or report githttpd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
githttpd/README.md

Info

Description

Looking to swiftly set up an efficient Git server? Utilize our latest image to effortlessly establish a Git backend based on httpd, accessible via HTTP protocol. This image helps you swiftly create a secure, reliable, and flexible environment for Git server, facilitating efficient version control for collaborative teamwork.

Features

  1. Simple Deployment: Deploy your customized Git HTTPD server quickly using our Docker image with just a few commands.

  2. HTTP Access: Seamlessly access Git via the HTTP protocol, ensuring team members can share code and perform version control from anywhere, anytime.

  3. Flexibility and Security: Learn how to configure access permissions, ensuring the security of your code repository, and optimize the server for enhanced performance.

  4. Continuous Optimization: We regularly update the image to ensure you access the latest functionalities and performance enhancements.

  5. User Support: Our team provides professional support and answers to common queries, ensuring you leverage the full capabilities of your Git server.

Harness our Docker image to construct an efficient Git server for your team, simplifying code management and version control.

quickstart

githttpd/githttpd@dockerhub

Dockerfile

githttpd/githttpd@github

docker run -d -v /path/to/local/git/repositories/directory:/opt/git-server githttpd/githttpd:latest
  • -d flag runs the container in detached mode (in the background).
  • -v /path/to/local/git/repositories/directory:/path/inside/container associates the /path/to/local/git/repositories/directory directory on your local host with the /path/inside/container directory inside the container.
  • githttpd/githttpd:latest represents the name of the Docker image.

then

git clone http://${host_ip}/git/foo.git

Quick reference

Popular repositories Loading

  1. githttpd githttpd Public

    Build Your Custom Git HTTPD Server - Effortless Git Version Control Management

    Dockerfile 1

  2. githttpd.github.io githttpd.github.io Public

    test