This commit is contained in:
Andrew Z 2021-05-23 00:03:02 -04:00
parent dd45654a4c
commit d325229fcb
7 changed files with 271 additions and 12 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1621735379
"last_updated_timestamp": 1621742577
}

View File

@ -71238,6 +71238,117 @@
"LastUpdateScan": 1619899356,
"FirstSeen": 1527825600
},
{
"Name": "amcrest2mqtt",
"Repository": "dchesterton/amcrest2mqtt",
"Registry": "https://hub.docker.com/r/dchesterton/amcrest2mqtt/",
"TemplateURL": "https://raw.githubusercontent.com/digiblur/unraid-docker-templates/master/amcrest2mqtt.xml",
"WebUI": "",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/72033-support-digiblurs-docker-template-repository/",
"Project": "https://github.com/dchesterton/amcrest2mqtt",
"Overview": "Expose all events from an Amcrest device to an MQTT broker. Supports autodiscovery via Home Assistant. Multiple docker containers will need to be installed to support more than one Amcrest device. No WebUI is necessary.",
"Icon": "https://raw.githubusercontent.com/digiblur/unraid-docker-templates/master/images/amcrest2mqtt.png",
"ExtraParams": "--restart unless-stopped",
"Config": [
{
"@attributes": {
"Name": "Amcrest Device IP",
"Target": "AMCREST_HOST",
"Default": "",
"Mode": "",
"Description": "IP or DNS of Amcrest Device",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Amcrest Device Password",
"Target": "AMCREST_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Amcrest Device Local Password",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MQTT Broker IP",
"Target": "MQTT_HOST",
"Default": "",
"Mode": "",
"Description": "MQTT Broker IP or DNS Name",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MQTT Username",
"Target": "MQTT_USERNAME",
"Default": "",
"Mode": "",
"Description": "MQTT Username",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MQTT Password",
"Target": "MQTT_PASSWORD",
"Default": "",
"Mode": "",
"Description": "MQTT Password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Home Assistant Autodiscovery",
"Target": "HOME_ASSISTANT",
"Default": "true",
"Mode": "",
"Description": "Enabled HA Autodiscovery: true or false",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "true"
}
],
"Repo": "digiblur's Repository",
"Description": "Expose all events from an Amcrest device to an MQTT broker. Supports autodiscovery via Home Assistant. Multiple docker containers will need to be installed to support more than one Amcrest device. No WebUI is necessary.",
"templatePath": "/tmp/GitHub/AppFeed/templates/digiblursRepository/amcrest2mqtt.xml",
"CategoryList": [
"HomeAutomation",
"Tools-Utilities"
],
"downloads": 9146,
"stars": 1,
"LastUpdateScan": 1621742571,
"FirstSeen": 1621742571
},
{
"Name": "deepstack",
"Repository": "deepquestai/deepstack",

View File

@ -1,7 +1,7 @@
{
"apps": 1254,
"last_updated_timestamp": 1621735379,
"last_updated": "2021-05-22 22:02",
"apps": 1255,
"last_updated_timestamp": 1621742577,
"last_updated": "2021-05-23 00:02",
"categories": [
{
"Cat": "Backup:",
@ -71400,6 +71400,117 @@
"LastUpdateScan": 1619899356,
"FirstSeen": 1527825600
},
{
"Name": "amcrest2mqtt",
"Repository": "dchesterton/amcrest2mqtt",
"Registry": "https://hub.docker.com/r/dchesterton/amcrest2mqtt/",
"TemplateURL": "https://raw.githubusercontent.com/digiblur/unraid-docker-templates/master/amcrest2mqtt.xml",
"WebUI": "",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/72033-support-digiblurs-docker-template-repository/",
"Project": "https://github.com/dchesterton/amcrest2mqtt",
"Overview": "Expose all events from an Amcrest device to an MQTT broker. Supports autodiscovery via Home Assistant. Multiple docker containers will need to be installed to support more than one Amcrest device. No WebUI is necessary.",
"Icon": "https://raw.githubusercontent.com/digiblur/unraid-docker-templates/master/images/amcrest2mqtt.png",
"ExtraParams": "--restart unless-stopped",
"Config": [
{
"@attributes": {
"Name": "Amcrest Device IP",
"Target": "AMCREST_HOST",
"Default": "",
"Mode": "",
"Description": "IP or DNS of Amcrest Device",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Amcrest Device Password",
"Target": "AMCREST_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Amcrest Device Local Password",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MQTT Broker IP",
"Target": "MQTT_HOST",
"Default": "",
"Mode": "",
"Description": "MQTT Broker IP or DNS Name",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MQTT Username",
"Target": "MQTT_USERNAME",
"Default": "",
"Mode": "",
"Description": "MQTT Username",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MQTT Password",
"Target": "MQTT_PASSWORD",
"Default": "",
"Mode": "",
"Description": "MQTT Password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Home Assistant Autodiscovery",
"Target": "HOME_ASSISTANT",
"Default": "true",
"Mode": "",
"Description": "Enabled HA Autodiscovery: true or false",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "true"
}
],
"Repo": "digiblur's Repository",
"Description": "Expose all events from an Amcrest device to an MQTT broker. Supports autodiscovery via Home Assistant. Multiple docker containers will need to be installed to support more than one Amcrest device. No WebUI is necessary.",
"templatePath": "/tmp/GitHub/AppFeed/templates/digiblursRepository/amcrest2mqtt.xml",
"CategoryList": [
"HomeAutomation",
"Tools-Utilities"
],
"downloads": 9146,
"stars": 1,
"LastUpdateScan": 1621742571,
"FirstSeen": 1621742571
},
{
"Name": "deepstack",
"Repository": "deepquestai/deepstack",

View File

@ -1598,5 +1598,6 @@
"binhex/arch-crafty": 1621360648,
"ghcr.io/guydavis/machinaris": 1621362609,
"golift/notifiarr": 1621368179,
"ghcr.io/guydavis/machinaris:test": 1621396971
"ghcr.io/guydavis/machinaris:test": 1621396971,
"dchesterton/amcrest2mqtt": 1621742571
}

View File

@ -74887,23 +74887,26 @@
"CategoryList": [
"MediaApp-Photos"
],
"downloads": 383821,
"stars": 3,
"trending": 17.371,
"downloads": 447911,
"stars": 4,
"trending": 14.309,
"trends": [
12.164,
17.371
17.371,
14.309
],
"trendsDate": [
1616536965,
1619136160
1619136160,
1621735373
],
"downloadtrend": [
278571,
317149,
383821
383821,
447911
],
"LastUpdateScan": 1619136160,
"LastUpdateScan": 1621735373,
"FirstSeen": 1613941347
},
{

View File

@ -46487,5 +46487,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"dchesterton/amcrest2mqtt": {
"Base": null,
"Downloads": 9146,
"Stars": 1,
"Time": 1621742571,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>amcrest2mqtt</Name>
<Repository>dchesterton/amcrest2mqtt</Repository>
<Registry>https://hub.docker.com/r/dchesterton/amcrest2mqtt/</Registry>
<TemplateURL>https://raw.githubusercontent.com/digiblur/unraid-docker-templates/master/amcrest2mqtt.xml</TemplateURL>
<WebUI></WebUI>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/72033-support-digiblurs-docker-template-repository/</Support>
<Project>https://github.com/dchesterton/amcrest2mqtt</Project>
<Overview>Expose all events from an Amcrest device to an MQTT broker. Supports autodiscovery via Home Assistant. Multiple docker containers will need to be installed to support more than one Amcrest device. No WebUI is necessary.</Overview>
<Icon>https://raw.githubusercontent.com/digiblur/unraid-docker-templates/master/images/amcrest2mqtt.png</Icon>
<ExtraParams>--restart unless-stopped</ExtraParams>
<Config Name="Amcrest Device IP" Target="AMCREST_HOST" Default="" Mode="" Description="IP or DNS of Amcrest Device" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Amcrest Device Password" Target="AMCREST_PASSWORD" Default="" Mode="" Description="Amcrest Device Local Password" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="MQTT Broker IP" Target="MQTT_HOST" Default="" Mode="" Description="MQTT Broker IP or DNS Name" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="MQTT Username" Target="MQTT_USERNAME" Default="" Mode="" Description="MQTT Username" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="MQTT Password" Target="MQTT_PASSWORD" Default="" Mode="" Description="MQTT Password" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Home Assistant Autodiscovery" Target="HOME_ASSISTANT" Default="true" Mode="" Description="Enabled HA Autodiscovery: true or false" Type="Variable" Display="always" Required="false" Mask="false">true</Config>
<Description>Expose all events from an Amcrest device to an MQTT broker. Supports autodiscovery via Home Assistant. Multiple docker containers will need to be installed to support more than one Amcrest device. No WebUI is necessary.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/digiblursRepository/amcrest2mqtt.xml</templatePath>
</Container>