2018-08-26 19:04:08 +02:00
|
|
|
{
|
2021-03-17 21:13:57 +01:00
|
|
|
"name": "YunoRunner",
|
|
|
|
"id": "yunorunner",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "CI runner of YunoHost",
|
|
|
|
"fr": "Runner d'intégration continue de YunoHost"
|
|
|
|
},
|
|
|
|
"version": "2021-03-05~ynh1",
|
|
|
|
"url": "https://github.com/YunoHost/yunorunner",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"maintainer": {
|
2021-04-03 22:40:01 +02:00
|
|
|
"name": ""
|
|
|
|
},
|
|
|
|
"previous_maintainer": {
|
2021-03-17 21:13:57 +01:00
|
|
|
"name": "Maniack Crudelis",
|
|
|
|
"email": "maniackc_dev@crudelis.fr"
|
|
|
|
},
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 4.1.3"
|
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/yunorunner",
|
|
|
|
"default": "/yunorunner"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2018-08-26 19:04:08 +02:00
|
|
|
}
|