1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lutim_ynh.git synced 2024-09-03 19:36:24 +02:00
lutim_ynh/README.md

45 lines
1.9 KiB
Markdown
Raw Normal View History

2022-05-23 20:44:48 +02:00
<!--
2024-02-19 21:55:07 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2022-05-23 20:44:48 +02:00
It shall NOT be edited by hand.
-->
2017-12-05 19:36:40 +01:00
# Lutim for YunoHost
2015-03-16 21:10:39 +01:00
2023-03-25 09:30:32 +01:00
[![Integration level](https://dash.yunohost.org/integration/lutim.svg)](https://dash.yunohost.org/appci/app/lutim) ![Working status](https://ci-apps.yunohost.org/ci/badges/lutim.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/lutim.maintain.svg)
2020-12-18 19:15:49 +01:00
[![Install Lutim with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lutim)
2015-03-16 21:10:39 +01:00
2017-12-05 19:36:40 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2015-03-16 21:10:39 +01:00
2022-05-23 20:44:48 +02:00
> *This package allows you to install Lutim quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2015-03-16 21:10:39 +01:00
2017-12-05 19:36:40 +01:00
## Overview
2016-03-31 22:41:54 +02:00
2017-12-05 19:36:40 +01:00
Lutim 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.
2016-05-15 11:36:31 +02:00
2023-04-16 20:29:37 +02:00
**Shipped version:** 0.12.1~ynh5
2017-12-05 19:36:40 +01:00
2022-05-23 20:44:48 +02:00
**Demo:** https://lut.im/
## Documentation and resources
2017-12-05 19:36:40 +01:00
* Official app website: <https://lut.im>
* Official user documentation: <https://framagit.org/luc/lutim/wikis/home>
* Upstream app code repository: <https://framagit.org/fiat-tux/hat-softwares/lutim>
2024-02-19 21:55:07 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/lutim>
* Report a bug: <https://github.com/YunoHost-Apps/lutim_ynh/issues>
2017-12-05 19:36:40 +01:00
2022-05-23 20:44:48 +02:00
## Developer info
2017-12-05 19:36:40 +01:00
2022-05-23 20:44:48 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/lutim_ynh/tree/testing).
2017-12-05 19:36:40 +01:00
To try the testing branch, please proceed like that.
``` bash
2022-05-23 20:44:48 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/lutim_ynh/tree/testing --debug
2017-12-05 19:36:40 +01:00
or
2019-01-20 17:44:06 +01:00
sudo yunohost app upgrade lutim -u https://github.com/YunoHost-Apps/lutim_ynh/tree/testing --debug
2017-12-05 19:36:40 +01:00
```
2022-05-23 20:44:48 +02:00
2024-02-19 21:55:07 +01:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>