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

57 lines
1.5 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-10-22 20:17:41 +02:00
"version": "2.1.1~ynh1",
2019-05-29 00:20:58 +02:00
"url": "https://nodered.org",
2021-05-19 23:47:51 +02:00
"upstream": {
"license": "Apache-2.0",
"website": "https://nodered.org",
"userdoc": "https://nodered.org/docs/",
"code": "https://github.com/node-red/node-red"
},
"license": "MIT",
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-07-21 09:11:11 +02:00
"yunohost": ">= 4.2.0"
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": {
2021-10-22 20:17:41 +02:00
"install": [
2019-05-29 00:20:58 +02:00
{
"name": "domain",
"type": "domain"
2019-05-29 00:20:58 +02:00
},
{
"name": "path",
"type": "path",
"example": "/nodered",
"default": "/nodered"
},
{
"name": "admin",
"type": "user"
},
{
"name": "is_public",
"type": "boolean",
"default": false,
"help": {
2021-09-23 20:24:05 +02:00
"en": "Should the dashboard and HTTP endpoints be publicly accessible?",
"fr": "Le tableau de bord et les points d'accès HTTP doivent-ils être publiquement accessibles ?"
}
2019-05-29 00:20:58 +02:00
}
]
}
}