From 414009ed9ec2fa3e448b5fb4d9973f84d2a9ba0f Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 25 Jun 2021 18:34:53 +0000 Subject: [PATCH] Auto-update README --- README.md | 44 ++++++++++++++++++++++---------------------- README_fr.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+), 22 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index d5eb022..fb20371 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,37 @@ + + # Syncthing for YunoHost [![Integration level](https://dash.yunohost.org/integration/syncthing.svg)](https://dash.yunohost.org/appci/app/syncthing) ![](https://ci-apps.yunohost.org/ci/badges/syncthing.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/syncthing.maintain.svg) [![Install Syncthing with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=syncthing) -> *This package allows you to install Syncthing quickly and simply on a YunoHost server. +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install Syncthing quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview -Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. -**Shipped version:** 1.17.0 +Continuous file synchronization program. + +**Shipped version:** 1.17.0~ynh1 + + ## Screenshots -![](https://docs.syncthing.net/_images/gs1.png) +![](./doc/screenshots/screenshot1.png) -## Documentation +## Documentation and resources - * Official documentation: https://docs.syncthing.net - -## YunoHost specific features - -#### Supported architectures - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/syncthing.svg)](https://ci-apps.yunohost.org/ci/apps/syncthing/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/syncthing.svg)](https://ci-apps-arm.yunohost.org/ci/apps/syncthing/) - -## Links - - * Report a bug: https://github.com/YunoHost-Apps/syncthing_ynh/issues - * App website: https://syncthing.net/ - * Upstream app repository: https://github.com/syncthing/syncthing - * YunoHost website: https://yunohost.org/ - ---- +* Official app website: https://syncthing.net +* Official user documentation: https://docs.syncthing.net +* Upstream app code repository: https://github.com/syncthing/syncthing +* YunoHost documentation for this app: https://yunohost.org/app_syncthing +* Report a bug: https://github.com/YunoHost-Apps/syncthing_ynh/issues ## Developer info @@ -45,3 +43,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/syncthing_ynh/tree/te or sudo yunohost app upgrade syncthing -u https://github.com/YunoHost-Apps/syncthing_ynh/tree/testing --debug ``` + +**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..94362a1 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,43 @@ +# Syncthing pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/syncthing.svg)](https://dash.yunohost.org/appci/app/syncthing) ![](https://ci-apps.yunohost.org/ci/badges/syncthing.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/syncthing.maintain.svg) +[![Installer Syncthing avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=syncthing) + +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* + +> *Ce package vous permet d'installer Syncthing rapidement et simplement sur un serveur YunoHost. +Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* + +## Vue d'ensemble + +Programme de synchronisation de fichiers en continu. + +**Version incluse :** 1.17.0~ynh1 + + + +## Captures d'écran + +![](./doc/screenshots/screenshot1.png) + +## Documentations et ressources + +* Site officiel de l'app : https://syncthing.net +* Documentation officielle utilisateur : https://docs.syncthing.net +* Dépôt de code officiel de l'app : https://github.com/syncthing/syncthing +* Documentation YunoHost pour cette app : https://yunohost.org/app_syncthing +* Signaler un bug : https://github.com/YunoHost-Apps/syncthing_ynh/issues + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/syncthing_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/syncthing_ynh/tree/testing --debug +ou +sudo yunohost app upgrade syncthing -u https://github.com/YunoHost-Apps/syncthing_ynh/tree/testing --debug +``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file