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

47 lines
932 B
JSON
Raw Normal View History

2018-08-26 19:04:08 +02:00
{
"name": "YunoRunner",
"id": "yunorunner",
"packaging_format": 1,
"description": {
2019-02-14 20:38:22 +01:00
"en": "CI runner for YunoHost",
2019-02-14 20:41:56 +01:00
"fr": "Runner d'intégration continue pour YunoHost"
2018-08-26 19:04:08 +02:00
},
2020-11-25 00:49:00 +01:00
"version": "041120~ynh1",
2018-08-26 19:04:08 +02:00
"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,
2018-08-26 19:04:08 +02:00
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for YunoRunner",
"fr": "Choisissez un domaine pour YunoRunner"
},
2019-02-14 20:41:56 +01:00
"example": "example.com"
2018-08-26 19:04:08 +02:00
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for YunoRunner",
"fr": "Choisissez un chemin pour YunoRunner"
},
"example": "/yunorunner",
"default": "/yunorunner"
}
]
}
}