From: Stephen Jianu Date: Sun, 30 Nov 2025 03:02:51 +0000 (-0600) Subject: Add clarification on the syncthing-android.md post X-Git-Url: https://stephenjianu.com/gitweb/?a=commitdiff_plain;h=738c12563b48c4bceefcb684fc1d1f8bdae2b687;p=stephenjianudotcom.git Add clarification on the syncthing-android.md post --- diff --git a/content/syncthing-android.md b/content/syncthing-android.md index 206970e..7807f19 100644 --- a/content/syncthing-android.md +++ b/content/syncthing-android.md @@ -21,7 +21,7 @@ termux-wake-lock syncthing ``` 5. Reboot your device and you should now be able to access the Syncthing web interface on your Android device via your mobile web browser of choice (or on other device if you enabled this option)!. -6. From there, when accessing the Syncthing web interface and adding shared folders, ensure that you use the path as it's known to Termux. For example, if you are syncing a folder called Stuff, the path will look like this: `/data/data/com.termux/files/home/storage/shared/Stuff`. As the web interface states, `~` can be used in place of `/data/data/com.termux/files/home`. +6. From there, when accessing the Syncthing web interface and adding shared folders, ensure that you use the path as it's known to Termux. For example, if you are syncing a folder called Stuff, the path will look like this: `/data/data/com.termux/files/home/storage/shared/Stuff` (omit `/storage/shared` if you are **not** syncing to/from shared storage). As the web interface states, `~` can be used in place of `/data/data/com.termux/files/home`. That's about it!