qr_ynh/manifest.json

55 lines
1.5 KiB
JSON
Executable File

{
"name": "LibreQR",
"id": "qr",
"packaging_format": 1,
"description": {
"en": "Web interface for generating QR codes",
"fr": "Interface Web pour générer des codes QR"
},
"version": "2.0.0~ynh2",
"url": "https://code.antopie.org/miraty/libreqr",
"upstream": {
"license": "AGPL-3.0-or-later",
"website": "https://code.antopie.org/miraty/libreqr",
"demo": "https://qr.antopie.org",
"code": "https://code.antopie.org/miraty/libreqr"
},
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "Miraty",
"email": "miraty+ynh@antopie.org",
"url": "https://miraty.antopie.org"
},
"requirements": {
"yunohost": ">= 11"
},
"multi_instance": true,
"services": [
"nginx",
"php-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/qr",
"default": "/"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If enabled, the application can be used without authentifying with a YunoHost account.",
"fr": "Si activé, l'application pourra être utilisée sans s'authentifier avec un compte YunoHost."
},
"default": true
}
]
}
}