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

53 lines
2 KiB
Markdown
Raw Normal View History

2021-06-23 11:53:08 +02:00
<!--
2024-03-29 07:11:43 +01:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-06-23 11:53:08 +02:00
It shall NOT be edited by hand.
-->
2020-11-06 21:41:02 +01:00
# Lychee for YunoHost
[![Integration level](https://dash.yunohost.org/integration/lychee.svg)](https://dash.yunohost.org/appci/app/lychee) ![Working status](https://ci-apps.yunohost.org/ci/badges/lychee.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/lychee.maintain.svg)
2020-12-26 09:36:43 +01:00
[![Install Lychee with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lychee)
2020-11-06 21:41:02 +01:00
2024-04-20 10:47:34 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2020-11-06 21:41:02 +01:00
2024-03-29 07:11:43 +01:00
> *This package allows you to install Lychee 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.*
2020-11-06 21:41:02 +01:00
## Overview
Lychee is a free photo-management tool, which runs on your server or web-space.
Upload, manage and share photos like from a native application.
Lychee comes with everything you need and all your photos are stored securely.
2024-06-17 22:34:31 +02:00
**Shipped version:** 5.4.0~ynh1
2020-11-06 21:41:02 +01:00
2024-03-29 07:11:43 +01:00
**Demo:** <https://lycheeorg.github.io/demo/>
2020-11-06 21:41:02 +01:00
2021-06-23 11:53:08 +02:00
## Screenshots
2020-11-06 21:41:02 +01:00
![Screenshot of Lychee](./doc/screenshots/screenshot.jpg)
2020-11-06 21:41:02 +01:00
2021-06-23 11:53:08 +02:00
## Documentation and resources
2020-11-06 21:41:02 +01:00
2024-03-29 07:11:43 +01:00
- Official app website: <https://lycheeorg.github.io/>
- Official admin documentation: <https://lycheeorg.github.io/docs/>
- Upstream app code repository: <https://github.com/LycheeOrg/Lychee>
- YunoHost Store: <https://apps.yunohost.org/app/lychee>
- Report a bug: <https://github.com/YunoHost-Apps/lychee_ynh/issues>
2020-11-06 21:41:02 +01:00
## Developer info
2024-03-29 07:11:43 +01:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/lychee_ynh/tree/testing).
2020-11-06 21:41:02 +01:00
2024-03-29 07:11:43 +01:00
To try the `testing` branch, please proceed like that:
2024-03-29 07:11:43 +01:00
```bash
2020-11-06 21:41:02 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/lychee_ynh/tree/testing --debug
or
sudo yunohost app upgrade lychee -u https://github.com/YunoHost-Apps/lychee_ynh/tree/testing --debug
```
2021-06-23 11:53:08 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>