44 lines
1.1 KiB
JSON
Executable file
44 lines
1.1 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-beta1~ynh1",
|
|
"url": "https://code.antopie.org/miraty/libreqr",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-or-later",
|
|
"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": ">= 4.3"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/qr",
|
|
"default": "/"
|
|
}
|
|
]
|
|
}
|
|
}
|