qr_ynh/manifest.json

58 lines
1.6 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
},
2020-10-31 19:55:37 +01:00
"version": "1.3.0~ynh1",
2020-10-25 16:32:10 +01:00
"url": "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": {
2020-10-25 16:32:10 +01:00
"yunohost": ">= 4.0"
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",
"type": "domain",
"ask": {
2020-10-25 16:32:10 +01:00
"en": "Choose a domain name for LibreQR",
"fr": "Choisissez un nom de domaine pour LibreQR"
2019-08-12 23:55:33 +02:00
},
2020-10-25 16:32:10 +01:00
"example": "qr.domain.tld"
2019-08-12 23:55:33 +02:00
},
{
"name": "path",
"type": "path",
"ask": {
2020-03-22 19:02:01 +01:00
"en": "Choose a path for LibreQR",
"fr": "Choisissez un chemin pour LibreQR"
2019-08-12 23:55:33 +02:00
},
2019-08-13 21:34:14 +02:00
"example": "/qr",
"default": "/qr"
2019-08-12 23:55:33 +02:00
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}