1# for tcp biding
2# listen-addr tcp://localhost:8080
3listen-addr unix://var/run/cerrado.sock
4
5root-readme /srv/git/README.md
6syntax-highlight monokailight
7
8# if passphrase is empty the whole authentication, private/public repository
9# and login UI will be disabled, and only public repository will be displayed.
10passphrase $2a$14$VnB/ZcB1DUDkMnosRA6Y7.dj8h5eroslDxTeXlLwfQX/x86mh6WAq
11aes-key 8XHptZxSWCGs1m7QzztX5zNQ7D9NiQevVX0DaUTNMbDpRwFzoJiB0U7K6O/kqIt01jJVgzBUfiR8ES46ZLLb4w==
12
13# repository section is order dependent where the first repository has priority
14# in case of conflict. Repository has also priority over scan. The order
15# between scan and repository is irrelevant which means that all repository
16# sections will be read first then all the scans.
17repository /srv/git/cerrado.git {
18 name cerrado
19 description "Self host single person forge"
20 public true
21}
22
23# scan is order dependent where first scan has priority in case of conflict. So
24# if you add another scan section bellow that scan the same folders it will be
25# ignored.
26scan /srv/git/private {
27 public false
28}
29
30scan /srv/git/ {
31 public true
32}
33
34# TBD
35#user admin:iKlvHe1g0UoXE
36#
37#list main {
38# server smtp.example.com
39# user admin@admin.com
40# password 1234567
41# security tls
42# authentication plain
43# default false
44#}
45#