2019-05-29 00:20:58 +02:00
|
|
|
{
|
|
|
|
"name": "Node-RED",
|
2019-08-15 23:18:38 +02:00
|
|
|
"id": "nodered",
|
2019-05-29 00:20:58 +02:00
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2021-01-08 23:12:27 +01:00
|
|
|
"en": "Flow-based programming for the Internet of Things",
|
|
|
|
"fr": "Programmation par flux de données pour l'Internet des objets"
|
2019-05-29 00:20:58 +02:00
|
|
|
},
|
2021-04-20 19:50:05 +02:00
|
|
|
"version": "1.3.3~ynh1",
|
2019-05-29 00:20:58 +02:00
|
|
|
"url": "https://nodered.org",
|
2020-04-03 13:02:51 +02:00
|
|
|
"license": "Apache-2.0",
|
2019-05-29 00:20:58 +02:00
|
|
|
"maintainer": {
|
2019-10-13 11:07:02 +02:00
|
|
|
"name": "tituspijean",
|
2019-05-29 00:20:58 +02:00
|
|
|
"email": "tituspijean@outlook.com"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2021-04-08 22:36:41 +02:00
|
|
|
"yunohost": ">= 4.1.7"
|
2019-05-29 00:20:58 +02:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
2020-08-29 14:45:14 +02:00
|
|
|
"nginx"
|
2019-05-29 00:20:58 +02:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/nodered",
|
|
|
|
"default": "/nodered"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|