mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-03 18:41:30 +00:00
28 lines
559 B
YAML
28 lines
559 B
YAML
name: EMQX
|
|
version: 0.7.5
|
|
slug: emqx
|
|
description: The most scalable open-source MQTT broker for IoT. An alternative for
|
|
the Mosquitto add-on
|
|
url: https://github.com/hassio-addons/addon-emqx
|
|
codenotary: codenotary@frenck.dev
|
|
startup: services
|
|
ingress: true
|
|
ingress_port: 18083
|
|
ingress_stream: true
|
|
init: false
|
|
panel_icon: mdi:pipe
|
|
panel_title: EMQX
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
map:
|
|
- ssl
|
|
- addon_config:rw
|
|
options:
|
|
env_vars: []
|
|
host_network: true
|
|
schema:
|
|
env_vars:
|
|
- name: match(^EMQX_([A-Z0-9_])+$)
|
|
value: str
|
|
image: ghcr.io/hassio-addons/emqx/{arch}
|