2019-03-03 20:39:01 +01:00
# Lufi pour YunoHost
2020-05-30 16:34:01 +02:00
[![Niveau d'intégration ](https://dash.yunohost.org/integration/lufi.svg )](https://dash.yunohost.org/appci/app/lufi) ![](https://ci-apps.yunohost.org/ci/badges/lufi.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/lufi.maintain.svg)
[![Installer Lufi avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](https://install-app.yunohost.org/?app=lufi)
2019-03-03 20:39:01 +01:00
*[Read this readme in english.](./README.md)*
2020-06-10 20:25:55 +02:00
> *Ce package vous permet d'installer Lufi rapidement et simplement sur un serveur YunoHost.
2020-05-30 16:34:01 +02:00
Si vous n'avez pas YunoHost, consultez [le guide ](https://yunohost.org/#/install ) pour apprendre comment l'installer.*
2019-03-03 20:39:01 +01:00
## Vue d'ensemble
Il stocke vos fichiers et vous permet de les télécharger.
Est-ce tout? Non. Tous les fichiers sont cryptés par le navigateur! Non chiffré. Ça ne marche pas. L'administrateur de l'instance Lufi ne pourra pas voir quel est votre administrateur réseau ou votre FAI.
La clé de cryptage est une ancre (voir [Fragment Identifier ](https://en.wikipedia.org/wiki/Fragment_identifier )), ce qui signifie que cette partie n'est traitée que par le client et n'atteint pas le serveur. :-)
2020-05-29 22:37:32 +02:00
**Version incluse:** 0.03.5
2019-03-03 20:39:01 +01:00
## Captures d'écran
![](https://framalibre.org/sites/default/files/screenshot_lufi_1.png)
## Démo
* [Démo officielle ](https://demo.lufi.io/ )
## Configuration
Comment configurer cette application: un fichier brut en SSH.
## Documentation
* Documentation officielle: https://framagit.org/luc/lufi/wikis/home
## Caractéristiques spécifiques YunoHost
2020-05-30 16:34:01 +02:00
#### Support multi-utilisateur
2019-03-03 20:39:01 +01:00
2020-06-10 20:26:10 +02:00
* L'authentification LDAP et HTTP est-elle prise en charge ? **Oui**
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
2019-03-03 20:39:01 +01:00
2020-04-20 04:16:40 +02:00
#### Architectures supportées
2019-03-03 20:39:01 +01:00
2020-06-10 20:26:27 +02:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/lufi%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/lufi/)
2020-05-30 16:34:01 +02:00
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/lufi%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/lufi/)
2020-04-20 04:16:40 +02:00
## Liens
2019-03-03 20:39:01 +01:00
* Signaler un bug: https://github.com/YunoHost-Apps/lufi_ynh/issues
2020-04-20 04:16:40 +02:00
* Dépôt de l'application principale: https://framagit.org/fiat-tux/hat-softwares/lufi
2019-03-03 20:39:01 +01:00
* Site web YunoHost: https://yunohost.org/
---
Informations pour les développeurs
----------------
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/lufi_ynh/tree/testing ).
Pour essayer la branche testing, procédez comme suit.
```
sudo yunohost app install https://github.com/YunoHost-Apps/lufi_ynh/tree/testing --debug
ou
sudo yunohost app upgrade lufi -u https://github.com/YunoHost-Apps/lufi_ynh/tree/testing --debug
```