Нет описания

Jakob Borg a117b0c723 Add a pull request template 10 лет назад
Godeps a08bbabd4d Use v2 of XDR package (deps) 10 лет назад
assets 2a60f4b1e9 Add .gitattributes; normalize line endings 10 лет назад
cmd e11302172e Report versioning usage in usage report 10 лет назад
debian 9259425a9a Add priority,section and homepage to debian/control 10 лет назад
etc d78425eab4 systemd: Add syncthing-resume.service 10 лет назад
gui a686be8ba4 Add kralo 10 лет назад
lib c8b6e6fd9b Increase maximum allowed file size to 10 Mblocks 10 лет назад
man 7e8db13854 Update docs & translations 10 лет назад
script ac2343ea57 Only check specified paths in check-authors.go 10 лет назад
test fed374fcb6 Add a CORS handler to deal with preflight OPTIONS requests 10 лет назад
.gitattributes cb5ef26020 Revert "Enforce line endings when cloning (fixes #1766)" 10 лет назад
.gitignore 19bf51cefb Revert "Merge pull request #2440 from Stefan-Code/master" 10 лет назад
.mailmap c6688d8f89 Include ref#, show author nickname in release notes 11 лет назад
AUTHORS 81d9857888 gui: add a lock icon to the folder title for easy overview (fixes #2703) 10 лет назад
CONDUCT.md dde8045109 Add Code of Conduct 11 лет назад
CONTRIBUTING.md 5c49b93c67 Links are nice, too 10 лет назад
ISSUE_TEMPLATE.md 9d277ac2ac Add ISSUE_TEMPLATE 10 лет назад
LICENSE 32425c5561 MPLv2 11 лет назад
NICKS 81d9857888 gui: add a lock icon to the folder title for easy overview (fixes #2703) 10 лет назад
PULL_REQUEST_TEMPLATE.md a117b0c723 Add a pull request template 10 лет назад
README.md 35dc173c80 Minor tweaks to README.md 10 лет назад
appveyor.yaml a7169a6348 Add AppVeyor for Windows builds 10 лет назад
build.go 54c1ffe5f3 Only test with -race on supported platforms (fixes #2765) 10 лет назад
build.sh 3e7d0ec14f build.sh prerelease should rebuild author credits in about dialog 10 лет назад

README.md

Syncthing

Latest Build (Official) AppVeyor Build API Documentation MPLv2 License

This is the Syncthing project which pursues the following goals:

  1. Define a protocol for synchronization of a folder between a number of collaborating devices. This protocol should be well defined, unambiguous, easily understood, free to use, efficient, secure and language neutral. This is called the Block Exchange Protocol.

  2. Provide the reference implementation to demonstrate the usability of said protocol. This is the syncthing utility. We hope that alternative, compatible implementations of the protocol will arise.

The two are evolving together; the protocol is not to be considered stable until Syncthing 1.0 is released, at which point it is locked down for incompatible changes.

Getting Started

Take a look at the getting started guide.

There are a few examples for keeping Syncthing running in the background on your system in the etc directory. There are also several GUI implementations for Windows, Mac and Linux.

Getting in Touch

The first and best point of contact is the Forum. There is also an IRC channel, #syncthing on Freenode (with a web client), for talking directly to developers and users. If you've found something that is clearly a bug, feel free to report it in the GitHub issue tracker.

Building

Building Syncthing from source is easy, and there's a guide that describes it for both Unix and Windows systems.

Signed Releases

As of v0.10.15 and onwards release binaries are GPG signed with the key D26E6ED000654A3E, available from https://syncthing.net/security.html and most key servers.

There is also a built in automatic upgrade mechanism (disabled in some distribution channels) which uses a compiled in ECDSA signature. Mac OS X binaries are also properly code signed.

Documentation

Please see the Syncthing documentation site.

All code is licensed under the MPLv2 License.