aboutsummaryrefslogtreecommitdiff
path: root/config.example.scfg
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-06-09 19:35:34 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-06-09 19:35:34 +0200
commit02614b3781f6acdfc6df0e7b07d856b2779c4ac7 (patch)
treef23518fcf263be3236265852ba338c4fec137b41 /config.example.scfg
parentb1ad6e98445cf7dafa6fec1e2e769051fe7cb748 (diff)
downloadcerrado-02614b3781f6acdfc6df0e7b07d856b2779c4ac7.tar.gz
cerrado-02614b3781f6acdfc6df0e7b07d856b2779c4ac7.tar.bz2
cerrado-02614b3781f6acdfc6df0e7b07d856b2779c4ac7.zip
feat: Per repository configuration
Diffstat (limited to 'config.example.scfg')
-rw-r--r--config.example.scfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.example.scfg b/config.example.scfg
index 1e3180f..3961e51 100644
--- a/config.example.scfg
+++ b/config.example.scfg
@@ -3,6 +3,12 @@ scan /srv/git/ {
public true
}
+repository /srv/git/cerrado.git {
+ name cerrado
+ description "Self host single person forge"
+ public true
+}
+
# TBD
#user admin:iKlvHe1g0UoXE
#
@@ -15,9 +21,3 @@ scan /srv/git/ {
# default false
#}
#
-#repository cerrado {
-# title Cerrado
-# description "Self host single person readonly forge"
-# list main
-# public true
-#}