X-Git-Url: http://git.purplebirdman.com/gitweb.git/blobdiff_plain/f666ef81068b323fb5c67be4febfba767a495f81..56442f2d4c0ffd257d38a7eb0024e709257000f9:/gitweb.conf diff --git a/gitweb.conf b/gitweb.conf index 29c463f..d4cbcb4 100644 --- a/gitweb.conf +++ b/gitweb.conf @@ -13,6 +13,10 @@ $home_link = "/"; # file with project list; by default, simply scan the projectroot dir. $projects_list = $projectroot; +# https://git-scm.com/docs/gitweb +# only allow export of approved repos +our $export_ok = "git-daemon-export-ok"; + # stylesheet to use #@stylesheets = ("static/gitweb.css"); @@ -37,3 +41,12 @@ $per_request_config = 1; $my_uri = "/"; $base_url = $ENV{BASE_URL}; + +# Set a meaningful site name +our $site_name = 'purplebirdman git'; + +# Order projects by age +our $default_projects_order = 'age'; + +# Longer column width +our $projects_list_description_width = 50;