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
+3 -2
View File
@@ -131,8 +131,9 @@ the same client bind mount. This enables hardlinks without creating two Docker
mount boundaries for the same host files. Do not add a second bind mount for
the nested folder: Linux treats it as a distinct mount even when it has the
same `st_dev`, and the client correctly falls back to copy-only capacity
accounting. See the production deployment README for the required compose and
override pattern.
accounting. The override key is the normalized Syncthing folder path beneath
`api_root`, not its folder ID. See the production deployment README for the
required compose and override pattern.
The remaining node examples omit optional `[connection]`, `[jobs]`, and
`[backup]` tables and therefore use these same defaults; deployments may