mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
[autopatch] Add Common Platform Enumeration id to manifest.json
This commit is contained in:
parent
c01ed1894d
commit
795744fe79
1 changed files with 13 additions and 12 deletions
|
@ -13,7 +13,8 @@
|
||||||
"website": "https://domoticz.com/",
|
"website": "https://domoticz.com/",
|
||||||
"admindoc": "https://www.domoticz.com/wiki/Main_Page",
|
"admindoc": "https://www.domoticz.com/wiki/Main_Page",
|
||||||
"userdoc": "https://www.domoticz.com/DomoticzManual.pdf",
|
"userdoc": "https://www.domoticz.com/DomoticzManual.pdf",
|
||||||
"code": "https://github.com/domoticz/domoticz"
|
"code": "https://github.com/domoticz/domoticz",
|
||||||
|
"cpe": "cpe:2.3:a:domoticz:domoticz"
|
||||||
},
|
},
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -28,7 +29,7 @@
|
||||||
"nginx"
|
"nginx"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
|
@ -44,23 +45,23 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"help": {
|
"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!",
|
"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!"
|
"en": "Beware, there is no user management by default. If it's set as public, anyone will have access!"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mqtt_domain",
|
"name": "mqtt_domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
"ask": {
|
||||||
"fr":"Domaine MQTT",
|
"fr": "Domaine MQTT",
|
||||||
"en":"MQTT domain"
|
"en": "MQTT domain"
|
||||||
},
|
},
|
||||||
"example": "mqtt.your.domain.com",
|
"example": "mqtt.your.domain.com",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"help": {
|
"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",
|
"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"
|
"en": "MQTT server domain. Set the main domain if you don't wish to use it. See the doc for more info"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue