mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
e9ad40d581
Add mosquito service solve package linter warning
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"name": "Domoticz",
|
|
"id": "domoticz",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"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"
|
|
},
|
|
"version": "2020.2~ynh4",
|
|
"url": "https://www.domoticz.com",
|
|
"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"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "Krakinou",
|
|
"email": "misterl56@hotmail.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.1.3"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/domoticz",
|
|
"default": "/domoticz"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": false,
|
|
"help": "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!"
|
|
}
|
|
]
|
|
}
|
|
}
|