Small updates

This commit is contained in:
Roxedus
2020-09-10 19:31:59 +02:00
parent 6d0cc13cb0
commit 16869c5df7
2 changed files with 9 additions and 9 deletions

View File

@@ -15,9 +15,9 @@ For Plex setup see: https://github.com/stokkes/docker-sstvproxy#plex</Overview>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/template/sstvproxy.xml</TemplateURL> <TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/template/sstvproxy.xml</TemplateURL>
<Config Name="YAP exposed local port" Target="8098" Default="8098" Mode="tcp" Description="Container Port: 8098" Type="Port" Display="always" Required="true" Mask="false"/> <Config Name="YAP exposed local port" Target="8098" Default="8098" Mode="tcp" Description="Container Port: 8098" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="YAP exposed external port" Target="8099" Default="8099" Mode="tcp" Description="Container Port: 8099" Type="Port" Display="always" Required="true" Mask="false"/> <Config Name="YAP exposed external port" Target="8099" Default="8099" Mode="tcp" Description="Container Port: 8099" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="true" Mask="false"/> <Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="true" Mask="false"/> <Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced-hide" Required="true" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="true" Mask="false"/> <Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced-hide" Required="true" Mask="false"/>
<Config Name="YAP_GIT_BRANCH" Target="YAP_GIT_BRANCH" Default="master" Mode="" Description="For specifying which branch to use (master or dev), defaults to master if not set." Type="Variable" Display="always" Required="false" Mask="false"/> <Config Name="YAP_GIT_BRANCH" Target="YAP_GIT_BRANCH" Default="master" Mode="" Description="For specifying which branch to use (master or dev), defaults to master if not set." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="YAP_SERVICE" Target="YAP_SERVICE" Default="" Mode="" Description="Short code for smoothstreams service" Type="Variable" Display="always" Required="true" Mask="false"/> <Config Name="YAP_SERVICE" Target="YAP_SERVICE" Default="" Mode="" Description="Short code for smoothstreams service" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="YAP_USERNAME" Target="YAP_USERNAME" Default="" Mode="" Description="Container Variable: YAP_USERNAME" Type="Variable" Display="always" Required="true" Mask="false"/> <Config Name="YAP_USERNAME" Target="YAP_USERNAME" Default="" Mode="" Description="Container Variable: YAP_USERNAME" Type="Variable" Display="always" Required="true" Mask="false"/>

View File

@@ -1,16 +1,16 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<Container version="2"> <Container version="2">
<Name>Zigbee2MQTT</Name> <Name>zigbee2mqtt</Name>
<Repository>koenkk/zigbee2mqtt</Repository> <Repository>koenkk/zigbee2mqtt</Repository>
<Registry>https://hub.docker.com/r/koenkk/zigbee2mqtt/</Registry> <Registry>https://hub.docker.com/r/koenkk/zigbee2mqtt/</Registry>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/zigbee2mqtt.xml</TemplateURL>
<Network>bridge</Network> <Network>bridge</Network>
<Privileged>false</Privileged> <Privileged>false</Privileged>
<Support>https://www.zigbee2mqtt.io/information/docker.html</Support> <Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://www.zigbee2mqtt.io/</Project> <Project>https://github.com/koenkk/zigbee2mqtt</Project>
<Overview>Zigbee to MQTT bridge using zigbee-shepherd allows you to use your Zigbee devices without the vendors bridge or gateway. It bridges events and allows you to control your Zigbee devices via MQTT. In this way you can integrate your Zigbee devices with whatever smart home infrastructure you are using.</Overview> <Overview>Zigbee to MQTT bridge using zigbee-shepherd allows you to use your Zigbee devices without the vendors bridge or gateway. It bridges events and allows you to control your Zigbee devices via MQTT. In this way you can integrate your Zigbee devices with whatever smart home infrastructure you are using.</Overview>
<Category>HomeAutomation:</Category> <Category>HomeAutomation:</Category>
<Icon>https://raw.githubusercontent.com/mar005/unRAID-CA-templates/master/templates/img/zigbee2mqtt.png</Icon> <Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/zigbee2mqtt.png</Icon>
<Description>Zigbee to MQTT bridge using zigbee-shepherd allows you to use your Zigbee devices without the vendors bridge or gateway. It bridges events and allows you to control your Zigbee devices via MQTT. In this way you can integrate your Zigbee devices with whatever smart home infrastructure you are using.</Description> <Config Name="Appdata" Target="/app/data" Default="" Mode="rw" Description="Container Path: /app/data" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="Config Directory" Target="/app/data" Default="/mnt/user/appdata/zigbee2mqtt/" Mode="rw" Description="Container Path: /app/data" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Zigbee module" Target="" Default="PATH_TO_ZIGBEE_MODULE" Mode="" Description="Path to zigbee module, preferably serial/by-id" Type="Device" Display="always" Required="true" Mask="false"/> <Config Name="Zigbee module" Target="" Default="PATH_TO_ZIGBEE_MODULE" Mode="" Description="Path to zigbee module, preferably serial/by-id" Type="Device" Display="always" Required="true" Mask="false"/>
</Container> </Container>