aboutsummaryrefslogblamecommitdiff
path: root/virtual/packages/gitweb.conf
blob: 0d5f50dd5c7ffe47deaaca169daebd70caef0899 (plain) (tree)























                                                                              
$git_temp = "/tmp";

# The directories where your projects are. Must not end with a slash.
$projectroot = "/srv/git/repositories"; 

$projects_list = "/srv/git/projects.list";
$strict_export = "true";

# Base URLs for links displayed in the web interface.
our @git_base_url_list = qw(ssh://gitolite@git.immae.eu https://git.immae.eu);

$feature{'blame'}{'default'} = [1];
$feature{'avatar'}{'default'} = ['gravatar'];
$feature{'highlight'}{'default'} = [1];

@stylesheets = ("gitweb-theme/gitweb.css");
$logo = "gitweb-theme/git-logo.png";
$favicon = "gitweb-theme/git-favicon.png";

$javascript = "gitweb-theme/gitweb.js";
$logo_url = "https://git.immae.eu/";
$projects_list_group_categories = "true";
$projects_list_description_width = 60;
$project_list_default_category = "__Others__";