1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/droppy_ynh.git synced 2024-09-03 18:26:27 +02:00
droppy_ynh/README_fr.md

46 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

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
[![Niveau dinté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
> *Ce package vous permet dinstaller Droppy rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2020-08-17 17:29:58 +02:00
## Vue densemble
2020-08-17 17:29:58 +02:00
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
**Version incluse :** 12.2.0~ynh10
2022-01-18 11:56:26 +01:00
## Captures décran
2020-08-17 17:29:58 +02:00
![Capture décran de Droppy](./doc/screenshots/screenshot.png)
2020-08-17 17:29:58 +02:00
2021-11-07 23:19:46 +01:00
## Documentations et ressources
2020-08-17 17:29:58 +02:00
* Dépôt de code officiel de lapp : <https://github.com/silverwind/droppy>
2023-10-31 15:07:58 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/droppy>
2022-06-02 00:45:55 +02:00
* 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
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>