qr_ynh/README.md

60 lines
1.9 KiB
Markdown
Raw Normal View History

2020-03-23 16:58:05 +01:00
# LibreQR pour YunoHost
2019-08-13 21:35:51 +02:00
2020-03-23 18:32:36 +01:00
[![Integration level](https://dash.yunohost.org/integration/qr.svg)](https://dash.yunohost.org/appci/app/qr)
2019-08-13 21:35:51 +02:00
2020-03-23 16:58:05 +01:00
> *Ce package vous permet d'installer LibreQR rapidement et simplement sur un serveur Yunohost.
2019-08-13 21:54:18 +02:00
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
2019-08-13 21:35:51 +02:00
2019-08-13 21:54:18 +02:00
## Vue d'ensemble
2019-08-15 21:51:02 +02:00
2019-08-13 21:54:18 +02:00
Un interface Web en PHP pour générer des codes QR.
Fonctionne même sans JavaScript.
2019-08-13 21:35:51 +02:00
2020-03-23 16:58:05 +01:00
**Version incluse:** 1.2.0
2019-08-13 21:35:51 +02:00
2019-08-13 21:54:18 +02:00
## Capture d'écran
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
2019-08-13 21:54:18 +02:00
## Démo
2019-08-13 21:35:51 +02:00
2019-08-13 21:54:18 +02:00
* [Démo officielle](https://qr.antopie.org)
2019-08-13 21:35:51 +02:00
## Configuration
2020-03-23 16:58:05 +01:00
Modifiez le fichier /var/www/qr/config.inc.php à votre guise
2019-08-13 21:35:51 +02:00
2019-08-15 21:51:02 +02:00
## Caractéristiques spécifiques YunoHost
2020-03-22 19:02:01 +01:00
### Support multi-utilisateurs
2019-08-15 21:51:02 +02:00
Il n'y a aucune forme d'authentification dans l'application.
2020-03-22 19:02:01 +01:00
### Supported architectures
2019-08-15 21:51:02 +02:00
2019-08-17 17:58:11 +02:00
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/qr%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/qr/)
* 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/)
## Limitations
* Interface uniquement en français pour l'instant.
2019-08-15 21:51:02 +02:00
2019-08-13 21:54:18 +02:00
## Liens
2019-08-13 21:35:51 +02:00
2019-08-13 21:54:18 +02:00
* Signaler un bug dans le paquet YunoHost : https://code.antopie.org/miraty/qr_ynh/issues
2020-03-23 18:32:36 +01:00
* Signaler un bug dans l'application principale : https://code.antopie.org/miraty/libreqr/issues
* Dépôt de l'application principale : https://code.antopie.org/miraty/libreqr
* Site web de YunoHost : https://yunohost.org
## Informations pour le développement
Merci de faire vos pull request sur la [branche testing](https://code.antopie.org/miraty/qr_ynh/src/branch/testing).
Pour essayer la branche testing, procédez comme suit.
```bash
sudo yunohost app install https://code.antopie.org/miraty/qr_ynh/tree/testing --debug
ou
sudo yunohost app upgrade qr -u https://code.antopie.org/miraty/qr_ynh/tree/testing --debug
```