]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - virtual/packages/gitweb.conf
Add gitweb service
[perso/Immae/Config/Nix.git] / virtual / packages / gitweb.conf
1 $git_temp = "/tmp";
2
3 # The directories where your projects are. Must not end with a slash.
4 $projectroot = "/srv/git/repositories";
5
6 $projects_list = "/srv/git/projects.list";
7 $strict_export = "true";
8
9 # Base URLs for links displayed in the web interface.
10 our @git_base_url_list = qw(ssh://gitolite@git.immae.eu https://git.immae.eu);
11
12 $feature{'blame'}{'default'} = [1];
13 $feature{'avatar'}{'default'} = ['gravatar'];
14 $feature{'highlight'}{'default'} = [1];
15
16 @stylesheets = ("gitweb-theme/gitweb.css");
17 $logo = "gitweb-theme/git-logo.png";
18 $favicon = "gitweb-theme/git-favicon.png";
19
20 $javascript = "gitweb-theme/gitweb.js";
21 $logo_url = "https://git.immae.eu/";
22 $projects_list_group_categories = "true";
23 $projects_list_description_width = 60;
24 $project_list_default_category = "__Others__";