1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunorunner_ynh.git synced 2024-09-03 20:36:13 +02:00
yunorunner_ynh/manifest.json
2019-02-14 20:36:20 +01:00

46 lines
940 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "YunoRunner",
"id": "yunorunner",
"packaging_format": 1,
"description": {
"en": "CI runner for YunoHost",
"fr": "Exemple de package dapplication pour YunoHost."
},
"version": "010219~ynh1",
"url": "https://github.com/YunoHost/yunorunner",
"license": "free",
"maintainer": {
"name": "Maniack Crudelis",
"email": "maniackc_dev@crudelis.fr"
},
"requirements": {
"yunohost": ">= 3.1.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for YunoRunner",
"fr": "Choisissez un domaine pour YunoRunner"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for YunoRunner",
"fr": "Choisissez un chemin pour YunoRunner"
},
"example": "/yunorunner",
"default": "/yunorunner"
}
]
}
}