1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mosquitto_ynh.git synced 2024-09-03 19:45:54 +02:00
mosquitto_ynh/manifest.json

46 lines
1.4 KiB
JSON
Raw Normal View History

2017-10-26 13:01:33 +02:00
{
2021-02-13 18:14:54 +01:00
"name": "Mosquitto",
2017-10-26 13:01:33 +02:00
"id": "mosquitto",
"packaging_format": 1,
"description": {
2021-02-13 18:14:54 +01:00
"en": "Interconnect your objects and applications with an open source MQTT broker",
"fr": "Interconnecter vos objets et vos applications grâce à un serveur MQTT open source"
2017-10-26 13:01:33 +02:00
},
2021-02-27 18:28:49 +01:00
"version": "2.0.8~ynh1",
2021-02-13 18:14:54 +01:00
"url": "https://mosquitto.org/",
"license": "MIT",
2017-10-26 13:01:33 +02:00
"maintainer": {
2021-02-13 18:14:54 +01:00
"name": "Grena",
"email": "grena+mosquitto@grenabox.fr"
2017-10-26 13:01:33 +02:00
},
"requirements": {
2021-02-13 18:14:54 +01:00
"yunohost": ">= 4.1.0"
2017-10-26 13:01:33 +02:00
},
2021-02-13 18:14:54 +01:00
"multi_instance": false,
"services": [],
2017-10-26 13:01:33 +02:00
"arguments": {
"install" : [
2021-02-13 18:14:54 +01:00
{
"name": "username",
"type": "string",
2017-10-26 13:01:33 +02:00
"ask": {
2021-02-13 18:14:54 +01:00
"en": "Set the username for client authentication",
"fr": "Définissez le nom d'utilisateur pour l'authentification du client"
2017-10-26 13:01:33 +02:00
},
2021-02-13 18:14:54 +01:00
"example": "mosquitto",
"default": "mosquitto"
2017-10-26 13:01:33 +02:00
},
{
2021-02-13 18:14:54 +01:00
"name": "password",
"type": "password",
2017-10-26 13:01:33 +02:00
"ask": {
2021-02-13 18:14:54 +01:00
"en": "Set the password for client authentication",
"fr": "Définissez le mot de passe pour l'authentification du client"
2017-10-26 13:01:33 +02:00
},
2021-02-13 18:14:54 +01:00
"example": "Choose a password"
2017-10-26 13:01:33 +02:00
}
]
}
}
2021-02-13 18:14:54 +01:00