1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git synced 2024-09-03 18:06:00 +02:00
zwave-js-ui_ynh/manifest.json

54 lines
1.7 KiB
JSON
Raw Normal View History

2022-11-13 11:25:39 +01:00
{
"name": "Zwave-JS-UI",
"id": "zwave-js-ui",
"packaging_format": 1,
"description": {
"en": "Full featured Z-Wave Control Panel and MQTT Gateway integrated with domoticz",
"fr": "Panneau de controle Z-Wave et MQTT intégré avec Domoticz"
},
2022-12-17 18:12:48 +01:00
"version": "8.6.1~ynh1",
2022-11-13 11:25:39 +01:00
"url": "https://github.com/zwave-js/zwave-js-ui",
"upstream": {
"license": "MIT",
"website": "https://zwave-js.github.io/zwave-js-ui/#/",
"admindoc": "https://zwave-js.github.io/zwave-js-ui/#/",
"userdoc": "https://www.domoticz.com/wiki/Zwave-JS-UI",
"code": "https://github.com/zwave-js/zwave-js-ui"
},
"license": "MIT",
"maintainer": {
"name": "Krakinou",
"email": "misterl56@hotmail.com"
},
"requirements": {
"yunohost": ">= 11.0.0"
},
"multi_instance": false,
"services": [
"domoticz"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/zwavejsui",
"default": "/zwavejsui"
},
{
"name": "is_public",
"type": "boolean",
2022-11-19 17:37:14 +01:00
"default": false,
"help": {
"en": "If set public, anyone can access the app without login in yunohost, you activate password protected login from within the app",
2022-12-17 18:12:48 +01:00
"fr": "Si publique, N'importe qui peut accéder à l'application sans se connecter à yunohost, vous pouvez cependant activer une connection par mot de passe depuis l'application"
2022-11-19 17:37:14 +01:00
}
2022-11-13 11:25:39 +01:00
}
]
}
}