2020-10-05 23:05:58 +02:00
{
"name" : "Domoticz" ,
"id" : "domoticz" ,
"packaging_format" : 1 ,
"description" : {
2020-11-07 10:13:40 +01:00
"en" : "Very light weight open sources home automation system that lets you monitor and configure miscellaneous devices" ,
"fr" : "Logiciel open sources et gratuit de domotique qui vous permet de configurer un grand nombre d'appareils"
2020-10-05 23:05:58 +02:00
} ,
2022-04-24 23:58:20 +02:00
"version" : "2020.2~ynh4" ,
2020-10-05 23:05:58 +02:00
"url" : "https://www.domoticz.com" ,
2021-08-05 02:21:46 +02:00
"upstream" : {
2021-08-10 13:51:32 +02:00
"license" : "GPL-3.0-or-later" ,
2021-08-05 02:21:46 +02:00
"website" : "https://domoticz.com/" ,
"admindoc" : "https://www.domoticz.com/wiki/Main_Page" ,
"userdoc" : "https://www.domoticz.com/DomoticzManual.pdf" ,
2022-08-07 20:11:27 +02:00
"code" : "https://github.com/domoticz/domoticz" ,
"cpe" : "cpe:2.3:a:domoticz:domoticz"
2021-08-05 02:21:46 +02:00
} ,
2020-11-07 10:13:40 +01:00
"license" : "GPL-3.0-or-later" ,
2020-10-05 23:05:58 +02:00
"maintainer" : {
"name" : "Krakinou" ,
"email" : "misterl56@hotmail.com"
} ,
"requirements" : {
2021-08-05 02:21:46 +02:00
"yunohost" : ">= 4.1.3"
2020-10-05 23:05:58 +02:00
} ,
"multi_instance" : false ,
"services" : [
2020-11-07 10:13:40 +01:00
"nginx"
2020-10-05 23:05:58 +02:00
] ,
"arguments" : {
2022-08-07 20:11:27 +02:00
"install" : [
2020-10-05 23:05:58 +02:00
{
"name" : "domain" ,
2022-05-22 19:15:23 +02:00
"type" : "domain"
2020-10-05 23:05:58 +02:00
} ,
{
"name" : "path" ,
"type" : "path" ,
"example" : "/domoticz" ,
"default" : "/domoticz"
} ,
{
"name" : "is_public" ,
"type" : "boolean" ,
2020-11-07 10:13:40 +01:00
"default" : false ,
2022-05-22 19:15:23 +02:00
"help" : {
2022-08-07 20:11:27 +02:00
"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!" ,
"en" : "Beware, there is no user management by default. If it's set as public, anyone will have access!"
}
2022-05-22 19:15:23 +02:00
} ,
{
"name" : "mqtt_domain" ,
"type" : "domain" ,
"ask" : {
2022-08-07 20:11:27 +02:00
"fr" : "Domaine MQTT" ,
"en" : "MQTT domain"
} ,
2022-05-22 19:15:23 +02:00
"example" : "mqtt.your.domain.com" ,
"optional" : true ,
"help" : {
2022-08-07 20:11:27 +02:00
"fr" : "Domaine pour le serveur MQTT. Remettez le domaine principal si vous ne souhaitez pas l'utiliser. Lire la documentation pour plus d'informations" ,
"en" : "MQTT server domain. Set the main domain if you don't wish to use it. See the doc for more info"
}
2020-10-05 23:05:58 +02:00
}
]
}
2022-08-07 20:11:27 +02:00
}