mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
80 lines
2.5 KiB
TOML
80 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 = "2024.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/domoticz/domoticz/releases/download/2024.2/domoticz_linux_2024.2_aarch64.tgz"
|
|
arm64.sha256 = "d0ee6660c1c05c2949bfbe669de0029795f5974a5f00b6818c0aefba944b3fd6"
|
|
armhf.url = "https://github.com/domoticz/domoticz/releases/download/2024.2/domoticz_linux_2024.2_armv7l.tgz"
|
|
armhf.sha256 = "23eb3f4d2c818761773a45282b054f2707808005643ceba10a386cb1cf93db0a"
|
|
amd64.url = "https://github.com/domoticz/domoticz/releases/download/2024.2/domoticz_linux_2024.2_x86_64.tgz"
|
|
amd64.sha256 = "0f973af6dcadef17d75ac7372dfc2f0a87bd0fabca8db04348fe34bd1d0180e2"
|
|
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 = ".*_armv7l.tgz"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
main.auth_header=false
|
|
|
|
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'''
|