about summary refs log tree commit diff stats
path: root/tools/conf/etc
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-10-25 19:19:18 +0100
committerSilvino Silva <silvino@bk.ru>2016-10-25 19:19:18 +0100
commit174ddfb5a6140cc700df745c5d1412a8c0762fe7 (patch)
treee7231d815d73fe123ffe2549d6dc6a0340bae551 /tools/conf/etc
parent29463878401499672150f2a3469bf8e8b9bff17b (diff)
downloaddoc-174ddfb5a6140cc700df745c5d1412a8c0762fe7.tar.gz
update etc/gitweb.conf
Diffstat (limited to 'tools/conf/etc')
-rw-r--r--tools/conf/etc/gitweb.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/conf/etc/gitweb.conf b/tools/conf/etc/gitweb.conf
new file mode 100644
index 0000000..b7bd004
--- /dev/null
+++ b/tools/conf/etc/gitweb.conf
@@ -0,0 +1,16 @@
+our $git_temp = "/srv/www/gitweb_tmp";
+
+our $projects_list = "/srv/gitolite/projects.list";
+# 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 $projects_list_group_categories = 1;
+# By default, gitweb will happily let people browse any repository
+# they guess the name of. This may or may not be what you want.
+# I prefer to set these, to allow exactly the repositories in
+# projects.list to be browsed.
+$export_ok = "";
+$strict_export = "true";