2022-06-25 13:37:10 +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.
-->
2022-06-25 14:48:42 +02:00
# Transfer.sh pour YunoHost
2022-06-25 13:37:10 +02:00
2023-02-11 19:04:01 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/transfersh.svg )](https://dash.yunohost.org/appci/app/transfersh) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/transfersh.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/transfersh.maintain.svg )
2023-04-06 11:04:53 +02:00
2022-06-25 14:48:42 +02:00
[![Installer Transfer.sh avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=transfersh)
2022-06-25 13:37:10 +02:00
*[Read this readme in english.](./README.md)*
2023-02-11 19:04:01 +01:00
> *Ce package vous permet d’ installer Transfer.sh 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.*
2022-06-25 13:37:10 +02:00
2023-02-11 19:04:01 +01:00
## Vue d’ ensemble
2022-06-25 13:37:10 +02:00
2023-08-25 12:00:20 +02:00
Partage de fichiers simple et rapide depuis la ligne de commande. Ce code contient le serveur avec tout ce dont vous avez besoin pour créer votre propre instance.
Transfer.sh prend actuellement en charge les fournisseurs Amazon S3, Google Drive, Storj et le système de fichiers local (local).
2022-06-25 13:37:10 +02:00
2023-08-25 12:00:20 +02:00
### Caractéristiques
2022-06-25 13:37:10 +02:00
2023-08-25 12:00:20 +02:00
- Conçu pour être utilisé avec un shell
- Partager des fichiers avec une URL
- Téléchargement illimité
- Fichiers stockés pour toujours
- Chiffrez vos fichiers
- Prévisualisez vos fichiers dans le navigateur
2022-06-25 13:37:10 +02:00
2023-12-04 17:18:42 +01:00
**Version incluse :** 1.6.1~ynh1
2022-06-25 13:37:10 +02:00
2023-02-11 19:04:01 +01:00
## Captures d’ écran
2022-06-25 13:37:10 +02:00
2023-02-11 19:04:01 +01:00
![Capture d’ écran de Transfer.sh ](./doc/screenshots/transfer.sh-about.jpg )
2022-06-25 13:37:10 +02:00
## Documentations et ressources
2023-02-11 19:04:01 +01:00
* Site officiel de l’ app : < https: // transfer . sh />
* Documentation officielle de l’ admin : < https: // github . com / dutchcoders / transfer . sh />
* Dépôt de code officiel de l’ app : < https: // github . com / dutchcoders / transfer . sh >
2023-12-04 17:18:42 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / transfersh >
2022-06-25 13:37:16 +02:00
* Signaler un bug : < https: // github . com / YunoHost-Apps / transfersh_ynh / issues >
2022-06-25 13:37:10 +02:00
## Informations pour les développeurs
2022-06-25 13:37:16 +02:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/transfersh_ynh/tree/testing ).
2022-06-25 13:37:10 +02:00
Pour essayer la branche testing, procédez comme suit.
``` bash
2022-06-25 13:37:16 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/transfersh_ynh/tree/testing --debug
2022-06-25 13:37:10 +02:00
ou
2022-06-25 13:37:16 +02:00
sudo yunohost app upgrade transfersh -u https://github.com/YunoHost-Apps/transfersh_ynh/tree/testing --debug
2022-06-25 13:37:10 +02:00
```
2023-02-11 19:04:01 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >