aboutsummaryrefslogtreecommitdiff
path: root/services/docker/git-server/app/lighttpd/auth.conf
diff options
context:
space:
mode:
Diffstat (limited to 'services/docker/git-server/app/lighttpd/auth.conf')
-rw-r--r--services/docker/git-server/app/lighttpd/auth.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/docker/git-server/app/lighttpd/auth.conf b/services/docker/git-server/app/lighttpd/auth.conf
new file mode 100644
index 0000000..d643659
--- /dev/null
+++ b/services/docker/git-server/app/lighttpd/auth.conf
@@ -0,0 +1,3 @@
+auth.backend = "htpasswd"
+auth.backend.htpasswd.userfile = "/git/user-info"
+auth.require = ( "" => ("method" => "basic", "realm" => "Git Access", "require" => "valid-user") )