summaryrefslogtreecommitdiff
path: root/f3s/git-server/helm-chart/templates/configmap-cgit.yaml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-10 20:28:47 +0200
committerPaul Buetow <paul@buetow.org>2026-01-10 20:28:47 +0200
commitcb3829b84863e60f999fcbac240c320792d87bf5 (patch)
tree6c330bade85fdf0cef360b9f86650eba95c27d84 /f3s/git-server/helm-chart/templates/configmap-cgit.yaml
parent90abde069fac1f5d4741ff1773462ff5d5f6916e (diff)
Simplify git-server path from /repos/repos to /repos
Changes: - Mount PVC with subPath: repos in deployment - Update cgit scan-path from /repos/repos to /repos - Update git-http-backend GIT_PROJECT_ROOT to /repos - Update all documentation to reflect simplified paths This eliminates the redundant /repos/repos duplication and simplifies all git URLs to ssh://git@r0:30022/repos/<repo>.git format. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'f3s/git-server/helm-chart/templates/configmap-cgit.yaml')
-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 9aba781..519ab26 100644
--- a/f3s/git-server/helm-chart/templates/configmap-cgit.yaml
+++ b/f3s/git-server/helm-chart/templates/configmap-cgit.yaml
@@ -24,6 +24,6 @@ data:
# Remove .git suffix from repository URLs
remove-suffix=1
- # Scan for repositories in /repos/repos
+ # Scan for repositories in /repos
# This must be the last setting in the file
- scan-path=/repos/repos
+ scan-path=/repos