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.
2020-11-01 18:24:02 +01:00
Est-ce tout ? Non. Tous les fichiers sont chiffrés par le navigateur ! L'administrateur de l'instance Lufi ne pourra pas voir quel est votre administrateur réseau ou votre FAI.
2019-03-03 20:39:01 +01:00
2020-06-16 07:06:01 +02:00
La clé de déchiffrement 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. :-)
2019-03-03 20:39:01 +01:00
2020-11-01 18:24:02 +01:00
**Version incluse:** 0.05.7
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
2020-11-01 18:24:02 +01:00
* Comment configurer cette application: un fichier brut `/var/www/lufi/lufi.conf` en SSH.
2019-03-03 20:39:01 +01:00
## Documentation
2020-11-01 18:24:02 +01:00
* Documentation officielle : https://framagit.org/luc/lufi/wikis/home
2020-11-05 09:53:03 +01:00
* Documentation YunoHost : https://yunohost.org/#/app_lufi_fr
2019-03-03 20:39:01 +01:00
## 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
2020-06-10 20:26:35 +02:00
* Signaler un bug : https://github.com/YunoHost-Apps/lufi_ynh/issues
2020-06-10 20:26:41 +02:00
* Dépôt de l'application principale : https://framagit.org/fiat-tux/hat-softwares/lufi
* Site web YunoHost : https://yunohost.org/
2019-03-03 20:39:01 +01:00
---
2020-11-01 18:24:02 +01:00
## Informations pour les développeurs
2019-03-03 20:39:01 +01:00
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
```