From 4a4ce7a128e7b917efa8ca1a4333c666c0b073a6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 9 Jan 2026 19:52:36 +0200 Subject: Fix cgit scan-path to match repository structure Repository is at /repos/repos/conf.git, so scan-path should be /repos/repos to generate correct URLs in the web interface. Co-Authored-By: Claude Sonnet 4.5 --- f3s/git-server/helm-chart/templates/configmap-cgit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/f3s/git-server/helm-chart/templates/configmap-cgit.yaml b/f3s/git-server/helm-chart/templates/configmap-cgit.yaml index 08561f3..840bb9b 100644 --- a/f3s/git-server/helm-chart/templates/configmap-cgit.yaml +++ b/f3s/git-server/helm-chart/templates/configmap-cgit.yaml @@ -21,6 +21,6 @@ data: # Remove .git suffix from repository URLs remove-suffix=1 - # Scan for repositories in /repos + # Scan for repositories in /repos/repos # This must be the last setting in the file - scan-path=/repos + scan-path=/repos/repos -- cgit v1.2.3