2023-02-20 22:22:42 +01:00
packaging_format = 2
id = "domoticz"
name = "Domoticz"
2023-11-29 10:25:00 +01:00
description . en = "Lightweight Home Automation System"
description . fr = "Système domotique léger"
2023-02-20 22:22:42 +01:00
2024-01-20 17:16:09 +01:00
version = "2024.2~ynh1"
2023-02-20 22:22:42 +01:00
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"
2023-02-27 23:24:05 +01:00
cpe = "cpe:2.3:a:domoticz:domoticz"
fund = "https://www.paypal.com/donate?token=rF_gUybGmQGia_jzLfu3vkeXRqYLRV-v-BxCTylrTsEN4mB-nDdSVQhg3a-I9LkiqORq70Gtxbo6rq3r&locale.x=US"
2023-02-20 22:22:42 +01:00
[ integration ]
2023-09-10 14:53:27 +02:00
yunohost = ">= 11.2"
2023-05-26 23:23:50 +02:00
architectures = [ "amd64" , "armhf" , "arm64" ]
2023-02-20 22:22:42 +01:00
multi_instance = false
2023-11-29 10:25:00 +01:00
2023-09-10 14:53:27 +02:00
ldap = false
2023-11-29 10:25:00 +01:00
2023-09-10 14:53:27 +02:00
sso = false
2023-11-29 10:25:00 +01:00
2023-09-10 14:53:27 +02:00
disk = "100M"
2023-06-01 23:27:35 +02:00
ram . build = "150M"
2023-02-27 23:24:05 +01:00
ram . runtime = "50M"
2023-02-20 22:22:42 +01:00
[ install ]
[ install . domain ]
type = "domain"
[ install . path ]
type = "path"
default = "/domoticz"
[ install . init_main_permission ]
2023-02-27 23:24:05 +01:00
help . fr = "Attention, cette application n'a pas de gestion d'utilisateur par défaut, si vous la mettez public, n'importe qui y aura accès!"
2023-02-20 22:22:42 +01:00
help . en = "Beware, there is no user management by default. If it's set as public, anyone will have access!"
type = "group"
2023-02-27 23:24:05 +01:00
default = "all_users"
2023-02-20 22:22:42 +01:00
[ install . mqtt_domain ]
ask . fr = "Domaine MQTT"
ask . en = "MQTT domain"
help . fr = "Domaine pour le serveur MQTT. Remettez le domaine principal si vous ne souhaitez pas l'utiliser. Lire la documentation pour plus d'informations"
help . en = "MQTT server domain. Set the main domain if you don't wish to use it. See the doc for more info"
type = "domain"
optional = true
[ resources ]
2023-05-26 23:23:50 +02:00
[ resources . sources . main ]
2024-01-20 17:16:09 +01:00
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"
2023-05-26 23:23:50 +02:00
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 = "/"
2024-01-20 17:14:28 +01:00
main . auth_header = false
2023-05-26 23:23:50 +02:00
api . url = "/_api/__APP_"
api . show_title = false
2023-06-01 23:27:35 +02:00
api . allowed = "visitors"
2023-05-26 23:23:50 +02:00
[ resources . ports ]
main . default = 8080
#to be checked if it can become conditionnal
2023-05-27 18:13:49 +02:00
#ports will always be provisionned... don't know if it's an issue...
mqtt . default = 1883
mqtt_websocket . default = 8883
2023-05-26 23:23:50 +02:00
[ resources . apt ]
packages = "libudev-dev, python3-dev, libcurl4, libusb-0.1-4"
2023-05-27 18:13:49 +02:00
packages_from_raw_bash = '' 'if [ "$mqtt_domain" != "$domain" ]; then echo mosquitto mosquitto-clients; fi' ''
2023-02-20 22:22:42 +01:00