all repos — legit @ 462c7ddc70f7c4da9515298439246f3b40b244f5

legit - simple git web interface in go (fork)

config.yaml (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
git:
  scanPath: /home/icy/code/tmp/testrepos
  readme:
    - readme
    - README
    - readme.md
    - README.md
template:
  dir: ./templates
meta:
  title: git good
  description: i think it's a skill issue
server:
  host: 127.0.0.1
  port: 5555