]> git.madduck.net Git - gitweb-conf.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Update for new gitolite/gitweb structure and config
authormartin f. krafft <madduck@madduck.net>
Wed, 26 Feb 2014 12:39:55 +0000 (13:39 +0100)
committermartin f. krafft <madduck@madduck.net>
Wed, 26 Feb 2014 12:41:06 +0000 (13:41 +0100)
gitweb.conf
static [new symlink]

index 3dcc6517fba3d2146452be144f5f93e89afc4ac3..d3f9407a83de9f72cbe838106db26e047fc9186f 100644 (file)
@@ -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"; };
diff --git a/static b/static
new file mode 120000 (symlink)
index 0000000..c2c9317
--- /dev/null
+++ b/static
@@ -0,0 +1 @@
+/usr/share/gitweb/static
\ No newline at end of file