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