Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-17 00:22:45 +00:00
parent 38ecb2b6c5
commit 42c0c33dde
259 changed files with 1079 additions and 386 deletions

View File

@@ -16,26 +16,26 @@ source: https://github.com/tldr-pages/tldr.git
`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}}`