lutim
lutim copied to clipboard
Let's Upload That Image ! Read-only mirror of https://framagit.org/fiat-tux/hat-softwares/lutim
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.

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