mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
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.0.1~ynh1",
|
|
"url": "https://nodered.org",
|
|
"license": "apache2",
|
|
"maintainer": {
|
|
"name": "tituspijean",
|
|
"email": "tituspijean@outlook.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.5"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.0-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain name for Node-RED",
|
|
"fr": "Choisissez un nom de domaine pour Node-RED"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Node-RED",
|
|
"fr": "Choisissez un chemin pour Node-RED"
|
|
},
|
|
"example": "/nodered",
|
|
"default": "/nodered"
|
|
}
|
|
]
|
|
}
|
|
}
|