mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
44 lines
1 KiB
JSON
44 lines
1 KiB
JSON
{
|
|
"name": "YunoRunner",
|
|
"id": "yunorunner",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "CI runner of YunoHost",
|
|
"fr": "Runner d'intégration continue de YunoHost"
|
|
},
|
|
"version": "2022.01.18~ynh1",
|
|
"url": "https://github.com/YunoHost/yunorunner",
|
|
"upstream": {
|
|
"license": "GPL-3.0-or-later",
|
|
"code": "https://github.com/YunoHost/yunorunner"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": ""
|
|
},
|
|
"previous_maintainer": {
|
|
"name": "Maniack Crudelis",
|
|
"email": "maniackc_dev@crudelis.fr"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/yunorunner",
|
|
"default": "/yunorunner"
|
|
}
|
|
]
|
|
}
|
|
}
|