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

44 lines
1.2 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
},
"version": "2.0.12~ynh1",
2021-02-13 18:14:54 +01:00
"url": "https://mosquitto.org/",
2022-06-20 01:41:47 +02:00
"upstream": {
"license": "MIT",
"website": "https://mosquitto.org",
2022-06-26 15:56:40 +02:00
"demo": "https://test.mosquitto.org",
2022-06-20 01:41:47 +02:00
"admindoc": "https://mosquitto.org/documentation/",
"code": "https://github.com/eclipse/mosquitto",
"cpe": "cpe:2.3:a:eclipse:mosquitto"
2022-06-20 01:41:47 +02:00
},
2021-02-13 18:14:54 +01:00
"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": {
2022-06-20 01:41:47 +02:00
"yunohost": ">= 4.3.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": {
2022-06-20 01:41:47 +02:00
"install": [
{
2021-02-13 18:14:54 +01:00
"name": "username",
"type": "string",
"example": "mosquitto",
"default": "mosquitto"
2017-10-26 13:01:33 +02:00
},
{
2021-02-13 18:14:54 +01:00
"name": "password",
2023-04-10 18:06:02 +02:00
"type": "password"
2017-10-26 13:01:33 +02:00
}
]
}
2023-04-10 18:06:02 +02:00
}