From 96c3b2cf896a34c5dcf03b245ac3f0d3e2a0a860 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 3 Sep 2021 10:07:33 +0000 Subject: [PATCH] Auto-update README --- README.md | 47 ++++++++++++++++++++++------------------------- README_fr.md | 47 ++++++++++++++++++++--------------------------- 2 files changed, 42 insertions(+), 52 deletions(-) diff --git a/README.md b/README.md index 3740e0b..bbc4310 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ + + # Droppy for YunoHost [![Integration level](https://dash.yunohost.org/integration/droppy.svg)](https://dash.yunohost.org/appci/app/droppy) ![](https://ci-apps.yunohost.org/ci/badges/droppy.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/droppy.maintain.svg) @@ -5,47 +10,37 @@ *[Lire ce readme en français.](./README_fr.md)* -> *This package allows you to install Droppy quickly and simply on a YunoHost server. +> *This package allows you to install Droppy 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 Droppy is a self-hosted file storage server with a web interface and capabilities to edit files and view media directly in the browser. -**Shipped version:** 12.2.0 + +**Shipped version:** 12.2.0~ynh6 + +**Demo:** https://demo.example.com ## Screenshots -![](https://i.imgur.com/Ziv79rJ.png) +![](./doc/screenshots/Ziv79rJ.png) + +## Disclaimers / important information ## Configuration How to configure this app: a JSON configuration file with SSH. `/var/www/droppy/config/config.json`. Shared files are stored in the following directory: `/home/yunohost.app/droppy/files` -## Documentation +## Documentation and resources - * Official documentation: https://github.com/silverwind/droppy - -## YunoHost specific features - -#### Multi-user support - -* Is LDAP supported? **No** -* Can the app be used by multiple users? **Yes** - -#### Supported architectures - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/droppy%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/droppy/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/droppy%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/droppy/) - -## Links - - * Report a bug: https://github.com/YunoHost-Apps/droppy_ynh/issues - * Upstream app repository: https://github.com/silverwind/droppy - * YunoHost website: https://yunohost.org/ - ---- +* Official app website: https://github.com/silverwind/droppy +* Official user documentation: https://yunohost.org/apps +* Official admin documentation: https://yunohost.org/packaging_apps +* Upstream app code repository: https://github.com/silverwind/droppy +* YunoHost documentation for this app: https://yunohost.org/app_droppy +* Report a bug: https://github.com/YunoHost-Apps/droppy_ynh/issues ## Developer info @@ -57,3 +52,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/droppy_ynh/tree/testi or sudo yunohost app upgrade droppy -u https://github.com/YunoHost-Apps/droppy_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 index e9c58fc..abd7022 100644 --- a/README_fr.md +++ b/README_fr.md @@ -3,49 +3,40 @@ [![Niveau d'intégration](https://dash.yunohost.org/integration/droppy.svg)](https://dash.yunohost.org/appci/app/droppy) ![](https://ci-apps.yunohost.org/ci/badges/droppy.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/droppy.maintain.svg) [![Installer Droppy avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=droppy) -*[Read this readme in english.](./README.md)* +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* -> *Ce package vous permet d'installer Droppy rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.* +> *Ce package vous permet d'installer Droppy 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 Droppy est un serveur de stockage de fichiers auto-hébergé avec une interface Web et des capacités pour éditer des fichiers et afficher des médias directement dans le navigateur. -**Version incluse :** 12.2.0 + +**Version incluse :** 12.2.0~ynh6 + +**Démo :** https://demo.example.com ## Captures d'écran -![](https://i.imgur.com/Ziv79rJ.png) +![](./doc/screenshots/Ziv79rJ.png) + +## Avertissements / informations importantes ## Configuration Comment configurer cette application : un fichier de configuration `/var/www/droppy/config/config.json` en SSH. Les fichiers partagés sont stockés dans le répertoire suivant : `/home/yunohost.app/droppy/files/` -## Documentation +## Documentations et ressources - * Documentation officielle : https://github.com/silverwind/droppy - -## Caractéristiques spécifiques YunoHost - -#### Support multi-utilisateur - -* L'authentification LDAP est-elle prise en charge ? **Non** -* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui** - -#### Architectures supportées - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/droppy%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/droppy/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/droppy%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/droppy/) - -## Liens - - * Signaler un bug : https://github.com/YunoHost-Apps/droppy_ynh/issues - * Dépôt de l'application principale : https://github.com/silverwind/droppy - * Site web YunoHost : https://yunohost.org/ - ---- +* Site officiel de l'app : https://github.com/silverwind/droppy +* Documentation officielle utilisateur : https://yunohost.org/apps +* Documentation officielle de l'admin : https://yunohost.org/packaging_apps +* Dépôt de code officiel de l'app : https://github.com/silverwind/droppy +* Documentation YunoHost pour cette app : https://yunohost.org/app_droppy +* Signaler un bug : https://github.com/YunoHost-Apps/droppy_ynh/issues ## Informations pour les développeurs @@ -57,3 +48,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/droppy_ynh/tree/testi ou sudo yunohost app upgrade droppy -u https://github.com/YunoHost-Apps/droppy_ynh/tree/testing --debug ``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file