apkbuilds @ 188630684d5d3f5ca8f7f58afa523580aa7d1314

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