mirror of
https://github.com/YunoHost-Apps/mosquitto_ynh.git
synced 2024-09-03 19:45:54 +02:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
|
{
|
|||
|
"name": "Mosquitto MQTT app",
|
|||
|
"id": "mosquitto",
|
|||
|
"packaging_format": 1,
|
|||
|
"description": {
|
|||
|
"en": "Example package for YunoHost application.",
|
|||
|
"fr": "Exemple de package d’application pour YunoHost."
|
|||
|
},
|
|||
|
"version": "1.0",
|
|||
|
"url": "https://mosquitto.org",
|
|||
|
"license": "free",
|
|||
|
"maintainer": {
|
|||
|
"name": "John doe",
|
|||
|
"email": "john.doe@example.com",
|
|||
|
"url": "http://example.com"
|
|||
|
},
|
|||
|
"requirements": {
|
|||
|
"yunohost": ">= 2.7.2"
|
|||
|
},
|
|||
|
"multi_instance": true,
|
|||
|
"services": [
|
|||
|
"nginx",
|
|||
|
"mosquitto"
|
|||
|
|
|||
|
],
|
|||
|
"arguments": {
|
|||
|
"install" : [
|
|||
|
{
|
|||
|
"name": "domain",
|
|||
|
"type": "domain",
|
|||
|
"ask": {
|
|||
|
"en": "Choose a domain name for ynhexample",
|
|||
|
"fr": "Choisissez un nom de domaine pour ynhexample"
|
|||
|
},
|
|||
|
"example": "example.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "path",
|
|||
|
"type": "path",
|
|||
|
"ask": {
|
|||
|
"en": "Choose a path for ynhexample",
|
|||
|
"fr": "Choisissez un chemin pour ynhexample"
|
|||
|
},
|
|||
|
"example": "/example",
|
|||
|
"default": "/example"
|
|||
|
}
|
|||
|
|
|||
|
]
|
|||
|
}
|
|||
|
}
|