mirror of
https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git
synced 2024-09-03 18:06:00 +02:00
55 lines
1.7 KiB
TOML
55 lines
1.7 KiB
TOML
|
packaging_format = 2
|
||
|
|
||
|
id = "zwave-js-ui"
|
||
|
name = "Zwave-JS-UI"
|
||
|
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"
|
||
|
|
||
|
version = "8.8.6~ynh2"
|
||
|
|
||
|
maintainers = ["Krakinou"]
|
||
|
|
||
|
[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"
|
||
|
fund = "https://liberapay.com/robertsLando/donate"
|
||
|
|
||
|
[integration]
|
||
|
yunohost = ">= 11.1.11"
|
||
|
architectures = "all" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"]
|
||
|
multi_instance = false
|
||
|
ldap = "not_relevant"
|
||
|
sso = "not_relevant"
|
||
|
disk = "650M"
|
||
|
ram.build = "2G"
|
||
|
ram.runtime = "50M"
|
||
|
|
||
|
[install]
|
||
|
[install.domain]
|
||
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||
|
type = "domain"
|
||
|
|
||
|
[install.path]
|
||
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||
|
type = "path"
|
||
|
default = "/zwavejsui"
|
||
|
|
||
|
[install.init_main_permission]
|
||
|
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"
|
||
|
type = "group"
|
||
|
default = false
|
||
|
|
||
|
[resources]
|
||
|
[resources.system_user]
|
||
|
|
||
|
[resources.install_dir]
|
||
|
|
||
|
[resources.permissions]
|
||
|
main.url = "/"
|
||
|
|
||
|
[resources.ports]
|
||
|
main.default = 8091
|