From 687ae968e10e1738c105fc0538fc29ccb08bfbbf Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sat, 22 Feb 2025 18:11:35 +0800 Subject: feat(services): refactor structure. --- docker/git-server/git-auth.conf | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 docker/git-server/git-auth.conf (limited to 'docker/git-server/git-auth.conf') diff --git a/docker/git-server/git-auth.conf b/docker/git-server/git-auth.conf deleted file mode 100644 index 2908bec..0000000 --- a/docker/git-server/git-auth.conf +++ /dev/null @@ -1,3 +0,0 @@ -auth.backend = "htpasswd" -auth.backend.htpasswd.userfile = "/app/user-info" -auth.require = ( "" => ("method" => "basic", "realm" => "Git Access", "require" => "valid-user") ) -- cgit v1.2.3