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