mirror of
https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git
synced 2024-09-03 18:06:00 +02:00
commit
e1575da496
3 changed files with 8 additions and 11 deletions
|
@ -32,7 +32,7 @@ For now, although the package is fully functional (install, remove, backup, rest
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 9.3.2~ynh1
|
**Shipped version:** 9.4.0~ynh1
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://zwave-js.github.io/zwave-js-ui/#/>
|
* Official app website: <https://zwave-js.github.io/zwave-js-ui/#/>
|
||||||
|
|
|
@ -31,7 +31,7 @@ Pour fonctionner correctement, cette application nécessite d'avoir installé so
|
||||||
Pour l'instant, bien que le package fonctionne (installation, désinstallation, sauvegarde, restauration...), il n'est pas intégré avec domoticz et mosquitto, les paramétrages doivent être fait manuellement depuis l'application.
|
Pour l'instant, bien que le package fonctionne (installation, désinstallation, sauvegarde, restauration...), il n'est pas intégré avec domoticz et mosquitto, les paramétrages doivent être fait manuellement depuis l'application.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 9.3.2~ynh1
|
**Version incluse :** 9.4.0~ynh1
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://zwave-js.github.io/zwave-js-ui/#/>
|
* Site officiel de l’app : <https://zwave-js.github.io/zwave-js-ui/#/>
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Zwave-JS-UI"
|
||||||
description.en = "Full featured Z-Wave Control Panel and MQTT Gateway integrated with domoticz"
|
description.en = "Full featured Z-Wave Control Panel and MQTT Gateway integrated with domoticz"
|
||||||
description.fr = "Panneau de controle Z-Wave et MQTT intégré avec Domoticz"
|
description.fr = "Panneau de controle Z-Wave et MQTT intégré avec Domoticz"
|
||||||
|
|
||||||
version = "9.3.2~ynh1"
|
version = "9.4.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["Krakinou"]
|
maintainers = ["Krakinou"]
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ fund = "https://liberapay.com/robertsLando/donate"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.18"
|
yunohost = ">= 11.1.18"
|
||||||
architectures = [ "amd64", "armhf", "arm64" ]
|
architectures = [ "amd64", "arm64" ]
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = "not_relevant"
|
ldap = "not_relevant"
|
||||||
sso = "not_relevant"
|
sso = "not_relevant"
|
||||||
|
@ -43,19 +43,16 @@ ram.runtime = "150M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
arm64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.3.2/zwave-js-ui-v9.3.2-linux-arm64.zip"
|
arm64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.4.0/zwave-js-ui-v9.4.0-linux-arm64.zip"
|
||||||
arm64.sha256 = "bd58a6e7d69ef51e4221b81e30a88035b9f555a51b17c75f257c88475689f22f"
|
arm64.sha256 = "9e38e7b512d2216daca38f242cd49b116fc85940a625e79cfe11b7c4ac3b1bb1"
|
||||||
armhf.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.3.2/zwave-js-ui-v9.3.2-linux-armv7.zip"
|
amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.4.0/zwave-js-ui-v9.4.0-linux.zip"
|
||||||
armhf.sha256 = "7b1e07470931ca1f81f610b74631599c953b11231fe414a29458a12695a64ca8"
|
amd64.sha256 = "eaf69823e8631e436b0e9509df074a8fa6ae19fab33fc9e15b6c68fe88765db0"
|
||||||
amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.3.2/zwave-js-ui-v9.3.2-linux.zip"
|
|
||||||
amd64.sha256 = "cce3f69f12a3a9260a1d3063628dd895e271b03d8d45a868e165b3814e66da1f"
|
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
|
||||||
autoupdate.asset.arm64 = ".*-arm64.zip"
|
autoupdate.asset.arm64 = ".*-arm64.zip"
|
||||||
autoupdate.asset.amd64 = ".*-linux.zip"
|
autoupdate.asset.amd64 = ".*-linux.zip"
|
||||||
autoupdate.asset.armhf = ".*-armv7.zip"
|
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue