Syncthing App
About
Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes.
- Questions? Ask in the Cloudron Forum - Syncthing
- Syncthing Website
- Syncthing forum
- Syncthing docs
- Syncthing issue tracker
Apps
Complete list of native GUIs and integrations is available here.
Changing password
The Web UI password uses HTTP Basic Auth and can be changed from Actions
dropdown -> Advanced
-> GUI
. Just
enter the desired password in the Password
input box. Syncthing will automatically hash the password
and restart itself.
Note that there is no logout functionality. To test this new password, clear your browser cache.
CLI
The CLI can be used using the Web Terminal by running /app/data/syncthing
.
Example:
/app/code/syncthing decrypt --to /tmp/unencrypted --password <secret> /app/data/folders/DirToDecrypt