all repos — elgit @ 9691bbfad3a10d19e3dc7b1b6b9d344c5c4466e6

fork of legit: web frontend for git, written in go

config.yaml (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
repo:
  scanPath: /var/www/git
  readme:
    - readme
    - README
    - readme.md
    - README.md
  mainBranch:
    - master
    - main
dirs:
  templates: ./templates
  static: ./static
meta:
  title: icy does git
  description: come get your free software
  syntaxHighlight: monokailight
server:
  name: git.icyphox.sh
  host: 0.0.0.0
  port: 5555