2023-02-24 00:06:37 +01:00
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"
2023-11-20 17:19:25 +01:00
version = "9.4.0~ynh1"
2023-02-24 00:06:37 +01:00
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 ]
2023-05-07 15:08:57 +02:00
yunohost = ">= 11.1.18"
2023-11-20 13:00:51 +01:00
architectures = [ "amd64" , "arm64" ]
2023-02-24 00:06:37 +01:00
multi_instance = false
ldap = "not_relevant"
sso = "not_relevant"
2023-05-07 15:08:57 +02:00
disk = "350M"
2023-05-07 15:22:37 +02:00
ram . build = "200M"
ram . runtime = "150M"
2023-02-24 00:06:37 +01:00
[ install ]
[ install . domain ]
type = "domain"
[ install . path ]
type = "path"
default = "/zwavejsui"
[ install . init_main_permission ]
2023-02-24 00:29:18 +01:00
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"
2023-02-24 00:06:37 +01:00
type = "group"
2023-02-24 00:28:54 +01:00
default = "all_users"
2023-02-24 00:06:37 +01:00
[ resources ]
2023-05-07 15:08:57 +02:00
[ resources . sources . main ]
2023-11-20 17:19:25 +01:00
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 = "9e38e7b512d2216daca38f242cd49b116fc85940a625e79cfe11b7c4ac3b1bb1"
amd64 . url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.4.0/zwave-js-ui-v9.4.0-linux.zip"
amd64 . sha256 = "eaf69823e8631e436b0e9509df074a8fa6ae19fab33fc9e15b6c68fe88765db0"
2023-06-16 11:43:19 +02:00
in_subdir = false
2023-05-07 15:08:57 +02:00
autoupdate . strategy = "latest_github_release"
2023-06-11 18:50:56 +02:00
autoupdate . asset . arm64 = ".*-arm64.zip"
autoupdate . asset . amd64 = ".*-linux.zip"
2023-02-24 00:06:37 +01:00
[ resources . system_user ]
[ resources . install_dir ]
[ resources . permissions ]
main . url = "/"
[ resources . ports ]
2023-06-11 18:50:56 +02:00
main . default = 8091