diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-10 19:55:51 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-10 19:55:51 +0200 |
| commit | e39383b1ca2ef207f4605db324a6e6b2775f40c6 (patch) | |
| tree | 2dd43d135adbc02364bc65ea68641ffde40450d5 | |
| parent | 80e2c67775730fccae0bb9139ec5239518c77da5 (diff) | |
Update gitsyncer backup location to self-hosted git-server
Migrated from t450 to the new git-server in f3s cluster:
- From: paul@t450:git
- To: git@git-server:/repos/repos
Using SSH on port 30022 with git user (not root NFS access).
Successfully migrated 39 repositories.
| -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 3ebb778..04a67fd 100644 --- a/dotfiles/gitsyncer/config.json +++ b/dotfiles/gitsyncer/config.json @@ -9,7 +9,7 @@ "name": "snonux" }, { - "host": "paul@t450:git", + "host": "git@git-server:/repos/repos", "backupLocation": true } ], |
