aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-12-06 11:12:38 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-12-06 11:12:38 -0200
commit10165927fe1847be3451413a72c631fe1a99c1f9 (patch)
treebbfb7d485ac1db9d6124223114f89f3b8c936386 /templates
downloadpuppet-git-10165927fe1847be3451413a72c631fe1a99c1f9.tar.gz
puppet-git-10165927fe1847be3451413a72c631fe1a99c1f9.tar.bz2
Initial import
Diffstat (limited to 'templates')
-rw-r--r--templates/gitweb.conf.erb28
1 files changed, 28 insertions, 0 deletions
diff --git a/templates/gitweb.conf.erb b/templates/gitweb.conf.erb
new file mode 100644
index 0000000..436c7a3
--- /dev/null
+++ b/templates/gitweb.conf.erb
@@ -0,0 +1,28 @@
+# /etc/gitweb.conf
+
+# path to git projects (<project>.git)
+$projectroot = "/var/git/repositories";
+
+# 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 = "/var/git/gitosis/projects.list";
+
+# stylesheet to use
+$stylesheet = "/gitweb.css";
+
+# logo to use
+$logo = "/git-logo.png";
+
+# the 'favicon'
+$favicon = "/git-favicon.png";
+
+# header url
+@git_base_url_list = ('git://git.<%= domain %>');