1# for tcp biding
2# listen-addr tcp://localhost:8080
3listen-addr unix://var/run/cerrado.sock
4
5root-readme /srv/git/README.md
6passphrase $2a$14$VnB/ZcB1DUDkMnosRA6Y7.dj8h5eroslDxTeXlLwfQX/x86mh6WAq
7aes-key 8XHptZxSWCGs1m7QzztX5zNQ7D9NiQevVX0DaUTNMbDpRwFzoJiB0U7K6O/kqIt01jJVgzBUfiR8ES46ZLLb4w==
8syntax-highlight monokailight
9
10scan /srv/git/ {
11 public true
12}
13
14repository /srv/git/cerrado.git {
15 name cerrado
16 description "Self host single person forge"
17 public true
18}
19
20# TBD
21#user admin:iKlvHe1g0UoXE
22#
23#list main {
24# server smtp.example.com
25# user admin@admin.com
26# password 1234567
27# security tls
28# authentication plain
29# default false
30#}
31#