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

55 lines
2.4 KiB
Markdown
Raw 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
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
Testing (#22) * upgrade to v.12.1.0 * Update nginx.conf * Upgrade to 12.2.0 (#3) * Upgrade to 12.2.0 * Add maintainer * Fix issue #5 (#6) Explicity set the correct owner and group for the data dir during backup restore Co-authored-by: Rasmus Mattsson Kallio <rasmus@mallio.se> * Version bump * Fix linter warnings * Update manifest.json * Update manifest.json * Set badge in SVG * Finding an available port * Small fixes * Small fix * Cleaning up * Update manifest.json * Update manifest.json * Protect config file * Update manifest.json * [autopatch] Update issue and PR templates (#13) Co-authored-by: Yunohost-Bot <> * Add templates * fix (#16) * Update manifest.json * Auto-update README * Update scripts/install Co-authored-by: tituspijean <tituspijean@outlook.com> * Update scripts/upgrade Co-authored-by: tituspijean <tituspijean@outlook.com> * Update upgrade * Update check_process * Update check_process * Update manifest.json * Update check_process * Update manifest.json * Auto-update README * Enhance README (#19) * Rename DESCRITION.md to DESCRIPTION.md Co-authored-by: Yunohost-Bot <> * Auto-update README * bump version * Auto-update README * Fix * Update manifest.json * Auto-update README Co-authored-by: Rasmus MK <71251695+rasmus-mk@users.noreply.github.com> Co-authored-by: Rasmus Mattsson Kallio <rasmus@mallio.se> Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: Yunohost-Bot <> Co-authored-by: tituspijean <tituspijean@outlook.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
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>