2022-06-02 00:45:55 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-08-17 17:29:58 +02:00
# Droppy pour YunoHost
2022-06-02 00:45:55 +02:00
[![Niveau d'intégration ](https://dash.yunohost.org/integration/droppy.svg )](https://dash.yunohost.org/appci/app/droppy) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/droppy.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/droppy.maintain.svg )
2021-01-11 08:58:08 +01:00
[![Installer Droppy avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=droppy)
2020-08-17 17:29:58 +02:00
2021-11-07 23:19:46 +01:00
*[Read this readme in english.](./README.md)*
2020-08-17 17:29:58 +02:00
2021-11-07 23:19:46 +01:00
> *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.*
2020-08-17 17:29:58 +02:00
## Vue d'ensemble
2022-01-18 11:56:26 +01:00
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.
2021-11-07 23:19:46 +01:00
2022-01-18 11:56:26 +01:00
2022-04-24 14:42:25 +02:00
**Version incluse :** 12.2.0~ynh10
2021-11-07 23:19:46 +01:00
2020-08-17 17:29:58 +02:00
## Captures d'écran
2022-06-02 00:45:55 +02:00
![Capture d'écran de Droppy ](./doc/screenshots/screenshot.png )
2021-11-07 23:19:46 +01:00
## Avertissements / informations importantes
2020-08-17 17:29:58 +02:00
2022-01-18 11:56:26 +01:00
Le développement de Droppy a été abandonné par son auteur, et son dépôt de code a été archivé. N'attendez pas de future mise à jour, ni correctifs de sécurité.
2020-08-17 17:29:58 +02:00
## 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/`
2021-11-07 23:19:46 +01:00
## Documentations et ressources
2020-08-17 17:29:58 +02:00
2022-06-02 00:45:55 +02:00
* 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 >
2020-08-17 17:29:58 +02:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/droppy_ynh/tree/testing ).
Pour essayer la branche testing, procédez comme suit.
2022-06-02 00:45:55 +02:00
``` bash
2020-08-17 17:29:58 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/droppy_ynh/tree/testing --debug
ou
sudo yunohost app upgrade droppy -u https://github.com/YunoHost-Apps/droppy_ynh/tree/testing --debug
```
2021-11-07 23:19:46 +01:00
2022-06-02 00:45:55 +02:00
**Plus d'infos sur le packaging d'applications :** < https: / / yunohost . org / packaging_apps >