summaryrefslogtreecommitdiff
path: root/f3s/git-server
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-09 19:52:36 +0200
committerPaul Buetow <paul@buetow.org>2026-01-09 19:52:36 +0200
commit4a4ce7a128e7b917efa8ca1a4333c666c0b073a6 (patch)
treea0b185899a1d1949c7b990e62fd18ec37691efc5 /f3s/git-server
parent1aaf12a8becc2193ecfc4802ee5beddf96727cf6 (diff)
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 <noreply@anthropic.com>
Diffstat (limited to 'f3s/git-server')
-rw-r--r--f3s/git-server/helm-chart/templates/configmap-cgit.yaml4
1 files 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