From 5418aefd4fa7bf80af1c6f966a6e3026ddaf4449 Mon Sep 17 00:00:00 2001 From: Harshavardhan Date: Sat, 16 Aug 2025 23:32:59 +0530 Subject: [PATCH] syncthing: rewrite page (#17695) --- pages/common/syncthing.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pages/common/syncthing.md b/pages/common/syncthing.md index 942145c949..28e2de7632 100644 --- a/pages/common/syncthing.md +++ b/pages/common/syncthing.md @@ -11,26 +11,26 @@ `syncthing --no-browser` -- Print the device ID: - -`syncthing --device-id` - - Change the home directory: `syncthing --home {{path/to/directory}}` -- Force a full index exchange in order to resolve out of sync files: +- Run Syncthing with increased logging: -`syncthing --reset-deltas` +`syncthing --verbose` + +- Pause all devices: + +`syncthing cli config devices pause --all` + +- Resume all devices: + +`syncthing cli config devices resume --all` - Change the address upon which the web interface listens: `syncthing --gui-address {{ip_address:port|path/to/socket.sock}}` -- Show filepaths to the files used by Syncthing: +- Set the log level for output: -`syncthing --paths` - -- Disable the Syncthing monitor process: - -`syncthing --no-restart` +`syncthing --log-level {{info|warning|error|debug}}`