Нема описа

Laurent Etiemble 7b4e1e9055 cmd/syncthing: Fix handler ordering so CORS middleware wraps all the others but the debug one пре 9 година
assets 2a60f4b1e9 Add .gitattributes; normalize line endings пре 10 година
cmd 7b4e1e9055 cmd/syncthing: Fix handler ordering so CORS middleware wraps all the others but the debug one пре 9 година
debian 9259425a9a Add priority,section and homepage to debian/control пре 9 година
etc 6f82d83bd6 Let "systemctl help" command work пре 9 година
gui 46e913dc23 gui: Improve header and footer layout on small screens пре 9 година
lib 4c3cd4c9e3 lib/ignore: Replace lib/fnmatch with github.com/gobwas/glob пре 9 година
man 8f580b13df gui: Update translations and documentation пре 9 година
script 8d53175c20 Compact and slightly reorder author list пре 9 година
test 66f480519b lib/model: Refactor out scanning method from rwfolder.Serve loop пре 9 година
vendor 4c3cd4c9e3 lib/ignore: Replace lib/fnmatch with github.com/gobwas/glob пре 9 година
.gitattributes 6be4b49999 build: Generate gui.files.go on the fly, remove from repo пре 9 година
.gitignore 6be4b49999 build: Generate gui.files.go on the fly, remove from repo пре 9 година
.mailmap c6688d8f89 Include ref#, show author nickname in release notes пре 11 година
AUTHORS bea272c40b Confirmation box for when adding multiple folders on the same path (#1960) пре 9 година
CONDUCT.md dde8045109 Add Code of Conduct пре 11 година
CONTRIBUTING.md 5c49b93c67 Links are nice, too пре 10 година
ISSUE_TEMPLATE.md a28f890e83 issue_template: Add note about using forum for support пре 9 година
LICENSE 32425c5561 MPLv2 пре 10 година
NICKS a455e32adf meta: Amend wweich in NICKS пре 9 година
PULL_REQUEST_TEMPLATE.md 436fd0b88e pull_request_template: Add note about docs needing update пре 9 година
README.md dd9a4e044a README.md: Spelling пре 9 година
appveyor.yaml a7169a6348 Add AppVeyor for Windows builds пре 10 година
build.go b6f32b6e45 build: Clean up environment handling пре 9 година
build.sh 65aaa607ab Use Go 1.5 vendoring instead of Godeps пре 9 година

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.