2022-11-19 14:37:56 +01:00
|
|
|
{
|
2022-11-19 17:51:03 +01:00
|
|
|
"name": "rust webhook server",
|
|
|
|
"id": "webhook-httpd",
|
2022-11-19 14:37:56 +01:00
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2022-11-19 17:51:03 +01:00
|
|
|
"en": "a small webhook server that execute local command ",
|
|
|
|
"fr": "executer des commandes locales déclenchées par une url"
|
2022-11-19 14:37:56 +01:00
|
|
|
},
|
2022-11-19 17:51:03 +01:00
|
|
|
"version": "0.1.4~ynh1",
|
|
|
|
"url": "https://github.com/de-vri-es/webhook-httpd",
|
2022-11-19 14:37:56 +01:00
|
|
|
"upstream": {
|
2022-11-19 17:51:03 +01:00
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"website": "https://github.com/de-vri-es/webhook-httpd",
|
|
|
|
"admindoc": "https://github.com/de-vri-es/webhook-httpd",
|
|
|
|
"userdoc": "https://github.com/de-vri-es/webhook-httpd",
|
|
|
|
"code": "https://github.com/de-vri-es/webhook-httpd"
|
2022-11-19 14:37:56 +01:00
|
|
|
},
|
2022-11-19 17:51:03 +01:00
|
|
|
"license": "BSD-2-Clause",
|
2022-11-19 14:37:56 +01:00
|
|
|
"maintainer": {
|
2022-11-19 17:51:03 +01:00
|
|
|
"name": "Tobias Ollive",
|
|
|
|
"email": "tobias@ollive.oiseauroch.fr"
|
2022-11-19 14:37:56 +01:00
|
|
|
},
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 11.0.0"
|
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/example",
|
|
|
|
"default": "/example"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|