all repos — legit @ 30683a7ceca293d0a3db54f77ecc82c9ddcba787

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
16
17
18
19
20
21
22
repo:
  scanPath: /var/www/git/
  readme:
    - readme
    - README
    - readme.md
    - README.md
  mainBranch:
    - master
    - main
dirs:
  templates: ./templates
  static: ./static
meta:
  title: git good
  description: i think it's a skill issue
  footer: served with legit vVERSION; email patches to MAINTAINER
  maintainerEmail: x@icyphox.sh
server:
  name: git.icyphox.sh
  host: 127.0.0.1
  port: 5555