Giter VIP home page Giter VIP logo

cgit-docker's Introduction

CGIT Docker Image

Docker Pulls

CGIT is an attempt to create a fast web interface for the git scm, using a builtin cache to decrease server io-pressure.

Git repositories are stored under /data/git-repos and some website assets (CSS file and logo) are stored under /data/assets. You can change these files to customize your site. In addition SITE_TITLE and SITE_DESC enviroment varibles are used to change the root title and the root description.

If you want to add some basic authentication to your site you can use CGIT_USER and CGIT_PASS enviroment variables to set user and password to acceess the site.

This is an example about how to run this container:

docker run --name cgit -p 8080:80 --privileged -e SITE_TITLE="Awesome CGIT website" -e SITE_DESC="This is an awesome cgit website" -e CGIT_USER=user -e CGIT_PASS=p4ssw0rd -v /path/to/git/repos:/data/git-repos -v /path/to/site/assets:/data/assets chavaone/cgit-docker

cgit-docker's People

Contributors

chavaone avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.