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

44 lines
1 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": {
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-29 21:11:21 +02:00
"version": "1.3.4~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"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
2019-05-29 00:20:58 +02:00
}
]
}
}