Description
This repository is for the latest syncthing, syncthing-gtk and syncthing-inotify packages.
fedora 24 and EPEL 7 EOL
Upstream developers have bumped their compiler requirements (from go 1.6 to 1.7 or 1.8) between the 0.14.27
and 0.14.28
releases of syncthing. This means that I'll probably not be able to provide up-to-date syncthing builds for EPEL7 and fedora 24 anymore.
Packages should be updated to latest upstream release of any package within one day.
Packages are properly built from the upstream source tarball (and not from the distributed binary release).
Support me
I am now on patreon, where you can easily enable me to write more awesome Open Source code: https://patreon.com/decathorpe
Installation Instructions
A web configuration interface will be available at http://localhost:8384 if you don't want to use the GUI.
To enable the syncthing daemon as user-session systemd service, run the following commands (this only seems to work on recent fedora, not on RHEL / CentOS):
This is recommended, because it allows non-root users to restart the daemon in case of configuration changes. Additionally, it works better with the GUI:
systemctl --user enable syncthing.service
systemctl --user enable syncthing-inotify.service
systemctl --user start syncthing.service
systemctl --user start syncthing-inotify.service
To enable the syncthing daemon as system-wide systemd service for user $USER, run the following commands (this works everywhere):
sudo systemctl enable syncthing@$USER.service
sudo systemctl enable syncthing-inotify@$USER.service # not available on RHEL / CentOS
sudo systemctl start syncthing@$USER.service
sudo systemctl start syncthing-inotify@$USER.service # not available on RHEL / CentOS
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (5)* | EPEL 7 (127 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds