This repository was archived by the owner on Dec 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 452
Home
Felix Ableitner edited this page Jun 6, 2016
·
6 revisions
The config and key files are stored in the app's data folder. This folder can only be accessed with root, under /data/data/com.nutomic.syncthingandroid/files
. If you don't have root, you use Settings -> Export config, which saves the config to /sdcard/backups/syncthing/
. Later, you can import it with Settings -> Import config.
Since version v0.6.0, TLS is enabled by default. This is for security reasons as it encrypts all data between syncthing-android and the Syncthing program.
In order to view the webGUI in your browser, enter http://localhost:8384 and accept your self-generated certificate.
- In Firefox you can permanently accept the certificate via 'I understand the risks', followed by 'Add permanent exception'.
- In Chrome you can toggle the option allow insecure localhost via
chrome://flags/#allow-insecure-localhost