From fa62d8eae273d89937d65d6a294f028e1ce22d88 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 6 Mar 2025 22:01:08 +0800 Subject: group/index: Allow repo creation via web --- config.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.go') diff --git a/config.go b/config.go index cba35d5..8ed0d01 100644 --- a/config.go +++ b/config.go @@ -28,6 +28,9 @@ var config struct { Socket string `scfg:"socket"` Execs string `scfg:"execs"` } `scfg:"hooks"` + Git struct { + RepoDir string `scfg:"repo_dir"` + } `scfg:"git"` SSH struct { Net string `scfg:"net"` Addr string `scfg:"addr"` -- cgit v1.2.3