summaryrefslogtreecommitdiff
path: root/files/gitweb.conf
diff options
context:
space:
mode:
authorAdrien Thebo <adrien.thebo@gmail.com>2011-05-23 17:11:45 -0700
committerAdrien Thebo <adrien.thebo@gmail.com>2011-05-23 17:11:45 -0700
commitc63f313fabe1b9a180f1e6f44fbdef43ed18019b (patch)
tree616fbdd299f95bae0d1d021e1d72f3deddb7a701 /files/gitweb.conf
Initial commit.
Diffstat (limited to 'files/gitweb.conf')
-rw-r--r--files/gitweb.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/files/gitweb.conf b/files/gitweb.conf
new file mode 100644
index 0000000..57572d3
--- /dev/null
+++ b/files/gitweb.conf
@@ -0,0 +1,23 @@
+# path to git projects (<project>.git)
+$projectroot = "/var/www/git";
+
+# directory to use for temp files
+$git_temp = "/tmp";
+
+# target of the home link on top of all pages
+#$home_link = $my_uri || "/";
+
+# html text to include at home page
+$home_text = "indextext.html";
+
+# file with project list; by default, simply scan the projectroot dir.
+$projects_list = $projectroot;
+
+# stylesheet to use
+$stylesheet = "/gitweb/gitweb.css";
+
+# logo to use
+$logo = "/gitweb/git-logo.png";
+
+# the 'favicon'
+$favicon = "/gitweb/git-favicon.png";