mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
Merge branch 'testing' into config-panel
This commit is contained in:
commit
2916b13972
3 changed files with 3 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Image hosting and sharing service
|
||||
Description=Lufi: image hosting and sharing service
|
||||
Documentation=https://framagit.org/luc/lufi/wikis/home
|
||||
Requires=network.target
|
||||
After=network.target
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
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.
|
||||
Lufi 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](https://en.wikipedia.org/wiki/Fragment_identifier)), that means this part is only processed client-side and does not reach the server. :-)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
## Configuration
|
||||
|
||||
* Comment configurer cette application: un fichier brut `/var/www/lufi/lufi.conf` en SSH.
|
||||
* Comment configurer cette application : un fichier brut `/var/www/lufi/lufi.conf` en SSH.
|
||||
|
|
Loading…
Add table
Reference in a new issue