packaging_format = 2 id = "domoticz" name = "Domoticz" description.en = "Lightweight Home Automation System" description.fr = "Système domotique léger" version = "2024.4~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.2" 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" [install.mqtt_domain] ask.fr = "Domaine MQTT" ask.en = "MQTT domain" help.fr = "Domaine pour le serveur MQTT. Remettez le domaine principal ou à vide si vous ne souhaitez pas l'utiliser. Lire la documentation pour plus d'informations" help.en = "MQTT server domain. Set blank or the main domain if you don't wish to use it. See the doc for more info" type = "domain" optional = true [resources] [resources.sources.main] arm64.url = "https://github.com/domoticz/domoticz/releases/download/2024.4/domoticz_linux_aarch64.tgz" arm64.sha256 = "779f47f45352814c4dba60ca0d28eb0301181402e31a12b23343079dcfa4ff05" armhf.url = "https://github.com/domoticz/domoticz/releases/download/2024.4/domoticz_linux_armv7l.tgz" armhf.sha256 = "33a4ccccfe786cc605622ec05c76d8b0c59afded75192ad1e8d0c5c7af200c01" amd64.url = "https://github.com/domoticz/domoticz/releases/download/2024.4/domoticz_linux_x86_64.tgz" amd64.sha256 = "8e6b968ed20ca30ecbe089bc6ed37cd63ced18b27b49fa8d58ed61f2bbbf6a63" format="tar.gz" in_subdir=false extract=true autoupdate.strategy = "latest_github_release" autoupdate.asset.arm64 = ".*domoticz_linux_aarch64.tgz" autoupdate.asset.amd64 = ".*domoticz_linux_x86_64.tgz" autoupdate.asset.armhf = ".*domoticz_linux_armv7l.tgz" [resources.system_user] [resources.install_dir] [resources.permissions] main.url = "/" main.auth_header = false api.url = "__DOMAIN__/api_/__APP__" api.show_tile = false api.allowed = "visitors" #Permission will be removed by the install script if not needed mqtt.url = "__MQTT_DOMAIN__/" mqtt.show_tile = false mqtt.allowed = "visitors" [resources.ports] main.default = 8080 #to be checked if it can become conditionnal #ports will always be provisionned... don't know if it's an issue... mqtt.default = 1883 mqtt_websocket.default = 8883 [resources.apt] packages = "libudev-dev, python3-dev, libcurl4, libusb-0.1-4" packages_from_raw_bash = '''if [ "$mqtt_domain" != "$domain" ]; then echo mosquitto mosquitto-clients; fi'''