diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-10 20:28:38 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-10 20:28:38 +0200 |
| commit | 328f6d216855fd86e65674adc33af5f19bb018a1 (patch) | |
| tree | 02944dd76311ae30442283a7f03f0b4f519b21a0 | |
| parent | 1e823b540daf2fd4d0cf6149f5f18f5fb38a88ef (diff) | |
Simplify git-server path from /repos/repos to /repos
Remove redundant repos subdirectory duplication by using subPath
in the Kubernetes volume mount. This simplifies all URLs from
ssh://git@r0:30022/repos/repos to ssh://git@r0:30022/repos.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
| -rw-r--r-- | dotfiles/gitsyncer/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/gitsyncer/config.json b/dotfiles/gitsyncer/config.json index 386f399..a1e8258 100644 --- a/dotfiles/gitsyncer/config.json +++ b/dotfiles/gitsyncer/config.json @@ -9,7 +9,7 @@ "name": "snonux" }, { - "host": "ssh://git@r0:30022/repos/repos", + "host": "ssh://git@r0:30022/repos", "backupLocation": true } ], |
