Go to file
Luc Didry af441f3ece Update about page + translation files 2015-10-07 23:43:01 +02:00
lib Add theme skeleton generator 2015-10-07 00:35:10 +02: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 Update about page + translation files 2015-10-07 23:43:01 +02:00
utilities Themes system 2015-10-06 02:12:22 +02:00
.gitignore Add cron tasks + stop-upload file check 2015-10-04 03:24:37 +02:00
AUTHORS.md Add README, LICENSE and AUTHORS files 2015-09-21 23:40:00 +02:00
LICENSE Add README, LICENSE and AUTHORS files 2015-09-21 23:40:00 +02:00
Makefile Add i18n to themes system 2015-10-06 02:43:39 +02:00
README.md Add README, LICENSE and AUTHORS files 2015-09-21 23:40:00 +02:00
cpanfile Add cron tasks + stop-upload file check 2015-10-04 03:24:37 +02:00
cpanfile.snapshot Update Mojolicious 2015-10-04 03:37:11 +02:00
lufi.conf.template Themes system 2015-10-06 02:12:22 +02: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, and your network administrator neither. Neither can do your ISP.

License

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

Official instance

Not for now. Lufi is still in development.

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 what you need to know about Lufi (installation, configuration, etc). Go to https://git.framasoft.org/luc/lufi/wikis/home or clone it:

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

Encryption

All the encryption/decryption process takes place on your browser. The encryption key never go on the network.

But please, notice that some meta-datas are send 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.

Authors

See AUTHORS.md file.

Contribute!

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

The details on how to contribute are on the wiki.

Others projects dependancies

Lufi is written in Perl with the Mojolicious framework.

It uses:

Yup, no jQuery here, just old good vanilla javascript.