-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Mobile support - not recognizing Syncthing installation #63
Comments
The main issue on mobile is to make an HTTPS request without validating the certificate or finding a way to make the Syncthing self-signed certificate trusted by the device. It seems that there is no API for making such calls within Obsidian. So, the second idea is to make the certificate trusted by the Syncthing app itself. |
This issue is strongly related to #102 |
I'm seeing the same on iOS, before digging in further, is there even a chance that this would work on iOS? Love that this plugin exists btw, would be really cool if we could make it work on iOS since there isn't another way to sync with Syncthing it seems. |
@tobiasb the plugin should work as fine as on Android if you have a Syncthing iOS app exposing the Syncthing REST API. I don't have any Apple device so I can't test the plugin on these platforms. PS: link to related discussion (#133) |
Gotcha, thanks for the link to #133, I'll continue the discussion there. |
Describe the bug
The plugin seems to not be able to detect the Syncthing installation on mobile. Need to be worked on.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The settings page should be able to be displayed normally, with Syncthing configuration available.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: