Can't access Syncthing on Gui

What type of hardware are you using: Raspberry Pi 3, 4+
What YunoHost version are you running: YunoHost 12.0.11 (stable)
What app is this about: Syncthing

Describe your issue

Hi,

I think I made a mistake. I have Syncthing installed on my Pi and access it with https://xxxxx.fr/syncthing .
I changed in Syncthing setting “access syncthing gui” and ticked “using https” and now I can’t access it to the same address https://xxxxx.fr/syncthing

Is there a way to disable Syncthing setting “access syncthing gui” “using https” via the Cli ?

Thank you.

Share relevant logs or error messages

na

I asked on Syncthing forum :

It’s still not entirely clear what your existing setup is like to make https://xxxxx.fr/syncthing work as intended with HTTPS enabled, but to re-disable HTTPS for Syncthing’s GUI…

After shutting down Syncthing, edit your config file. On an RPi, it’s most likely ~/.config/syncthing/config.xml or ~/.local/state/syncthing/config.xml if it’s been left to the default location.

In config.xml there’s a line that looks similar to the following:

<gui enabled="true" tls="true" debugging="false" sendBasicAuthPrompt="false">

Change the portion tls="true" to `tls=“false”'.

Alternatively, use Syncthing’s CLI interface to reconfigure the running instance, e.g. to disable HTTPS mode for the GUI:

syncthing cli config gui raw-use-tls set false

source : Can't access Syncthing anymore on Gui - #4 by gadget - Support - Syncthing Community Forum

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.