summaryrefslogtreecommitdiff
path: root/templates/gitweb.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/gitweb.conf.erb')
-rw-r--r--templates/gitweb.conf.erb23
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/gitweb.conf.erb b/templates/gitweb.conf.erb
new file mode 100644
index 0000000..0731b69
--- /dev/null
+++ b/templates/gitweb.conf.erb
@@ -0,0 +1,23 @@
+# path to git projects (<project>.git)
+$projectroot = "<%= scope.lookupvar('gitweb::settings::projectroot') %>";
+
+# 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";