fix: map x2 route override by folder path

This commit is contained in:
2026-07-26 04:34:08 +00:00
parent a6da224f28
commit 4ba5e92248
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -42,5 +42,5 @@ local_root = "/data/sync"
# `DownloadsSync-X2` is ~/Downloads/Sync on the host, nested below the qB
# root. Resolve it through /data/qb rather than a second nested bind mount so
# source staging can hardlink it.
local_path_overrides = { "/var/syncthing/DownloadsSync-X2" = "/data/qb/Sync" }
local_path_overrides = { "/var/syncthing/Downloads/Sync" = "/data/qb/Sync" }
advertised_addresses = ["dynamic"]