From c5af9792973ec10eb37a7e4f47e8a16e95c62f60 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 12 Dec 2024 14:11:22 +0100 Subject: feat: Allow multiples scan configuration Now it allow to register multiples scan configuration --- config.example.scfg | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.example.scfg') 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" -- cgit v1.2.3