An open API service indexing awesome lists of open source software.

https://github.com/acerv/docker_cgit

Dockerfile to create a container with CGit
https://github.com/acerv/docker_cgit

cgit docker

Last synced: about 1 month ago
JSON representation

Dockerfile to create a container with CGit

Awesome Lists containing this project

README

          

# Install

[![Build Status](https://travis-ci.org/acerv/docker_cgit.svg?branch=master)](https://travis-ci.org/acerv/docker_cgit)

Build the container:

docker build -t cgit .
docker run -d -p 80:80 cgit

Then connect to `http://localhost/cgit`.

# CGit configuration

CGit gets repositories from the `/srv/git` directory. Copy there your git repos.
In order to make them visible on browser, upload a new `/etc/cgitrc` file.