app-store/apps/mqttx/config.json
Nicolas Meienberger 49565f9346
Wraithers mqttx (#3715)
* Create docker-compose.yml

* Create config.json

* Create description.md

* Remove logo at the top of description.md

* Upload logo

* Rename logo1.jpg to logo.jpg

* Update usage option for local Eclipse Mosquitto broker

* Update port to unused

The Google Doc listing ports (https://docs.google.com/spreadsheets/d/13U8MNCOiQjR4XohNCl9-CrmqS8_CA-oFEy3wrnJBJks/edit?usp=sharing) was outdated.

The new table view in the Tipi Appstore helped me find the port clash.

* fix(mqttx): fix description, logo and domain exposition

---------

Co-authored-by: Wraithers <4705057+Wraithers@users.noreply.github.com>
2024-06-09 11:26:01 +02:00

22 lines
493 B
JSON

{
"name": "MQTTX",
"available": true,
"exposable": true,
"port": 8217,
"id": "mqttx",
"tipi_version": 1,
"version": "v1.9.10",
"categories": [
"utilities"
],
"description": "MQTTX Web is an open-source MQTT browser client and an online MQTT WebSocket client tool.",
"short_desc": "MQTT websocket browser client tool",
"author": "EMQX",
"source": "https://github.com/emqx/MQTTX/",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
}