mirror of
https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git
synced 2024-09-03 18:06:00 +02:00
Merge branch 'convertv2' of https://github.com/YunoHost-Apps/zwave-js-ui_ynh into convertv2
This commit is contained in:
commit
5db92a7dee
3 changed files with 7 additions and 13 deletions
11
README.md
11
README.md
|
@ -25,19 +25,16 @@ Integrate zwave-js-ui natively in Domoticz_ynh.
|
||||||
|
|
||||||
To work correctly, this app require to install either
|
To work correctly, this app require to install either
|
||||||
- [domoticz package](https://github.com/YunoHost-Apps/domoticz_ynh) with **mqtt broker Mosquitto**
|
- [domoticz package](https://github.com/YunoHost-Apps/domoticz_ynh) with **mqtt broker Mosquitto**
|
||||||
- or [Home-Assistant package](https://github.com/YunoHost-Apps/homeassistant_ynh)
|
- [Home-Assistant package](https://github.com/YunoHost-Apps/homeassistant_ynh)
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 8.8.6~ynh2
|
|
||||||
## Disclaimers / important information
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
For now, although the package is fully functional (install, remove, backup, restore...), it is not integrated with domoticz and mosquitto package, this means that all settings needs to be done manually from inside the app.
|
For now, although the package is fully functional (install, remove, backup, restore...), it is not integrated with domoticz and mosquitto package, this means that all settings needs to be done manually from inside the app.
|
||||||
|
|
||||||
|
|
||||||
During install, the whole app need to be recompile using yarn, this lead to long installation time. Also, a temporary swap file will be created if less than 2Gb of memory (RAM+Swap) are available : Be sure to have enough space on disk.
|
During install, the whole app need to be recompile using yarn, this lead to long installation time. Also, a temporary swap file will be created if less than 2Gb of memory (RAM+Swap) are available : Be sure to have enough space on disk.
|
||||||
|
|
||||||
|
|
||||||
|
**Shipped version:** 8.8.6~ynh2
|
||||||
## 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/#/>
|
||||||
|
|
|
@ -27,15 +27,12 @@ Pour fonctionner correctement, cette application nécessite d'avoir installé so
|
||||||
- le package [domoticz](https://github.com/YunoHost-Apps/domoticz_ynh) avec le **broker MQTT mosquitto**
|
- le package [domoticz](https://github.com/YunoHost-Apps/domoticz_ynh) avec le **broker MQTT mosquitto**
|
||||||
- le package [Home-Assistant](https://github.com/YunoHost-Apps/homeassistant_ynh)
|
- le package [Home-Assistant](https://github.com/YunoHost-Apps/homeassistant_ynh)
|
||||||
|
|
||||||
**Version incluse :** 8.8.6~ynh2
|
|
||||||
## Avertissements / informations importantes
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
Pendant l'installation, la totalité de l'application doit être recompilé en utilisant yarn : cela amène à des temps d'installation très long. Un fichier de swap temporaire sera créé si moins de 2Go de mémoire sont disponibles (RAM + swap): Assurez vous d'avoir suffisament d'espace disque.
|
Pendant l'installation, la totalité de l'application doit être recompilé en utilisant yarn : cela amène à des temps d'installation très long. Un fichier de swap temporaire sera créé si moins de 2Go de mémoire sont disponibles (RAM + swap): Assurez vous d'avoir suffisament d'espace disque.
|
||||||
|
|
||||||
|
**Version incluse :** 8.8.6~ynh2
|
||||||
## 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/#/>
|
||||||
|
|
|
@ -39,7 +39,7 @@ ram.runtime = "50M"
|
||||||
help.en = "If set public, anyone can access the app without login in YunoHost, you activate password protected login from within the app"
|
help.en = "If set public, anyone can access the app without login in YunoHost, you activate password protected login from within the app"
|
||||||
help.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"
|
help.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"
|
||||||
type = "group"
|
type = "group"
|
||||||
default = all_users
|
default = "all_users"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
Loading…
Reference in a new issue