home · contact · privacy
Only make publically visible repos that contain git-daemon-export-ok.
[config] / buster / etc_files / website / etc / gitweb.conf
1 # path to git projects (<project>.git)
2 $projectroot = "/var/repos";
3
4 # don't show repos without git-daemon-export-ok file
5 $export_ok = "git-daemon-export-ok";
6
7 # directory to use for temp files
8 # explicitely set by Debian so it's probably a good choice
9 $git_temp = "/tmp";
10
11 # git-diff-tree(1) options to use for generated patches
12 # we don't want to to guess renames, so empty
13 @diff_opts = ();
14
15 # Base path for where to find the repos for cloning.
16 @git_base_url_list = ('https://REPLACE_fqdn_ECALPER/repos/clone');
17
18 # allow snapshots
19 $feature{'snapshot'}{'default'} = ['zip', 'tgz'];
20
21 # insert header for GDPR compliance
22 #$site_header = "/var/www/header.html"