diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-10 20:24:18 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-10 20:24:18 +0200 |
| commit | 1e823b540daf2fd4d0cf6149f5f18f5fb38a88ef (patch) | |
| tree | f71ee92491f83deceefd945147045432d90fb788 | |
| parent | f332f07e81e1a142a29e1964e8f309f33b3a243d (diff) | |
Use explicit NodePort in gitsyncer config instead of SSH alias
Replace git@git-server:/repos/repos with ssh://git@r0:30022/repos/repos
for more explicit and self-documenting configuration. This removes the
dependency on the SSH config alias and makes the NodePort usage clear.
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 04a67fd..386f399 100644 --- a/dotfiles/gitsyncer/config.json +++ b/dotfiles/gitsyncer/config.json @@ -9,7 +9,7 @@ "name": "snonux" }, { - "host": "git@git-server:/repos/repos", + "host": "ssh://git@r0:30022/repos/repos", "backupLocation": true } ], |
