
13 changed files with 175 additions and 125 deletions
@ -1,59 +1,51 @@ |
|||
# LibreQR pour YunoHost |
|||
# LibreQR for YunoHost |
|||
|
|||
[](https://dash.yunohost.org/appci/app/qr) |
|||
[](https://dash.yunohost.org/appci/app/qr)   |
|||
|
|||
> *Ce package vous permet d'installer LibreQR 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.* |
|||
[](https://install-app.yunohost.org/?app=qr) |
|||
|
|||
## Vue d'ensemble |
|||
*[Lire ce readme en français.](./README_fr.md)* |
|||
|
|||
Un interface Web en PHP pour générer des codes QR. |
|||
Fonctionne même sans JavaScript. |
|||
> *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.* |
|||
|
|||
**Version incluse:** 1.2.0 |
|||
## Overview |
|||
|
|||
## Capture d'écran |
|||
A Web interface for generating QR codes in PHP. |
|||
|
|||
**Shipped version:** 1.3.0 |
|||
|
|||
## Screenshot |
|||
|
|||
 |
|||
|
|||
## Démo |
|||
## Demo |
|||
|
|||
* [Démo officielle](https://qr.antopie.org) |
|||
* [Official demo](https://qr.antopie.org) |
|||
|
|||
## Configuration |
|||
|
|||
Modifiez le fichier /var/www/qr/config.inc.php à votre guise |
|||
You can configure this app by editing `/var/www/qr/config.inc.php`. |
|||
|
|||
## Caractéristiques spécifiques YunoHost |
|||
## YunoHost specific features |
|||
|
|||
### Support multi-utilisateurs |
|||
### Multi-user support |
|||
|
|||
Il n'y a aucune forme d'authentification dans l'application. |
|||
* There is no authentication in the app |
|||
* The app can be installed multiple time |
|||
|
|||
### Supported architectures |
|||
|
|||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/qr/) |
|||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/qr/) |
|||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/qr/) |
|||
|
|||
## Limitations |
|||
|
|||
* Interface uniquement en français pour l'instant. |
|||
|
|||
## Liens |
|||
|
|||
* Signaler un bug dans le paquet YunoHost : https://code.antopie.org/miraty/qr_ynh/issues |
|||
* 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 |
|||
## Additional information |
|||
|
|||
Merci de faire vos pull request sur la [branche testing](https://code.antopie.org/miraty/qr_ynh/src/branch/testing). |
|||
The application is called LibreQR, but its technical ID in YunoHost is `qr` for historical reasons. |
|||
|
|||
Pour essayer la branche testing, procédez comme suit. |
|||
## Links |
|||
|
|||
```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 |
|||
``` |
|||
* 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/> |
|||
|
@ -0,0 +1,51 @@ |
|||
# LibreQR pour YunoHost |
|||
|
|||
[](https://dash.yunohost.org/appci/app/qr)   |
|||
|
|||
[](https://install-app.yunohost.org/?app=qr) |
|||
|
|||
*[Read this readme in english.](./README.md)* |
|||
|
|||
> *Ce package vous permet d'installer LibreQR rapidement et simplement sur un serveur YunoHost. |
|||
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.* |
|||
|
|||
## Vue d'ensemble |
|||
|
|||
Une interface Web pour générer des codes QR en PHP. |
|||
|
|||
**Version incluse :** 1.3.0 |
|||
|
|||
## Capture d'écran |
|||
|
|||
 |
|||
|
|||
## Démo |
|||
|
|||
* [Démo officielle](https://qr.antopie.org) |
|||
|
|||
## Configuration |
|||
|
|||
Vous pouvez configurer cette application en modifiant `/var/www/qr/config.inc.php`. |
|||
|
|||
## Caractéristiques spécifiques YunoHost |
|||
|
|||
### Support multi-utilisateur |
|||
|
|||
* Il n'y a pas d'authentification dans l'application |
|||
* L'application peut-être installée plusieurs fois |
|||
|
|||
### Architectures supportées |
|||
|
|||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/qr/) |
|||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/qr/) |
|||
|
|||
## Informations additionnelles |
|||
|
|||
L'application s'appelle LibreQR, mais son identifiant technique dans YunoHost est `qr` pour des raisons historiques. |
|||
|
|||
## Liens |
|||
|
|||
* Signaler un bug dans ce paquet : <https://code.antopie.org/miraty/qr_ynh/issues> |
|||
* Signaler un bug dans LibreQR : <https://code.antopie.org/miraty/libreqr/issues> |
|||
* Dépôt de LibreQR : <https://code.antopie.org/miraty/libreqr/> |
|||
* Site web de YunoHost : <https://yunohost.org/> |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 36 KiB |
Loading…
Reference in new issue