qr_ynh/manifest.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2019-08-12 23:55:33 +02:00
{
2020-03-22 19:02:01 +01:00
"name": "LibreQR",
2019-08-13 21:34:14 +02:00
"id": "qr",
2019-08-12 23:55:33 +02:00
"packaging_format": 1,
"description": {
2020-10-31 19:55:37 +01:00
"en": "Web interface for generating QR codes",
"fr": "Interface Web pour générer des codes QR"
2019-08-12 23:55:33 +02:00
},
2022-03-05 15:12:16 +01:00
"version": "2.0.0-beta1~ynh1",
2020-10-25 16:32:10 +01:00
"url": "https://code.antopie.org/miraty/libreqr",
2022-03-03 17:58:37 +01:00
"upstream": {
"license": "AGPL-3.0-or-later",
"demo": "https://qr.antopie.org",
"code": "https://code.antopie.org/miraty/libreqr"
},
2020-03-22 19:02:01 +01:00
"license": "AGPL-3.0-or-later",
2019-08-12 23:55:33 +02:00
"maintainer": {
2019-08-13 21:34:14 +02:00
"name": "Miraty",
2020-03-22 19:02:01 +01:00
"email": "miraty+ynh@antopie.org",
"url": "https://miraty.antopie.org"
2019-08-12 23:55:33 +02:00
},
"requirements": {
2022-03-05 15:12:16 +01:00
"yunohost": ">= 4.3"
2019-08-12 23:55:33 +02:00
},
2019-08-13 21:35:51 +02:00
"multi_instance": true,
2019-08-12 23:55:33 +02:00
"services": [
2019-08-13 21:34:14 +02:00
"nginx",
2020-10-25 16:32:10 +01:00
"php7.3-fpm"
2019-08-12 23:55:33 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
2022-03-03 17:58:37 +01:00
"type": "domain"
2019-08-12 23:55:33 +02:00
},
{
"name": "path",
"type": "path",
2019-08-13 21:34:14 +02:00
"example": "/qr",
2022-03-03 17:58:37 +01:00
"default": "/"
2019-08-12 23:55:33 +02:00
}
]
}
}