Go to file
Luc Didry 2f4a76763a Merge branch 'master' into 'master'
Fixes #95

Closes #95

See merge request !15
2017-08-08 11:14:52 +02:00
lib issue #86 2017-05-08 21:05:49 -04:00
log First commit. Working. 2015-09-21 02:05:06 +02:00
script First commit. Working. 2015-09-21 02:05:06 +02:00
t First commit. Working. 2015-09-21 02:05:06 +02:00
themes/default Fixes #95 2017-08-02 18:52:17 +02:00
utilities Correct various typos. 2016-09-13 10:43:56 +02:00
.gitignore Git: ignore all themes except default 2015-10-09 01:46:22 +02:00
AUTHORS.md Add portuguese translation Fix #81 2017-03-10 17:59:50 +01:00
CONTRIBUTING.md Add contribution guide 2016-07-24 18:39:12 +02:00
LICENSE Add README, LICENSE and AUTHORS files 2015-09-21 23:40:00 +02:00
Makefile Add occitan translation 2016-11-13 13:53:52 +01:00
README.md Correct plural for perfect British English 👌 2016-10-14 18:27:03 +03:00
cpanfile Limit Mojolicious version 2017-06-15 16:50:58 +02:00
cpanfile.snapshot Add optionnal LDAP authentication for uploading files 2016-07-24 18:39:20 +02:00
lufi.conf.template Add htpasswd file support for user authentication 2017-02-03 15:20:20 +01:00

README.md

Lufi

What does Lufi mean?

Lufi means Let's Upload that FIle.

What does it do?

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. :-)

License

Lufi is licensed under the terms of the AGPL. See the LICENSE file.

Official instance

There is a demonstration site, available at https://demo.lufi.io, with strong limitations on time and file size.

To really use Lufi, you can go to https://framadrop.org, provided by the Framasoft association (you can help them to keep providing free services at https://soutenir.framasoft.org).

Because Lufi is quite similar to Luffy, like in "Monkey D. Luffy" from One Piece manga, the logo is a straw hat, made with pain, love and Inkscape.

Wiki (work in progress)

The official wiki will contain all you need to know about Lufi (installation, configuration, etc.). Go to https://framagit.org/luc/lufi/wikis/home or clone it:

git clone https://framagit.org/luc/lufi.wiki.git

Encryption

All the encryption/decryption processes take place in your browser. The encryption key is never sent over the network.

However please note that some metadata are sent unencrypted:

  • the file name
  • its size
  • its mimetype

Internationalization

Lufi comes with English and French languages. It will choose the language to display from the browser's settings.

If you want to add a language, merge-requests are welcome.

Authors

See AUTHORS.md file.

Contribute!

Please consider contributing, either by reporting issues or by helping the internationalization. And of course, code contributions are welcome!

The details on how to contribute are on the wiki.

Make a donation

You can make a donation to the author on Tipeee or on Liberapay.

Other dependencies

Lufi is written in Perl with the Mojolicious framework.

It uses: