summaryrefslogtreecommitdiff
path: root/files/gitweb.conf
diff options
context:
space:
mode:
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";