all repos — legit @ 7e3307efe8a1af7b0da6a3ccfcee40ef5f5d98d8

web frontend for git

config.yaml (view raw)

 1repo:
 2  scanPath: /var/www/git
 3  readme:
 4    - readme
 5    - README
 6    - readme.md
 7    - README.md
 8  mainBranch:
 9    - master
10    - main
11dirs:
12  templates: ./templates
13  static: ./static
14meta:
15  title: git good
16  description: i think it's a skill issue
17server:
18  name: git.icyphox.sh
19  host: 127.0.0.1
20  port: 5555