Which user starts the systemd service and did you change the config file there? For example, on my server I have a dedicated user for syncthing and in its home directory, there's the config I need to edit.
this post was submitted on 19 May 2024
3 points (100.0% liked)
Fedora Linux: It's your Operating System.
390 readers
3 users here now
A community for users, developers, and anyone else interested in discussion and news of Fedora Linux
founded 2 years ago
Ok I solved my own problem, sort of. Still can't figure out why Syncthing was not respecting the config changes.
However, I was able to set up an ssh tunnel from my computer with an actual web browser to port 8384 (Syncthing default) on the server I was trying to set up. I could then use the listening port on the laptop to access the GUI and use the settings in the UI to allow access via local network permanently. Command for those who care (run this on the other computer, the one with the browser):
ssh [email protected] -L1111:localhost:8384
And then go to localhost:1111
on that same computer.