mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
79 lines
2.5 KiB
TOML
79 lines
2.5 KiB
TOML
packaging_format = 2
|
|
|
|
id = "domoticz"
|
|
name = "Domoticz"
|
|
description.en = "Home automation system that lets you monitor and configure miscellaneous devices"
|
|
description.fr = "Logiciel de domotique qui vous permet de configurer un grand nombre d'appareils"
|
|
|
|
version = "2023.2~ynh1"
|
|
|
|
maintainers = ["Krakinou"]
|
|
|
|
[upstream]
|
|
license = "GPL-3.0-or-later"
|
|
website = "https://domoticz.com/"
|
|
admindoc = "https://www.domoticz.com/wiki/Main_Page"
|
|
userdoc = "https://www.domoticz.com/DomoticzManual.pdf"
|
|
code = "https://github.com/domoticz/domoticz"
|
|
cpe = "cpe:2.3:a:domoticz:domoticz"
|
|
fund = "https://www.paypal.com/donate?token=rF_gUybGmQGia_jzLfu3vkeXRqYLRV-v-BxCTylrTsEN4mB-nDdSVQhg3a-I9LkiqORq70Gtxbo6rq3r&locale.x=US"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.18"
|
|
architectures = [ "amd64", "armhf", "arm64" ]
|
|
multi_instance = false
|
|
ldap = false
|
|
sso = false
|
|
disk = "100M"
|
|
ram.build = "150M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/domoticz"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "all_users"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
arm64.url = "https://github.com/Krakinou/domoticz_build_on_arch/releases/download/2023.2/domoticz_linux_2023.2_aarch64.tgz"
|
|
arm64.sha256 = "b05919713e13873092addedb603d8eed29bd7761e4a73cbada9b887b212723f3"
|
|
armhf.url = "https://github.com/Krakinou/domoticz_build_on_arch/releases/download/2023.2/domoticz_linux_2023.2_armhf.tgz"
|
|
armhf.sha256 = "73e5c06a9a059195ff2f9c6a82baf589003eb14bcb9642d1979a0e722d0aafb6"
|
|
amd64.url = "https://github.com/Krakinou/domoticz_build_on_arch/releases/download/2023.2/domoticz_linux_2023.2_x86_64.tgz"
|
|
amd64.sha256 = "2f8f83facbe019569080f6c60d19ab9c13bf64e72b771d269ee019d54e20e1bc"
|
|
format="tar.gz"
|
|
in_subdir=false
|
|
extract=true
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
autoupdate.asset.arm64 = ".*_aarch64.tgz"
|
|
autoupdate.asset.amd64 = ".*_x86_64.tgz"
|
|
autoupdate.asset.armhf = ".*_armhf.tgz"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
api.url = "/_api/__APP__"
|
|
api.show_tile = false
|
|
api.allowed = "visitors"
|
|
|
|
|
|
[resources.ports]
|
|
main.default = 8080
|
|
|
|
[resources.apt]
|
|
packages = "libudev-dev, python3-dev, libcurl4, libusb-0.1-4"
|
|
# to be deleted in next version
|
|
packages_from_raw_bash = '''if [ "$mosquitto" = 1 ]; then echo mosquitto mosquitto-clients; fi'''
|