sudo dnf install -y https://github.com/m3h7/syncthing-centos/releases/download/v1.11.1-1/syncthing-1.11.1-1.el8.x86_64.rpm
sudo dnf install -y policycoreutils-python-utils rpm-build rpmdevtools make git
git clone https://github.com/m3h7/syncthing-centos.git
cd syncthing-centos
make prepare
make
sudo make install
sudo systemctl start syncthing@<username>
You can now access the GUI through this URL: http://localhost:8384