qr_ynh/README.md

52 lines
1.7 KiB
Markdown
Raw Normal View History

2020-10-31 19:55:37 +01:00
# LibreQR for YunoHost
2019-08-13 21:35:51 +02:00
2020-10-31 19:55:37 +01:00
[![Integration level](https://dash.yunohost.org/integration/qr.svg)](https://dash.yunohost.org/appci/app/qr) ![](https://ci-apps.yunohost.org/ci/badges/qr.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/qr.maintain.svg)
2020-10-31 19:55:37 +01:00
[![Install LibreQR with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=qr)
2019-08-13 21:35:51 +02:00
2020-10-31 19:55:37 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2019-08-13 21:35:51 +02:00
2020-10-31 19:55:37 +01:00
> *This package allows you to install LibreQR 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.*
2019-08-15 21:51:02 +02:00
2020-10-31 19:55:37 +01:00
## Overview
2019-08-13 21:35:51 +02:00
2020-10-31 19:55:37 +01:00
A Web interface for generating QR codes in PHP.
2019-08-13 21:35:51 +02:00
2020-10-31 19:55:37 +01:00
**Shipped version:** 1.3.0
## Screenshot
2019-08-13 21:35:51 +02:00
2019-08-13 21:54:18 +02:00
![](screenshot.png)
2019-08-13 21:35:51 +02:00
2020-10-31 19:55:37 +01:00
## Demo
2019-08-13 21:35:51 +02:00
2020-10-31 19:55:37 +01:00
* [Official demo](https://qr.antopie.org)
2019-08-13 21:35:51 +02:00
## Configuration
2020-10-31 19:55:37 +01:00
You can configure this app by editing `/var/www/qr/config.inc.php`.
2019-08-13 21:35:51 +02:00
2020-10-31 19:55:37 +01:00
## YunoHost specific features
2019-08-15 21:51:02 +02:00
2020-10-31 19:55:37 +01:00
### Multi-user support
2019-08-15 21:51:02 +02:00
2020-10-31 19:55:37 +01:00
* There is no authentication in the app
* The app can be installed multiple time
2019-08-15 21:51:02 +02:00
2020-03-22 19:02:01 +01:00
### Supported architectures
2019-08-15 21:51:02 +02:00
2020-10-31 19:55:37 +01:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/qr%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/qr/)
2019-08-17 17:58:11 +02:00
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/qr%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/qr/)
## Additional information
The application is called LibreQR, but its technical ID in YunoHost is `qr` for historical reasons.
2020-10-31 19:55:37 +01:00
## Links
2020-03-23 18:32:36 +01:00
2020-10-31 19:55:37 +01:00
* Report a bug in this package: <https://code.antopie.org/miraty/qr_ynh/issues>
* Report a bug in LibreQR: <https://code.antopie.org/miraty/libreqr/issues>
* LibreQR repository: <https://code.antopie.org/miraty/libreqr/>
* YunoHost website: <https://yunohost.org/>