mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
38 lines
935 B
JSON
38 lines
935 B
JSON
{
|
|
"name": "Node-RED",
|
|
"id": "nodered",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Flow-based programming for the Internet of Things",
|
|
"fr": "Programmation par flux de données pour l'Internet des objets"
|
|
},
|
|
"version": "1.3.4~ynh1",
|
|
"url": "https://nodered.org",
|
|
"license": "Apache-2.0",
|
|
"maintainer": {
|
|
"name": "tituspijean",
|
|
"email": "tituspijean@outlook.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.1.7"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/nodered",
|
|
"default": "/nodered"
|
|
}
|
|
]
|
|
}
|
|
}
|