]> purplebirdman git - gitweb.git/blobdiff - gitweb.conf
Added deployment instructions
[gitweb.git] / gitweb.conf
index 29c463f39cc1290a072d8c69349d2e6928ee21c5..d4cbcb48544bcae8e0771d5981737503d7324045 100644 (file)
@@ -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;