mirror of
https://github.com/hassio-addons/addon-mqtt.git
synced 2025-05-07 04:31:26 +00:00
🔥 Removes default config options
This commit is contained in:
parent
745875fc86
commit
ea3124dbb4
1 changed files with 0 additions and 16 deletions
|
@ -2,7 +2,6 @@
|
|||
"name": "MQTT Server & Web client",
|
||||
"version": "dev",
|
||||
"slug": "mqtt",
|
||||
"timeout": 10,
|
||||
"description": "Mosquitto MQTT Server bundled with Hivemq's web client",
|
||||
"url": "https://github.com/hassio-addons/addon-mqtt/tree/master/README.md",
|
||||
"webui": "https://[HOST]:[PORT:5713]",
|
||||
|
@ -16,23 +15,8 @@
|
|||
],
|
||||
"boot": "auto",
|
||||
"auth_api": true,
|
||||
"docker_api": false,
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": false,
|
||||
"host_network": false,
|
||||
"host_ipc": false,
|
||||
"host_dbus": false,
|
||||
"host_pid": false,
|
||||
"auto_uart": false,
|
||||
"privileged": [],
|
||||
"full_access": false,
|
||||
"apparmor": true,
|
||||
"audio": false,
|
||||
"gpio": false,
|
||||
"devicetree": false,
|
||||
"stdin": false,
|
||||
"legacy": false,
|
||||
"ports": {
|
||||
"5713/tcp": 5713,
|
||||
"1884/tcp": 1884,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue