AppFeed/templates/digiblursRepository/zigbee2mqtt.xml

45 lines
3.6 KiB
XML
Raw Normal View History

2021-03-28 16:02:48 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>zigbee2mqtt</Name>
<Repository>koenkk/zigbee2mqtt</Repository>
<Registry>https://hub.docker.com/r/koenkk/zigbee2mqtt/</Registry>
<TemplateURL>https://raw.githubusercontent.com/digiblur/unraid-docker-templates/master/zigbee2mqtt.xml</TemplateURL>
<WebUI>http://[IP]:[PORT:9442]/</WebUI>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/72033-support-digiblurs-docker-template-repository/</Support>
<Project>https://github.com/koenkk/zigbee2mqtt</Project>
2021-03-28 18:02:55 +00:00
<Overview>Zigbee to MQTT bridge allows you to use your Zigbee devices without the vendors bridge or gateway. This template has the port 9442 forwarded for the front end and does not require a USB passthrough to accomodate IP based bridges. &#13;
&#13;
2021-03-29 14:02:50 +00:00
All users MUST edit the configuration.yaml file in the appdata zigbee2mqtt folder to specify the serial port (or tcp port) for the zigbee adapter. Attempt to start the container at least once and the yaml will be created for you. If you are using a USB Zigbee adapter, add the device passthrough below on the container configuration. How to determine the Zigbee adapter USB ID: https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html#1-determine-location-of-the-adapter-and-checking-user-permissions&#13;
2021-03-28 18:02:55 +00:00
&#13;
To enable the frontend GUI, edit the configuration.yaml in the appdata zigbee2mqtt folder and add the following:&#13;
&#13;
frontend:&#13;
port: 9442&#13;
experimental:&#13;
new_api: true&#13;
&#13;
Secure your Zigbee network! Auto Generate your own network key via https://www.zigbee2mqtt.io/how_tos/how_to_secure_network.html&#13;
&#13;
To enabled the dev branch to be used. Change the repository value to koenkk/zigbee2mqtt:latest-dev</Overview>
2021-03-28 16:02:48 +00:00
<Icon>https://raw.githubusercontent.com/digiblur/unraid-docker-templates/master/images/zigbee2mqtt.png</Icon>
<Config Name="appdata" Target="/app/data" Default="/mnt/user/appdata/zigbee2mqtt" Mode="rw" Description="Container Path: /app/data" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Config Name="WebUI" Target="9442" Default="9442" Mode="tcp" Description="Container Port: 9442" Type="Port" Display="always" Required="true" Mask="false"></Config>
2021-03-28 18:02:55 +00:00
<Description>Zigbee to MQTT bridge allows you to use your Zigbee devices without the vendors bridge or gateway. This template has the port 9442 forwarded for the front end and does not require a USB passthrough to accomodate IP based bridges. &#13;
&#13;
2021-03-29 14:02:50 +00:00
All users MUST edit the configuration.yaml file in the appdata zigbee2mqtt folder to specify the serial port (or tcp port) for the zigbee adapter. Attempt to start the container at least once and the yaml will be created for you. If you are using a USB Zigbee adapter, add the device passthrough below on the container configuration. How to determine the Zigbee adapter USB ID: https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html#1-determine-location-of-the-adapter-and-checking-user-permissions&#13;
2021-03-28 18:02:55 +00:00
&#13;
To enable the frontend GUI, edit the configuration.yaml in the appdata zigbee2mqtt folder and add the following:&#13;
&#13;
frontend:&#13;
port: 9442&#13;
experimental:&#13;
new_api: true&#13;
&#13;
Secure your Zigbee network! Auto Generate your own network key via https://www.zigbee2mqtt.io/how_tos/how_to_secure_network.html&#13;
&#13;
To enabled the dev branch to be used. Change the repository value to koenkk/zigbee2mqtt:latest-dev</Description>
2021-03-28 16:02:48 +00:00
<templatePath>/tmp/GitHub/AppFeed/templates/digiblursRepository/zigbee2mqtt.xml</templatePath>
</Container>