diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-12-12 14:11:22 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-12-12 14:14:34 +0100 |
commit | c5af9792973ec10eb37a7e4f47e8a16e95c62f60 (patch) | |
tree | b8e98d2ad89bdff94652ee04c8a36617aacfabc2 /config.example.scfg | |
parent | c6bdde9c63758cb9b61c7a5559dd30d141aee289 (diff) | |
download | cerrado-c5af9792973ec10eb37a7e4f47e8a16e95c62f60.tar.gz cerrado-c5af9792973ec10eb37a7e4f47e8a16e95c62f60.tar.bz2 cerrado-c5af9792973ec10eb37a7e4f47e8a16e95c62f60.zip |
feat: Allow multiples scan configuration
Now it allow to register multiples scan configuration
Diffstat (limited to 'config.example.scfg')
-rw-r--r-- | config.example.scfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.example.scfg b/config.example.scfg index 0c27591..5c3e5e4 100644 --- a/config.example.scfg +++ b/config.example.scfg @@ -7,10 +7,16 @@ passphrase $2a$14$VnB/ZcB1DUDkMnosRA6Y7.dj8h5eroslDxTeXlLwfQX/x86mh6WAq aes-key 8XHptZxSWCGs1m7QzztX5zNQ7D9NiQevVX0DaUTNMbDpRwFzoJiB0U7K6O/kqIt01jJVgzBUfiR8ES46ZLLb4w== syntax-highlight monokailight + +scan /srv/git/private { + public false +} + scan /srv/git/ { public true } + repository /srv/git/cerrado.git { name cerrado description "Self host single person forge" |