home · contact · privacy
Only make publically visible repos that contain git-daemon-export-ok.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 19 Mar 2020 22:52:46 +0000 (23:52 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 19 Mar 2020 22:52:46 +0000 (23:52 +0100)
buster/etc_files/website/etc/gitweb.conf

index c6d6f29f14976bb3c26e3d4823fed80a081b0d5e..70bfa2d6a1bbaa392a3855b6a5a742e70ebd30b5 100644 (file)
@@ -1,6 +1,9 @@
 # path to git projects (<project>.git)
 $projectroot = "/var/repos";
 
+# don't show repos without git-daemon-export-ok file
+$export_ok = "git-daemon-export-ok";
+
 # directory to use for temp files
 # explicitely set by Debian so it's probably a good choice
 $git_temp = "/tmp";