Files
addons/mosquitto/config.yaml
Joakim Sørensen 456bc0f70b Add translation files to all add-ons (#2433)
* Add translation files to all add-ons

* lint

* Apply suggestions from code review

Co-authored-by: Stefan Agner <stefan@agner.ch>

* Adjust zwave docs

* Adjust zwave_js docs

* Adjust ada docs

* Reorder ada

* Reorder duckdns

* Reorder git_pull

* Reorder google_assistant

* Reorder homematic

* Reorder letsencrypt

* Reorder mosquitto

* Reorder nginx_proxy

* Reorder samba

* Reorder ssh

* Lint

Co-authored-by: Stefan Agner <stefan@agner.ch>
2022-04-28 11:26:33 -04:00

48 lines
814 B
YAML

---
version: 6.0.2
slug: mosquitto
name: Mosquitto broker
description: An Open Source MQTT broker
url: https://github.com/home-assistant/hassio-addons/tree/master/mosquitto
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
auth_api: true
discovery:
- mqtt
image: homeassistant/{arch}-addon-mosquitto
map:
- ssl
- share
options:
logins: []
require_certificate: false
certfile: fullchain.pem
keyfile: privkey.pem
customize:
active: false
folder: mosquitto
ports:
1883/tcp: 1883
1884/tcp: 1884
8883/tcp: 8883
8884/tcp: 8884
schema:
logins:
- username: str
password: password
require_certificate: bool
certfile: str
cafile: str?
keyfile: str
customize:
active: bool
folder: str
services:
- mqtt:provide
startup: system
watchdog: tcp://[HOST]:1883