1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00
nodered_ynh/manifest.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2019-05-29 00:20:58 +02:00
{
"name": "Node-RED",
"id": "nodered",
2019-05-29 00:20:58 +02:00
"packaging_format": 1,
"description": {
2019-10-13 11:07:02 +02: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
},
2019-10-13 11:07:02 +02:00
"version": "1.0.1~ynh1",
2019-05-29 00:20:58 +02:00
"url": "https://nodered.org",
"license": "apache2",
"maintainer": {
2019-10-13 11:07:02 +02:00
"name": "tituspijean",
2019-05-29 00:20:58 +02:00
"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"
}
]
}
}