From 328f6d216855fd86e65674adc33af5f19bb018a1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 10 Jan 2026 20:28:38 +0200 Subject: 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 --- dotfiles/gitsyncer/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ], -- cgit v1.2.3