diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 83e952c..b6b4736 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -5,11 +5,13 @@ Syncthing replaces proprietary sync and cloud services with something open, trus ### Features #### Secure & Private + - **Private.** 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. - **Encrypted.** All communication is secured using TLS. The encryption used includes perfect forward secrecy to prevent any eavesdropper from ever gaining access to your data. - **Authenticated.** Every node is identified by a strong cryptographic certificate. Only nodes you have explicitly allowed can connect to your cluster. #### Easy to Use + Syncthing is still in development, although a large number of features have already been implemented: - **Web GUI.** Configure and monitor Syncthing via a responsive and powerful interface accessible via your browser. @@ -18,6 +20,7 @@ Syncthing is still in development, although a large number of features have alre - **Powerful.** Synchronize as many folders as you need with different people. #### Native GUIs & Integrations + - **Windows** tray utility, filesystem watcher & launcher: [SyncTrayzor](https://github.com/canton7/SyncTrayzor/releases/latest) - **Cross-platform** GUI wrapper: [Syncthing-GTK](https://github.com/syncthing/syncthing-gtk/releases/latest) - **Android** app: [Syncthing App](https://f-droid.org/repository/browse/?fdid=com.nutomic.syncthingandroid) diff --git a/screenshots/1.jpg b/screenshots/1.jpg deleted file mode 100644 index 97bdd4f..0000000 Binary files a/screenshots/1.jpg and /dev/null differ diff --git a/screenshots/1.png b/screenshots/1.png new file mode 100644 index 0000000..3c90ef1 Binary files /dev/null and b/screenshots/1.png differ diff --git a/screenshots/2.png b/screenshots/2.png new file mode 100644 index 0000000..d213a1a Binary files /dev/null and b/screenshots/2.png differ diff --git a/screenshots/3.png b/screenshots/3.png new file mode 100644 index 0000000..6a5472b Binary files /dev/null and b/screenshots/3.png differ