diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-28 14:14:49 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-28 14:14:49 +0200 |
| commit | c435081ff72dbf0d771f85cc5034a0791ef65610 (patch) | |
| tree | 42e7975d6d5c36ee267bbaa4aa9017870a9d2c7a /gitsyncer | |
| parent | 49aa3cc0da71c3fd23016ead96ba0c1725adde72 (diff) | |
Update
Diffstat (limited to 'gitsyncer')
| -rw-r--r-- | gitsyncer/config.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gitsyncer/config.json b/gitsyncer/config.json index 744d119..a995e81 100644 --- a/gitsyncer/config.json +++ b/gitsyncer/config.json @@ -10,7 +10,9 @@ }, { "host": "ssh://git@r0:30022/repos", - "backupLocation": true + "backupLocation": true, + "descriptionSyncHost": "root@r0", + "descriptionSyncRoot": "/data/nfs/k3svolumes/git-server/repos" } ], "repositories": [], |
