Hello Guix,

I have syncthing running as a service with the following added to services
in operating-system

(service syncthing-service-type
                          (syncthing-configuration (user "david")))

I was failing to connect to it via http://localhost:8384, which I used
before and is indicated as the default in syncthing documentation, so I ran
"syncthing cli config dump-json" and in "gui", I saw "address" set to 
"127.0.0.1:8080" and indeed, I can access it on this port.

However, the guix manual says that the default is "127.0.0.1:8384".

Was syncthing in Guix modified to use port 8080 by default, or is there
something in my configuration that results in this, although I don't know
what it is?

Reply via email to