mirror of
https://github.com/YunoHost-Apps/filepizza_ynh.git
synced 2024-09-03 18:36:01 +02:00
48 lines
No EOL
2.3 KiB
Markdown
48 lines
No EOL
2.3 KiB
Markdown
<!--
|
||
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.
|
||
-->
|
||
|
||
# FilePizza pour YunoHost
|
||
|
||
[](https://dash.yunohost.org/appci/app/filepizza)  
|
||
|
||
[](https://install-app.yunohost.org/?app=filepizza)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer FilePizza 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
|
||
|
||
Using WebRTC, FilePizza eliminates the initial upload step required by other web-based file sharing services. When senders initialize a transfer, they receive a "tempalink" they can distribute to recipients. Upon visiting this link, recipients' browsers connect directly to the sender’s browser and may begin downloading the selected file. Because data is never stored in an intermediary server, the transfer is fast, private, and secure.
|
||
|
||
**Version incluse :** 1.1.0~ynh7
|
||
|
||
**Démo :** https://file.pizza/
|
||
|
||
## Captures d’écran
|
||
|
||

|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l’app : <https://file.pizza/>
|
||
* Dépôt de code officiel de l’app : <https://github.com/kern/filepizza>
|
||
* YunoHost Store: <https://apps.yunohost.org/app/filepizza>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/filepizza_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/filepizza_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/filepizza_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade filepizza -u https://github.com/YunoHost-Apps/filepizza_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |