X-Git-Url: https://git.madduck.net/gitweb-conf.git/blobdiff_plain/993934a558804b723817da759b0d2590e8c90277..4b5bc8b187ee0237f8d51628d72ec71d92088ca0:/gitweb.conf diff --git a/gitweb.conf b/gitweb.conf index 3dcc651..d3f9407 100644 --- a/gitweb.conf +++ b/gitweb.conf @@ -1,19 +1,17 @@ $vhostdir = "madduck"; $pubdir = "pub"; $confroot = "/srv/git/gitweb/git.madduck.net"; -$projectroot = "/srv/git/repos/$vhostdir/$pubdir"; +$projectroot = "/srv/git/repositories/$vhostdir/$pubdir"; $git_temp = "/tmp"; $site_header = "$confroot/header.html"; $site_footer = "$confroot/footer.html"; -$projects_list = $projectroot; -$default_projects_order = "project"; +$export_ok = "git-daemon-export-ok"; +$strict_export = 1; +$omit_owner = 1; @git_base_url_list=("git://git.madduck.net/$vhostdir/$pubdir", "ssh://git@git.madduck.net/$vhostdir/$pubdir", "madduck:$pubdir"); -$logo = '/git-logo.png'; -$favicon = '/git-favicon.png'; -push @stylesheets, '/gitweb.css'; push @stylesheets, '/local.css'; $feature{'pathinfo'}{'default'} = [1]; $feature{'forks'}{'default'} = [1]; $prevent_xss = 1; -$export_auth_hook = sub { return -e "$_[0]/git-daemon-export-ok"; }; +#$export_auth_hook = sub { return -e "$_[0]/git-daemon-export-ok"; };