Skip to content

KostyaEsmukov/docker-gitweb-readonly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitweb for readonly access of non-bare repos.

Usage

docker run \
    -p 8080:80 \
    -v /path/to/my/git/repo1:/var/lib/git/repo1:ro \
    -v /path/to/my/git/repo2:/var/lib/git/repo2:ro \
    kostyaesmukov/gitweb-readonly

Or with a custom base url:

docker run \
    -p 8080:80 \
    -e GITWEB_BASE_PATH=/gitweb \
    -v /path/to/my/git_repos:/var/lib/git:ro \
    kostyaesmukov/gitweb-readonly

Clone

git clone http://localhost:8080/repo1.git

Related projects:

About

git-http-backend and gitweb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 54.1%
  • Dockerfile 45.9%