blob: 6c4e3cd7503f733f48fe3304c877b7359ce0576d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# for tcp biding
#listen-addr unix://var/run/cerrado/cerrado.sock
listen-addr tcp://localhost:8088
# set index page readme
#root-readme /srv/git/README.md
# add a whole folder to be scanned
#scan /srv/git/ {
# public true
#}
# add a single folder as repository
#repository /srv/git/cerrado.git {
# name cerrado
# description "Self host single person forge"
# public true
#}
|