qr_ynh/manifest.json

60 lines
1.7 KiB
JSON
Raw Normal View History

2019-08-12 23:55:33 +02:00
{
2019-08-13 21:34:14 +02:00
"name": "Générateur de codes QR",
"id": "qr",
2019-08-12 23:55:33 +02:00
"packaging_format": 1,
2019-08-13 21:34:14 +02:00
"version": "1.1.0~ynh1",
2019-08-12 23:55:33 +02:00
"description": {
2019-08-13 21:34:14 +02:00
"en": "A QR codes generator",
"fr": "Un générateur de codes QR"
2019-08-12 23:55:33 +02:00
},
2019-08-13 21:34:14 +02: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",
"email": "miraty@antopie.org"
2019-08-12 23:55:33 +02:00
},
"requirements": {
"yunohost": ">= 3.6.0"
},
"multi_instance": false,
"services": [
2019-08-13 21:34:14 +02:00
"nginx",
"php7.0-fpm"
2019-08-12 23:55:33 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2019-08-13 21:34:14 +02:00
"en": "Choose a domain for QR code generator",
"fr": "Choisissez un domaine pour le Générateur de codes QR"
2019-08-12 23:55:33 +02:00
},
"example": "domain.tld"
},
{
"name": "path",
"type": "path",
"ask": {
2019-08-13 21:34:14 +02:00
"en": "Choose a path for QR code generator",
"fr": "Choisissez un chemin pour Générateur de codes QR"
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 ?"
},
"help": {
"en": "A private app will only be accessible to logged-in users",
"fr": "Une app privée sera seulement accessible aux utilisateurs connectés"
},
"default": true
}
]
}
}