forked from Git/send_ynh
42 lines
1.7 KiB
Markdown
42 lines
1.7 KiB
Markdown
# Send pour YunoHost
|
||
|
||
[](https://dash.yunohost.org/appci/app/send)  
|
||
[](https://install-app.yunohost.org/?app=send)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
*[Lire ce readme en français.](./README_fr.md)*
|
||
|
||
> *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.*
|
||
|
||
## Vue d'ensemble
|
||
|
||
Partage de fichier simple et privé
|
||
|
||
**Version incluse :** 3.4.13~ynh1
|
||
|
||
**Démo :** https://send.vis.ee/
|
||
|
||
## Captures d'écran
|
||
|
||

|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : https://send.vis.ee/
|
||
* 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
|
||
|
||
## 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
|
||
```
|
||
|
||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps |