I’m working on an idea/app to help ‘manage’ Syncthing. Syncthing is very flexible, but this causes a problem where you have to be knowledgeable about Syncthing configuration to get anything done.
My idea is to have an app that works alongside syncthing that automates the configuration for certain workflows. To help get this idea going, I decided to focus on photo syncing. I made a prototype desktop app using electron. This electron app has a simple UI and can configure Syncthign by editing the config files. It also has the ability to run an embedded version of the Syncthing binary incase the user doesn’t have Syncthing already installed.
I am not sure where to start on the Android side. Does anyone know if it is possible for another Android app to ‘talk’ to the Syncthing Android app? From what I can tell, Android apps can’t access another apps files (so it doesn’t look possible to have my app edit Syncthing’s XML config files).
Thanks for the great software!
4 posts - 2 participants