From 5dc31a2d88cb799e487c4aacfe1b4be32e59d391 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 16 Sep 2023 06:46:29 -0400 Subject: cgit: Update scan-path / repository mount location Since the data volume now only contains git repositories, rather than the whole gitolite host home directory, there is no need to mount to a nested path. Anticipate moving the mount point, and change the cgit scan path to /repositories. Signed-off-by: Malfurious --- cgit/cgitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgit/cgitrc b/cgit/cgitrc index 6df01d2..fca5fec 100644 --- a/cgit/cgitrc +++ b/cgit/cgitrc @@ -35,4 +35,4 @@ remove-suffix=1 section-from-path=-1 strict-export=gl-creator -scan-path=/data/repositories/ +scan-path=/repositories/ -- cgit v1.2.3