22 lines
413 B
YAML
22 lines
413 B
YAML
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
|