8000 GitHub - saurvs/gitlist: Fork of Gitlist with basic file tree view
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

saurvs/gitlist

 
 

Repository files navigation

Docker

You can build the image like this

docker build --rm=true -t gitlist .

And run it like this

docker run --rm=true -p 8888:80 -v /path/repo:/repos gitlist

The web interface will be available on host machine at port 8888 and will show repositories inside /path/repo

About

Fork of Gitlist with basic file tree view

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 36.5%
  • PHP 25.4%
  • JavaScript 20.2%
  • HTML 16.4%
  • Makefile 1.3%
  • Dockerfile 0.2%
0