1
0
forked from Git/send_ynh
send_ynh_agr/README_fr.md

51 lines
2.2 KiB
Markdown
Raw Normal View History

2021-08-25 17:42:59 +02:00
# Send pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/send.svg)](https://dash.yunohost.org/appci/app/send) ![](https://ci-apps.yunohost.org/ci/badges/send.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/send.maintain.svg)
2021-08-25 17:43:06 +02:00
[![Installer Send avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=send)
2021-08-25 17:42:59 +02:00
2021-08-25 17:43:06 +02:00
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
2021-08-25 17:42:59 +02:00
2021-08-25 17:43:06 +02:00
> *Ce package vous permet d'installer Send 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.*
2021-08-25 17:42:59 +02:00
## Vue d'ensemble
2021-08-28 23:32:38 +02:00
Un fork du Firefox Send de Mozilla. Mozilla a arrêté Send, et ce fork est un effort de la communauté pour maintenir le projet en vie.
Send est une expérience de partage de fichiers qui permet d'envoyer des fichiers chiffrés à d'autres utilisateurs.
2021-08-25 17:42:59 +02:00
2021-12-29 19:18:37 +01:00
**Version incluse :** 3.4.15~ynh1
2021-08-25 17:42:59 +02:00
2021-08-25 17:43:06 +02:00
**Démo :** https://send.vis.ee/
2021-08-25 17:42:59 +02:00
2021-08-25 17:43:06 +02:00
## Captures d'écran
2021-08-25 17:42:59 +02:00
2021-08-25 17:43:06 +02:00
![](./doc/screenshots/screenshot.png)
2021-08-25 17:42:59 +02:00
2021-08-26 13:24:08 +02:00
## Avertissements / informations importantes
## Configuration
Le chemin du fichier de configuration est `var/www/send/server/config.js`.
Vous pouvez configurer des paramètres tels que les taille de fichier, nombre de téléchargements, ou temps d'expiration des fichiers maximums.
2021-08-25 17:43:06 +02:00
## Documentations et ressources
2021-08-25 17:42:59 +02:00
2021-08-25 17:45:07 +02:00
* Site officiel de l'app : https://send.vis.ee/
2021-08-25 17:43:06 +02:00
* Dépôt de code officiel de l'app : https://github.com/timvisee/send
* Documentation YunoHost pour cette app : https://yunohost.org/app_send
* Signaler un bug : https://github.com/YunoHost-Apps/send_ynh/issues
2021-08-25 17:42:59 +02:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/send_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
```
sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
ou
sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
```
2021-08-25 17:43:06 +02:00
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps