It means Let's Upload That Image.
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.
Lutim is licensed under the terms of the AGPL. See the LICENSE file.
Lutim's logo is an adaptation of Lutin by Godo, licensed under the terms of the CC-BY-SA 3.0 license.
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
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.
Lutim comes with English, French and Spanish languages. It will choose the language to display from the browser's settings.
See AUTHORS.md file.
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.
You can make a donation to the author on Tipeee or on Liberapay.
Lutim is written in Perl with the Mojolicious framework.
It uses:
- Twitter bootstrap framework to look not too ugly
- JQuery and JQuery File Uploader (slightly modified) to add some modernity
- Raphaël and morris.js for stats graphs
- freezeframe.js (slightly modified) to be able to freeze animated gifs in twitter card
- Moment.js for displaying real dates instead of unix timestamps.
- Fontello and the markdown font for the icons, licenses for the fontello icons fonts are in
public/font/LICENSE.txt
- Henny Penny font designed by Olga Umpeleva for Brownfox
- PhotoSwipe for the gallery
- JSZip for generating a zip containing all the images in the gallery
- FileSaver.js for saving the zip
- Toastify JS for notifications
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.