I tried to setup a private relay server based on Ubuntu using the latest ‘syncthing’ version and of course with settings like ‘do not join the public pool ; listen to a certain IPV4 and IPV6 ; and port and and a certain secret token.
I partly managed. However I did not find any proper description about how to setup such an relay and could not find any thing related to the relay related config file and GUI
I toke the following steps partly based on https://apt.syncthing.net :
- installed and updated Ubuntu LTS
- added the release PGP keys
- added the stable-v2" channel to your APT sources
- Increase preference of Syncthing’s packages (“pinning”)
- sudo apt install syncthing-relaysrv
That action did install the relay (v.2.03) and did create a user `syncthing-relaysrv’
However … no idea to define and maintain the parameters related to the relay.
I absolutely do not want the server to be added to the public pool and I also want to change other settings.
I tried things like systemctl start syncthing-relaysrv -pool=“”
I managed to start the relay, but it tried to add to the public pool. I think it did not manage due to my firewall … shit …
What ever the big big question is how to configure the relay:
- even before the first start and
- where is the relay config file
- where is the relay gui
- etc