From 690f218cbdf89327408ea75f2d21fde257a29411 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 26 Aug 2026 10:27:32 +0100 Subject: refactor git into cgit, git-daemon and git-http-backend --- roles/git-daemon/templates/conf.d/git-daemon | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/git-daemon/templates/conf.d/git-daemon (limited to 'roles/git-daemon/templates') diff --git a/roles/git-daemon/templates/conf.d/git-daemon b/roles/git-daemon/templates/conf.d/git-daemon new file mode 100644 index 0000000..8a757d1 --- /dev/null +++ b/roles/git-daemon/templates/conf.d/git-daemon @@ -0,0 +1,3 @@ +GITDAEMON_OPTS="--syslog --base-path={{ git_directory }}" +GIT_USER="{{ git_readonly_user }}" +GIT_GROUP="{{ git_readonly_group }}" -- cgit v1.2.3