all repos — legit @ nilix

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
repo:
  scanPath: /home/nilix/src/public/
  readme:
    - readme
    - README
    - readme.md
    - README.md
  mainBranch:
    - main
dirs:
  templates: ./templates
  static: ./static
meta:
  title: nilFM hack lab
  description: are you hacking?
  footer: served by legit vVERSION; some of this code might suck — email patches to MAINTAINER
  maintainerEmail: nilix@nilfm.cc
server:
  name: hacklab.nilfm.cc
  host: 0.0.0.0
  port: 5555