]> begriffs open source - repo-ui/blob - gitweb.conf
How to host gitweb
[repo-ui] / gitweb.conf
1 our $projectroot ='/git';
2 our $project_maxdepth = 1;
3 our $default_projects_order = 'age';
4 our $projects_list_group_categories = 1;
5 our $project_list_default_category = 'misc';
6 our $omit_owner = 1;
7 our $projects_list_description_width = 80;
8 our $home_text = '../conf/projects_list_head.html';
9
10 our $site_name = "cozy forge";
11 our @extra_breadcrumbs = (
12         [ 'my homepage' => 'https://home.example.com' ]
13 );
14
15 our @git_base_url_list = ('https://example.com/git');
16
17 push @stylesheets, "/static/gitweb-custom.css";
18
19 $feature{'pathinfo'}{'default'} = [1];