1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git synced 2024-09-03 18:06:00 +02:00
zwave-js-ui_ynh/manifest.toml

73 lines
2.3 KiB
TOML
Raw Normal View History

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"
version = "9.17.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]
2024-09-01 17:54:21 +02:00
yunohost = ">= 11.2.29"
helpers_version = "2.1"
architectures = [ "amd64", "armhf", "arm64" ]
2023-02-24 00:06:37 +01:00
multi_instance = false
2024-09-01 17:54:21 +02:00
2023-02-24 00:06:37 +01:00
ldap = "not_relevant"
2024-09-01 17:54:21 +02:00
2023-02-24 00:06:37 +01:00
sso = "not_relevant"
2024-09-01 17:54:21 +02:00
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]
arm64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.17.0/zwave-js-ui-v9.17.0-linux-arm64.zip"
arm64.sha256 = "4590434fa1c884bddd98d8c04a766296cf99a2d9a50870cb3d73fe8572af3576"
armhf.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.17.0/zwave-js-ui-v9.17.0-linux-armv7.zip"
armhf.sha256 = "9c47caff772cbd85d68ba38a544409a151f7e37b56d83c9bca52a7aa1037eb0e"
amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.17.0/zwave-js-ui-v9.17.0-linux.zip"
amd64.sha256 = "de3ea11b3440453397482d515804364115fc450491f3005810176c653cfdf1d0"
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"
autoupdate.asset.armhf = ".*-armv7.zip"
2023-06-11 18:50:56 +02:00
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