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
ericgaspar 23c8403ee3 Fix
2021-07-24 13:52:39 +02:00

58 lines
1.6 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": "2.0.3~ynh1",
"url": "https://nodered.org",
"upstream": {
"license": "Apache-2.0",
"website": "https://nodered.org",
"userdoc": "https://nodered.org/docs/",
"code": "https://github.com/node-red/node-red"
},
"license": "MIT",
"maintainer": {
"name": "tituspijean",
"email": "tituspijean@outlook.com"
},
"requirements": {
"yunohost": ">= 4.2.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/nodered",
"default": "/nodered"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"default": true,
"help": {
"en": "Should the dashboard and the nodes endpoints be publicly accessible?",
"fr": "Le tableau de bord et les routes des nodes doivent-ils être publiquement accessibles ?"
}
}
]
}
}