Skip to content

pingview/gitiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitiles

Docker Pulls License

Introduction

gitiles is a Git repository browser of pingview.

Prerequisites

Build

./build.sh

Run

docker run -p 8080:8080 -v /path/to/project:/project craftslab/gitiles:latest

Config

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

License

Project License can be found here.

Reference

About

Repository browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published