apkbuilds @ 30c9446248cbf80e8e41c75d852ae0e39cbd71e0

 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#}