From 10165927fe1847be3451413a72c631fe1a99c1f9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 6 Dec 2009 11:12:38 -0200 Subject: Initial import --- templates/gitweb.conf.erb | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/gitweb.conf.erb (limited to 'templates') 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 (.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 %>'); -- cgit v1.2.3