1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lufi_ynh.git synced 2024-09-03 19:36:28 +02:00
lufi_ynh/README.md

71 lines
2.6 KiB
Markdown
Raw Normal View History

2017-04-07 16:08:28 +02:00
# Lufi for YunoHost
2020-05-30 16:34:01 +02:00
[![Integration level](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)
[![Install Lufi with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=lufi)
2017-04-15 18:09:39 +02:00
2019-03-03 20:39:01 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2017-04-07 16:08:28 +02:00
2020-05-30 16:34:01 +02:00
> *This package allows you to install Lufi quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2017-04-07 16:08:28 +02:00
2019-03-03 20:39:01 +01:00
## Overview
It stores files and allows you to download them.
2017-04-07 16:08:28 +02:00
2019-03-03 20:39:01 +01:00
Is that all? No. All the files are encrypted **by the browser**! It means that your files **never** leave your computer unencrypted.
The administrator of the Lufi instance you use will not be able to see what is in your file, neither will your network administrator, or your ISP.
2017-04-07 16:08:28 +02:00
2019-03-03 20:39:01 +01:00
The encryption key part of the URL is a anchor (Cf. [Fragment Identifier](https://en.wikipedia.org/wiki/Fragment_identifier)), that means this part is only processed client-side and does not reach the server. :-)
2017-04-07 16:08:28 +02:00
2020-05-29 22:37:32 +02:00
**Shipped version:** 0.03.5
2017-04-07 16:08:28 +02:00
2019-03-03 20:39:01 +01:00
## Screenshots
2017-04-07 16:08:28 +02:00
2019-03-03 20:39:01 +01:00
![](https://framalibre.org/sites/default/files/screenshot_lufi_1.png)
2017-04-07 16:08:28 +02:00
2019-03-03 20:39:01 +01:00
## Demo
2017-04-07 16:08:28 +02:00
2019-03-03 20:39:01 +01:00
* [Official demo](https://demo.lufi.io/)
2017-02-07 22:24:09 +01:00
2019-03-03 20:39:01 +01:00
## Configuration
2020-05-30 16:34:01 +02:00
How to configure this app: a plain file at `/var/www/lufi/lufi.conf` with SSH.
2019-03-03 20:39:01 +01:00
## Documentation
* Official documentation: https://framagit.org/luc/lufi/wikis/home
## YunoHost specific features
2020-05-30 16:34:01 +02:00
#### Multi-user support
2019-03-03 20:39:01 +01:00
Are LDAP and HTTP auth supported? **Yes**
Can the app be used by multiple users? **Yes**
#### Supported architectures
2020-05-30 16:34:01 +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/)
* 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/)
**More info on the documentation page:**
https://yunohost.org/packaging_apps
2017-02-07 22:24:09 +01:00
2019-03-03 20:39:01 +01:00
## Links
2017-02-07 22:24:09 +01:00
2019-03-03 20:39:01 +01:00
* Report a bug: https://github.com/YunoHost-Apps/lufi_ynh/issues
* Upstream app repository: https://framagit.org/fiat-tux/hat-softwares/lufi
2019-03-03 20:39:01 +01:00
* YunoHost website: https://yunohost.org/
2017-04-07 16:08:28 +02:00
2019-03-03 20:39:01 +01:00
---
2017-04-07 16:08:28 +02:00
2020-05-30 16:34:01 +02:00
Developer info
2019-03-03 20:39:01 +01:00
----------------
2017-04-07 16:08:28 +02:00
2020-05-30 16:34:01 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/lufi_ynh/tree/testing).
2017-04-07 16:08:28 +02:00
2019-03-03 20:39:01 +01:00
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/lufi_ynh/tree/testing --debug
or
sudo yunohost app upgrade lufi -u https://github.com/YunoHost-Apps/lufi_ynh/tree/testing --debug
```