aboutsummaryrefslogtreecommitdiff
path: root/services/docker/git-server/lighttpd-wrapper.bash
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-03-07 19:15:31 +0800
committerYuqian Yang <crupest@crupest.life>2025-03-07 19:44:36 +0800
commit3d3979934da0cfd514a0ef900f0f6fb573ceb917 (patch)
tree4ceece0bcadb6dce18e29a02af6a6ba2d30df242 /services/docker/git-server/lighttpd-wrapper.bash
parent2c26c4d44142dc1a4739eb28b0d8077f37161a72 (diff)
downloadcrupest-3d3979934da0cfd514a0ef900f0f6fb573ceb917.tar.gz
crupest-3d3979934da0cfd514a0ef900f0f6fb573ceb917.tar.bz2
crupest-3d3979934da0cfd514a0ef900f0f6fb573ceb917.zip
fix(git): public/private repo problem, enable cgit for private.
Diffstat (limited to 'services/docker/git-server/lighttpd-wrapper.bash')
-rwxr-xr-xservices/docker/git-server/lighttpd-wrapper.bash8
1 files changed, 0 insertions, 8 deletions
diff --git a/services/docker/git-server/lighttpd-wrapper.bash b/services/docker/git-server/lighttpd-wrapper.bash
deleted file mode 100755
index a33015a..0000000
--- a/services/docker/git-server/lighttpd-wrapper.bash
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/bash
-
-set -e
-
-touch -a /git/user-info
-
-exec 3>&1
-exec lighttpd -D -f /app/git-lighttpd.conf