Comment on Can’t login to Syncthing GUI with Ngnix Proxy Manager
qjkxbmwvz@startrek.website 9 months ago403 Forbidden doesn’t necessarily mean a bad login attempt. Are you sure that’s the error? My troubleshooting steps would be to access directly (no nginx), and look at the logs for a successful login. Then, look try to login with nginx, and look at those logs (both access.log and error.log on nginx, and any/all logs from syncthing). Find out where the two cases diverge and go from there.
Does syncthing have a domain name specified? If it doesn’t know its domain name it may work from IP directly but not via reverse proxy. Just a hunch.
Mir@programming.dev 9 months ago
In Syncthing logs the difference between success and fail
Success
Fail
qjkxbmwvz@startrek.website 9 months ago
This suggests nginx options to use re: hostname. Unsure of your nginx config…
forum.syncthing.net/t/…/13767
Mir@programming.dev 9 months ago
I managed to get it to work finally, I disabled these Cache Assets, Block Common Exploits, Websockets Support.