This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
346 lines (332 loc) · 19.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!DOCTYPE html>
<html lang="en">
<head>
<title>Syncthing</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="shortcut icon" href="images/favicon.png" type="image/png">
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="images/favicons/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/favicons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/favicons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="images/favicons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/favicons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="images/favicons/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="images/favicons/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicons/favicon-16x16.png" sizes="16x16" />
<meta name="application-name" content="Syncthing" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="images/favicons/mstile-144x144.png" />
<meta name="theme-color" content="#FFFFFF">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.min.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/raleway.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<meta name="google-site-verification" content="YnpYvLrQHPxuSb2e0CqhZ9WU3yuET5BwGHczvoAMB9Y" />
<link rel="dns-prefetch" href="//ghbtns.com" />
<link rel="dns-prefetch" href="//code.jquery.com" />
</head>
<body>
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon">
<a target="_blank" href="https://github.com/syncthing/syncthing">Fork me on GitHub</a>
</div>
</div>
<div class="top">
<div class="container-fluid container">
<div class="jumbotron">
<h1>
<img alt="Syncthing" id='syncthing-logo' title="Syncthing" src="images/logo-horizontal.svg" />
</h1>
<p class="under-logo">
Syncthing is a continuous file synchronization program.
It synchronizes files between two or more computers and
replaces proprietary sync and cloud services with something open,
trustworthy and decentralized. Your data is your data alone and
<em>you</em> deserve to choose where it is stored, if it is shared with some third party and how
it's transmitted over the internet.<br />
Check the
<a href="https://github.com/syncthing/syncthing/blob/master/GOALS.md#the-syncthing-goals">
list of Syncthing's goals</a> for more details.
</p>
</div>
<small class="attribution">
<a href="https://www.flickr.com/photos/iamjanosik/14286545284/">Photo</a> by Steve Janosic /
<a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">CC BY-NC-ND</a>
</small>
</div>
</div>
<div id="main">
<div class="container">
<div class="row">
<div id="get-started" class="col-md-12">
<h2>
<i class="title fa fa-download"></i>Get Started</h2>
<hr />
<div class="row">
<div class="col-md-6">
<h3>Native GUIs & Integrations</h3>
<p>
<ul>
<li><b>Windows</b> tray utility, filesystem watcher & launcher: <a
href="https://github.com/canton7/SyncTrayzor/releases/latest">SyncTrayzor</a>
<li><b>macOS</b> application bundle: <a
href="https://github.com/syncthing/syncthing-macos/releases/latest">syncthing-macos</a>
<li><b>Cross-platform</b> GUI wrapper: <a
href="https://github.com/syncthing/syncthing-gtk/releases/latest">Syncthing-GTK</a>
<li>
<b>Android</b> app:<br>
<a
href="https://play.google.com/store/apps/details?id=com.nutomic.syncthingandroid"><img
style="height:40px;" alt="Get it on Google Play"
src="images/google-play-badge.png"></a>
<a href="https://f-droid.org/packages/com.nutomic.syncthingandroid/"><img
style="height:40px;" alt="Get it on F-Droid"
src="images/fdroid-badge.png"></a>
<br><small>See also <a
href="https://github.com/syncthing/syncthing-android">Source and Issue
Tracker</a> for the Android app</small>
</ul>
</p>
<h3>Other Components and Contributions</h3>
<p>
<ul>
<li>Many, many <a href="https://docs.syncthing.net/users/contrib.html">community
contributions</a>.
</ul>
</p>
</div>
<div class="col-md-6">
<h3>Syncthing Core (CLI & Web UI)</h3>
<div id="static-download">
<p id="download-button">
<a class="btn btn-primary btn-lg"
href="https://github.com/syncthing/syncthing/releases/latest">
<i class="fa fa-github"></i> Download from GitHub</a>
</p>
</div>
<div id="dynamic-downloads">
<h4>Latest is <span id="latest-release-tag"></span></h4>
<p id="download-links"></p>
<p>
<span id="latest-pre-span">The current release candidate is <a
id="latest-pre-link"><span id="latest-pre-tag"></span></a>.</span>
The next release, <span id="next-release-tag"></span>, is expected <span
id="next-release-date"></span>.
</p>
</div>
<p>There are also <a href="https://apt.syncthing.net/">Debian / Ubuntu packages</a>
available. Make sure to check out the
<a href="https://docs.syncthing.net/intro/getting-started.html">Getting Started
Guide</a> if you need help. Releases are signed as described on the
<a href="security.html">security</a> page.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div id="secure-private" class="col-sm-12">
<h2>
<i class="title fa fa-lock"></i>Secure & Private</h2>
<hr />
<div class="row">
<div class="col-sm-8">
<ul>
<li>
<strong>Private.</strong> None of your data is ever stored anywhere else other than
on your computers. There is no central server that might be compromised, legally or
illegally.</li>
<li>
<strong>Encrypted.</strong> All communication is secured using TLS. The encryption
used includes perfect forward secrecy to prevent any eavesdropper from ever gaining
access to your data.</li>
<li>
<strong>Authenticated.</strong> Every node is identified by a strong cryptographic
certificate. Only nodes you have explicitly allowed can connect to your cluster.
</li>
<p><b>If you have a security concern, please see <a href="security.html">the security page</a> for details and contact information.</b></p>
</ul>
</div>
<div class="col-sm-4">
<img src="images/rsa-720.jpg" alt="rsa" width="360" class="img-thumbnail">
</div>
</div>
</div>
</div>
<div class="row">
<div id="open-development" class="col-sm-12">
<h2>
<i class="title fa fa-code-fork"></i>Open Development</h2>
<hr />
<div class="row">
<div class="col-sm-8">
<p></p>
<ul>
<li>
<strong>Open Discourse.</strong> Development and usage is always open for
discussion.
<br />
<a target="_blank" href="https://forum.syncthing.net/">Syncthing Discussion
Forum</a>
</li>
<li>
<strong>Open Source.</strong> All source code is available on GitHub — what
you see is what you get, there is no hidden funny business.
<br />
<a target="_blank"
href="https://github.com/syncthing/syncthing/tree/master">Syncthing Source
Code</a>
</li>
<li>
<strong>Open Protocol.</strong> The protocol is a documented standard — no
hidden magic.
<br />
<a target="_blank" href="https://docs.syncthing.net/specs/bep-v1.html">Syncthing
Protocol Definition</a>
</li>
<li>
<strong>Open Development.</strong> Any bugs found are immediately visible for anyone
to browse — no hidden flaws.
<br />
<a target="_blank"
href="https://github.com/syncthing/syncthing/issues?state=open">Syncthing Issue
Tracker</a>
</li>
</ul>
</div>
<div class="col-sm-4">
<img src="images/code-720.jpg" alt="code" width="360" class="img-thumbnail">
</div>
</div>
</div>
</div>
<div class="row">
<div id="easy-to-use" class="col-sm-12">
<h2>
<i class="title fa fa-users"></i>Easy to Use</h2>
<hr />
<div class="row">
<div class="col-sm-8">
<p>Syncthing is still in development, although a large number of features have already been
implemented:</p>
<ul>
<li>
<strong>Web GUI.</strong> Configure and monitor Syncthing via a responsive and
powerful interface accessible via your browser.</li>
<li>
<strong>Portable.</strong> Works on Mac OS X, Windows, Linux, FreeBSD, Solaris and
OpenBSD. Run it on your desktop computers and synchronize them with your server for
backup.</li>
<li>
<strong>Simple.</strong> Syncthing doesn't need IP addresses or advanced
configuration: it just works, over LAN and over the Internet. Every machine is
identified by an ID. Just give your ID to your friends, share a folder and watch:
UPnP will do if you don't want to port forward or you don't know how.</li>
<li>
<strong>Powerful.</strong> Synchronize as many folders as you need with different
people.</li>
</ul>
</div>
<div class="col-sm-4">
<img src="images/screenshot-720.jpg" alt="screenshot of syncthing" width="360"
class="img-thumbnail">
</div>
</div>
</div>
</div>
<div class="row">
<div id="donate" class="col-md-12" ng-controller="SyncthingCtrl">
<h2><i class="title fa fa-heart"></i>Donate</h2>
<hr />
<p>Developing Syncthing costs money, in domain and hosting
fees for the various servers we need to run the operation
such as discovery servers, build servers and this website.
Your donations help fund these costs. Donations are handled
by the <a href="https://www.syncthing.org/">Syncthing
Foundation</a>.</p>
<a class="btn btn-success btn-lg" role="link" href="https://www.syncthing.org/donations/"><i
class="fa fa-credit-card"></i> Donate</a>
</div>
</div>
<hr />
<div class="row ">
<div class="col-md-12">
<div class="col-md-6 col-md-offset-3">
<p class="text-center"><a href="https://kastelo.net/"><img src="https://kastelo.net/img/logo.svg"
class="logo"></a></p>
<p class="text-center"><a href="https://kastelo.net/">Kastelo</a> provides <a
href="https://kastelo.net/stes/">commercial support</a> for Syncthing and
sponsors Syncthing with development resources.</p>
</div>
</div>
</div>
<hr />
<div class="row">
<div class="col-sm-4">
<h3 class="text-center">
<a target="_blank" href="https://forum.syncthing.net/">
<i class="extra fa fa-comments"></i>
<br />
Discuss
</a>
<br />
<small>Join the talk on the forums</small>
</h3>
</div>
<div class="col-sm-4">
<h3 class="text-center">
<a target="_blank" href="https://docs.syncthing.net/">
<i class="extra fa fa-book"></i>
<br />
Docs
</a>
<br />
<small>For Users and Developers</small>
</h3>
</div>
<div class="col-sm-4">
<h3 class="text-center">
<a target="_blank" href="https://github.com/syncthing/syncthing">
<i class="extra fa fa-cogs"></i>
<br />
Contribute
</a>
<br />
<small>Clone, Fork, and start tinkering</small>
</h3>
</div>
</div>
<hr />
<div class="row">
<div class="col-sm-12 text-center">
<iframe
src="https://ghbtns.com/github-btn.html?user=syncthing&repo=syncthing&type=star&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
<iframe
src="https://ghbtns.com/github-btn.html?user=syncthing&repo=syncthing&type=fork&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.1/angular.min.js"></script>
<script type="text/javascript" src="js/releases.js"></script>
<script type="text/javascript" src="js/downloads.js"></script>
<script type="text/javascript">
$.getJSON('https://upgrades.syncthing.net/meta.json', function (data) {
var res = parseReleases(data);
appendDownloadLinks(res.latestRelease, '#download-links')
setTags(res);
$('#dynamic-downloads').css('display', 'block');
$('#static-download').hide();
})
loadMilestones();
</script>
</body>
</html>