all repos — legit @ 962e84f92cc6d50e624b666bf2aefa21d8656e6f

Unnamed repository; edit this file 'description' to name the repository.

configs/config_example.yaml (view raw)

 1repo:
 2  scanPath: /var/git
 3  readme:
 4    - readme
 5    - README
 6    - readme.md
 7    - README.md
 8  mainBranch:
 9    - master
10dirs:
11  templates: ./templates
12  static: ./static
13meta:
14  favicon: favicon.svg
15  title: legit
16  description: Oui, il est le git!
17  syntaxHighlight: monokailight
18server:
19  name: example.org
20  host: 0.0.0.0
21  port: 5555