From 5e601f7ee14830ef645ee3d3b1bcdce7450a5ce3 Mon Sep 17 00:00:00 2001 From: punk Date: Thu, 29 Apr 2021 16:10:16 +0100 Subject: linux tools configs moved to linux folder --- linux/conf/gitweb.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 linux/conf/gitweb.conf (limited to 'linux/conf/gitweb.conf') diff --git a/linux/conf/gitweb.conf b/linux/conf/gitweb.conf new file mode 100644 index 0000000..2f95792 --- /dev/null +++ b/linux/conf/gitweb.conf @@ -0,0 +1,22 @@ +# The directories where your projects are. Must not end with a slash. +our $projectroot = "/srv/gitolite/repositories"; + +# Base URLs for links displayed in the web interface. +our @git_base_url_list = qw(git://core.privat-network.com http://git@core.private-network.com); + +our $site_name = "gitweb"; +our $git_temp = "/srv/www/gitweb_tmp"; + +our $projects_list = "/srv/gitolite/projects.list"; + +our $projects_list_group_categories = 1; + +our $home_link_str="GitWeb"; + +$feature{'highlight'}{'default'} = [1]; + +$feature{'pathinfo'}{'default'} = [1]; + +our @extra_breadcrumbs = ( + [ 'HomePage' => 'https://machine.example.org/' ], +); -- cgit 1.4.1-2-gfad0