mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
e5b6fac53d
* Upgrade to v5.1.0 * Auto-update README
50 lines
No EOL
2.2 KiB
Markdown
50 lines
No EOL
2.2 KiB
Markdown
<!--
|
||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||
It shall NOT be edited by hand.
|
||
-->
|
||
|
||
# Lychee pour YunoHost
|
||
|
||
[![Niveau d’intégration](https://dash.yunohost.org/integration/lychee.svg)](https://dash.yunohost.org/appci/app/lychee) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/lychee.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/lychee.maintain.svg)
|
||
|
||
[![Installer Lychee avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lychee)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer Lychee rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
Lychee est un outil de gestion de photos, qui s'exécute sur votre serveur ou espace Web. Téléchargez, gérez et partagez des photos comme à partir d'une application native. Lychee est livré avec tout ce dont vous avez besoin et toutes vos photos sont stockées en toute sécurité.
|
||
|
||
|
||
**Version incluse :** 5.1.0~ynh1
|
||
|
||
**Démo :** https://lycheeorg.github.io/demo/
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de Lychee](./doc/screenshots/screenshot.jpg)
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l’app : <https://lycheeorg.github.io/>
|
||
* Documentation officielle de l’admin : <https://lycheeorg.github.io/docs/>
|
||
* Dépôt de code officiel de l’app : <https://github.com/LycheeOrg/Lychee>
|
||
* YunoHost Store: <https://apps.yunohost.org/app/lychee>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/lychee_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/lychee_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/lychee_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade lychee -u https://github.com/YunoHost-Apps/lychee_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |