summaryrefslogtreecommitdiff
path: root/gitsyncer
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-27 23:45:17 +0300
committerPaul Buetow <paul@buetow.org>2026-05-27 23:45:17 +0300
commit428f7d6d16ea0fa3fe27780b89ae0d6d59cb5c82 (patch)
tree87f1cb68dcb99f8ae869e4316e27f9790f2b73e1 /gitsyncer
parent387ae1e8dece4d890a4221099de841d2fda158a7 (diff)
refactor: simplify gitsyncer config and improve NFS umount logic
- Remove unused gitsyncer host entry for paul@t450:git - Remove 'playground' from repository list - Enhance umount logic to handle already-unmounted NFS mounts gracefully
Diffstat (limited to 'gitsyncer')
-rw-r--r--gitsyncer/config.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/gitsyncer/config.json b/gitsyncer/config.json
index 127c9a5..a31dbe7 100644
--- a/gitsyncer/config.json
+++ b/gitsyncer/config.json
@@ -13,10 +13,6 @@
"backupLocation": true,
"descriptionSyncHost": "root@r0",
"descriptionSyncRoot": "/data/nfs/k3svolumes/git-server/repos"
- },
- {
- "host": "paul@t450:git",
- "backupLocation": true
}
],
"repositories": [],
@@ -29,7 +25,6 @@
"bratwurstmitsenf",
"Adv360-Pro-ZMK",
"katana",
- "playground",
"pages",
"nvim"
],
@@ -39,4 +34,4 @@
"showcase_stats_branches": {
"foo.zone": "content-gemtext"
}
-}
+} \ No newline at end of file