22b6072178
RemainAfterExit means that the service should be considered active even when all its children has terminated. This is not what we want here as the child process created by carton is a daemon process and not expected to terminate. Also, on stretch, the return code of the child process has no influence on the status of the service if RemainAfterExit is set. |
||
---|---|---|
conf | ||
scripts | ||
check_process | ||
LICENSE | ||
manifest.json | ||
README.md | ||
README_fr.md |
Lufi for YunoHost
This package allow you to install lufi quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy 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.03.5
Screenshots
Demo
Configuration
How to configure this app: a plain file with SSH.
Documentation
- Official documentation: https://framagit.org/luc/lufi/wikis/home
YunoHost specific features
Multi-users 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
- App website: https://framagit.org/fiat-tux/hat-softwares/lufi
- YunoHost website: https://yunohost.org/
Developers info
Only if you want to use a testing branch for coding, instead of merging directly into master. Please do 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
More information on the documentation page:
https://yunohost.org/packaging_apps