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"
|
|
|
|
},
|
2023-04-06 08:07:54 +02:00
|
|
|
"version": "2023.04.05~ynh1",
|
2021-03-17 21:13:57 +01:00
|
|
|
"url": "https://github.com/YunoHost/yunorunner",
|
2021-06-30 05:08:36 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"code": "https://github.com/YunoHost/yunorunner"
|
|
|
|
},
|
2021-03-17 21:13:57 +01:00
|
|
|
"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": {
|
2021-11-24 18:14:30 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2021-03-17 21:13:57 +01:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
2022-01-09 14:34:38 +01:00
|
|
|
"install": [
|
2021-03-17 21:13:57 +01:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-11-24 18:14:30 +01:00
|
|
|
"type": "domain"
|
2021-03-17 21:13:57 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
2023-01-17 15:21:40 +01:00
|
|
|
"default": "/ci"
|
2023-04-07 00:15:58 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "",
|
|
|
|
"type": "select",
|
2023-04-07 00:18:21 +02:00
|
|
|
"choices": ["auto", "manual"],
|
2023-04-07 00:15:58 +02:00
|
|
|
"default": "manual"
|
|
|
|
"ask": {
|
|
|
|
"en": "Should the jobs be automatically run from the apps list?"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "cluster",
|
|
|
|
"type": "select",
|
2023-04-07 00:18:21 +02:00
|
|
|
"choices": ["cluster", "no"],
|
2023-04-07 00:15:58 +02:00
|
|
|
"default": "no"
|
|
|
|
"ask": {
|
|
|
|
"en": "Should an LXD cluster be created with this server as first node?"
|
|
|
|
}
|
2021-03-17 21:13:57 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2018-08-26 19:04:08 +02:00
|
|
|
}
|