I’ve installed the Syncthing Homeassistant supervisor addon - latest version running in a VM on NAS. Syncin works and no errors in the log.
Web UI used to open (when I set it up), but now I cannot open it at all. I’ve tried the “Open Web UI” from the addon info page as well as direct Urls including http://IP:8384, http://IP:8384, http://127.0.0.1:8384, etc. Log says:
[GOLXX] 11:51:48 INFO: GUI and API listening on [::]:8384
[GOLXX] 11:51:48 INFO: Access the GUI via the following URL: https://127.0.0.1:8384/
[GOLXX] 11:51:48 INFO: My name is "Homeassistant 243ffc37-syncthing"
I’ve even tried (according to google searches) editing the Syncthing config file to change to
<address>0.0.0.0:8384</address>
Didn’t work. Could really use some help figuring this out.
Even without this configuration, it should be available inside Home Assistant by clicking Open Web UI or from the sidebar, if you have it there.
However, the reason I found your post is that it does not work for me reliably. It works after restarting the add-on, but subsequent tries open just blank page with the Syncthing bottom bar. Access in an individual browser tab through http://IP:8384 works fine though (when the port is configured).
Thanks for reply. My solution was to manually modify the config.xml file to disable https requirement. I wasn’t able to find another way to make it work.