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
2023-05-26 23:23:50 +02:00
version = "2023.1~ynh2"
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 ]
arm64 . url = "https://github.com/Krakinou/domoticz_build_on_arch/releases/download/2023.1/domoticz_linux_2023.1_aarch64.tgz"
arm64 . sha256 = "e268e298fdd3d165840e0174b22b6c6b6ef06f4c7d4ab596f3bd6e984cda1b15"
armhf . url = "https://github.com/Krakinou/domoticz_build_on_arch/releases/download/2023.1/domoticz_linux_2023.1_armhf.tgz"
armhf . sha256 = "a51f2a2b6238a36ecc4f41d676fc2448313373ab181dd215630260b8230449db"
amd64 . url = "https://github.com/Krakinou/domoticz_build_on_arch/releases/download/2023.1/domoticz_linux_2023.1_x86_64.tgz"
amd64 . sha256 = "b88e82af38385d33d78d3dbb034f57ac429855e8dcb2da6c7ee17c7c71ba235f"
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_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