gitiles is a Git repository browser of pingview.
./build.sh
docker run -p 8080:8080 -v /path/to/project:/project craftslab/gitiles:latest
An example of gitiles configuration in gitiles.config:
[gitiles]
allowOriginRegex = http://localhost
baseGitUrl = git://git.example.org/
canonicalHostName = gitiles.example.org
exportAll = true
fixedTimeZone = UTC
siteTitle = gitiles
[markdown]
imageLimit = 256K
inputLimit = 5M
render = true
Project License can be found here.