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
2022-07-24 15:05:25 +00:00

56 lines
1.5 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": "3.0.1~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.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/nodered",
"default": "/nodered"
},
{
"name": "admin",
"type": "user"
},
{
"name": "is_public",
"type": "boolean",
"default": false,
"help": {
"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 ?"
}
}
]
}
}