X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fgitweb.conf;h=613141b4bcdf7b9b7b52554cccd1f1cd1297ef71;hb=3b4439b8bd756d06dac669066ab3c293789ae587;hp=b6733015fa3bfc25f4872521cc3e51249ea31ee4;hpb=26af12f4a744e7f18c34fc62d0fffe22e72400f3;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/gitweb.conf b/etc/gitweb.conf index b673301..613141b 100644 --- a/etc/gitweb.conf +++ b/etc/gitweb.conf @@ -1,5 +1,5 @@ # path to git projects (.git) -$projectroot = "/var/cache/git"; +$projectroot = "/data/vcs/git"; # directory to use for temp files $git_temp = "/tmp"; @@ -13,6 +13,10 @@ $home_text = "indextext.html"; # file with project list; by default, simply scan the projectroot dir. $projects_list = $projectroot; +# Make the description a bit wider (now most descriptions fit. This does look +# less pretty on 1024 pixels wide screens, but well.) +$projects_list_description_width = 50; + # stylesheet to use $stylesheet = "/gitweb.css"; @@ -21,3 +25,8 @@ $logo = "/git-logo.png"; # the 'favicon' $favicon = "/git-favicon.png"; + +@git_base_url_list = ( + "http://git.stderr.nl", + "ssh://git.stderr.nl" +)