conf | ||
scripts | ||
check_process | ||
issue_template.md | ||
LICENSE | ||
manifest.json | ||
pull_request_template.md | ||
README.md | ||
README_fr.md |
Lufi for YunoHost
This package allows you to install Lufi quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
It stores files and allows you to download them.
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.
The encryption key part of the URL is a anchor (Cf. Fragment Identifier), that means this part is only processed client-side and does not reach the server. :-)
Shipped version: 0.05.9
Screenshots
Demo
Configuration
- How to configure this app: a plain file at
/var/www/lufi/lufi.conf
with SSH.
Documentation
- Official documentation: https://framagit.org/luc/lufi/wikis/home
- YunoHost documentation: https://yunohost.org/#/app_lufi
YunoHost specific features
Multi-user support
Are LDAP and HTTP auth supported? Yes Can the app be used by multiple users? Yes
Supported architectures
Links
- Report a bug: https://github.com/YunoHost-Apps/lufi_ynh/issues
- Upstream app repository: https://framagit.org/fiat-tux/hat-softwares/lufi
- YunoHost website: https://yunohost.org/
Developer info
Please send your pull request to the testing branch.
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