Skip to content

ldidry/lutim

Repository files navigation

Lutim

What Lutim means?

It means Let's Upload That Image.

What does it do?

It stores images and allows you to see them, download them or share them on social networks.

Images are indefinitely stored unless you request that they will be deleted at first view or after 24 hours / one week / one month / one year.

License

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

Logo

Lutim's logo is an adaptation of Lutin by Godo, licensed under the terms of the CC-BY-SA 3.0 license.

Lutim's logo

Wiki

The official wiki contains all you need to know about Lutim (installation, API, etc.). Go to https://framagit.org/fiat-tux/hat-softwares/lutim/-/wikis/home or clone it:

git clone https://framagit.org/fiat-tux/hat-softwares/lutim.wiki.git

Encryption

Lutim does encryption on the server if asked to, but does not store the key.

The encryption is done on the server since Lutim is made to be usable even without javascript. If you want to add client-side encryption for javascript-enabled browsers, patches are welcome.

Internationalization

Lutim comes with English, French and Spanish 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.

Make a donation

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

Others projects dependencies

Lutim is written in Perl with the Mojolicious framework.

It uses:

Deploy lutim

An ansible role and a terraform plan reside under the .provision directory. An user could utilize the terraform plan if they chose to deploy lutim on AWS, if that's not the goal, they could simply execute the ansible role in part. Usage docs for both are present in their respective directories.