1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/domoticz_ynh.git synced 2024-09-03 18:26:17 +02:00
domoticz_ynh/manifest.json

52 lines
1.6 KiB
JSON
Raw Normal View History

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
},
2020-11-29 12:00:20 +01:00
"version": "2020.2~ynh2",
2020-10-05 23:05:58 +02:00
"url": "https://www.domoticz.com",
2021-08-05 02:21:46 +02:00
"upstream": {
"license": "free",
"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"
},
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": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/domoticz",
"default": "/domoticz"
},
{
"name": "is_public",
"type": "boolean",
2020-11-07 10:13:40 +01:00
"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!"
2020-10-05 23:05:58 +02:00
}
]
}
}