1 # path to git projects (<project>.git)
2 $projectroot = "/srv/git";
4 # directory to use for temp files
7 # target of the home link on top of all pages
10 # html text to include at home page
11 #$home_text = "indextext.html";
13 # file with project list; by default, simply scan the projectroot dir.
14 $projects_list = $projectroot;
16 # https://git-scm.com/docs/gitweb
17 # only allow export of approved repos
18 our $export_ok = "git-daemon-export-ok";
21 #@stylesheets = ("static/gitweb.css");
23 # javascript code for gitweb
24 #$javascript = "static/gitweb.js";
27 #$logo = "static/git-logo.png";
30 #$favicon = "static/git-favicon.png";
32 # git-diff-tree(1) options to use for generated patches
37 $feature{'pathinfo'}{'default'} = [1];
39 # by default, <base href> is incorrect behind a reverse proxy
40 $per_request_config = 1;
43 $base_url = $ENV{BASE_URL};