diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-09 19:52:36 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-09 19:52:36 +0200 |
| commit | 4a4ce7a128e7b917efa8ca1a4333c666c0b073a6 (patch) | |
| tree | a0b185899a1d1949c7b990e62fd18ec37691efc5 /f3s/git-server | |
| parent | 1aaf12a8becc2193ecfc4802ee5beddf96727cf6 (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.yaml | 4 |
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 |
