mirror of
https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git
synced 2024-09-03 18:06:00 +02:00
00f65c378b
- `main` v9.16.1: https://github.com/zwave-js/zwave-js-ui/releases/tag/v9.16.1
68 lines
2.3 KiB
TOML
68 lines
2.3 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 = "9.16.1~ynh1"
|
|
|
|
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.18"
|
|
architectures = [ "amd64", "armhf", "arm64" ]
|
|
multi_instance = false
|
|
ldap = "not_relevant"
|
|
sso = "not_relevant"
|
|
disk = "350M"
|
|
ram.build = "200M"
|
|
ram.runtime = "150M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
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 = "all_users"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
arm64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.16.1/zwave-js-ui-v9.16.1-linux-arm64.zip"
|
|
arm64.sha256 = "48141539e41a31bdccf858e77fa4d98d5c7de7785632e5b2e336840b9071679a"
|
|
armhf.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.16.1/zwave-js-ui-v9.16.1-linux-armv7.zip"
|
|
armhf.sha256 = "1ebb720f47f04ae9efe996f0602891a348359ed9ca420867dd4a74f54afc2c33"
|
|
amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.16.1/zwave-js-ui-v9.16.1-linux.zip"
|
|
amd64.sha256 = "ab46f7ca4f2e09f95f0427c20a761a722afcc4388dc83080f739e3c275c34295"
|
|
in_subdir = false
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
autoupdate.asset.arm64 = ".*-arm64.zip"
|
|
autoupdate.asset.amd64 = ".*-linux.zip"
|
|
autoupdate.asset.armhf = ".*-armv7.zip"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|
|
main.default = 8091
|