1 # path to git projects (<project>.git)
2 $projectroot = "/var/repos";
4 # don't show repos without git-daemon-export-ok file
5 $export_ok = "git-daemon-export-ok";
7 # directory to use for temp files
8 # explicitely set by Debian so it's probably a good choice
11 # git-diff-tree(1) options to use for generated patches
12 # we don't want to to guess renames, so empty
15 # Base path for where to find the repos for cloning.
16 @git_base_url_list = ('https://REPLACE_fqdn_ECALPER/repos/clone');
19 $feature{'snapshot'}{'default'} = ['zip', 'tgz'];
21 # insert header for GDPR compliance
22 $site_header = "/var/www/header.html"