Jakob Borg

Results 634 comments of Jakob Borg

GUI authentication was added in 0.8.0 in April 2014, where you remained logged in over a restart since the browser cached the credentials. The HTML login form was added in...

I run a whole bunch of Syncthing in Docker with volumes, but I'm not getting any spurious config directories. I think you need to be more specific with your setup.

Test case and benchmark... how much faster is this than the old stuff, for the various cases, since it's a performance optimisation?

I don't think we ever aimed for a complete implementation of semver though. This is more about what we use, and what we need our other tools like usage reporting...

I don't know how this affects your case, but note that build tags like noupgrade are noted in the binary and visible in the version output already as is.

Yeah, this is a legit issue. The reason is that the Docker image sets `STGUIADDRESS=0.0.0.0:8384` which implies not-TLS and overrides the GUI settings.

Workaround is something like `docker run -e STGUIADDRESS=https://0.0.0.0:8384 ...` to enable HTTPS from that side. This behavior has been unchanged for quite a while, certainly 1.25.0 should behave the same...

I still think this is an issue that should be handled somehow, if only by a documentation update on how to user the Docker image.

Take a CPU profile? https://docs.syncthing.net/users/profiling.html

Looks like it was running a database GC in the second profile. May have been an unlucky coincidence. Take another one?