This commit is contained in:
Squidly271 2021-01-06 18:07:48 -05:00
parent f606459d55
commit fa7e8cec00
8 changed files with 844 additions and 197 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1609967266
"last_updated_timestamp": 1609974466
}

View File

@ -174695,7 +174695,7 @@
"Support": "https://forums.unraid.net/topic/97351-plugin-spin-down-sas-drives/",
"TemplateURL": "https://raw.githubusercontent.com/doron1/unraid-sas-spindown/master/sas-spindown.xml",
"Repository": "https://raw.githubusercontent.com/doron1/unraid-sas-spindown/master/sas-spindown.plg",
"pluginVersion": "0.82",
"pluginVersion": "0.83",
"Overview": "Spin down idle SAS drives the same way SATA drives are spun down.\nIf you have SAS spinning drives in your array, you may have noticed that Unraid, \nwhile asserting that they have been spun down, does not in fact spin them down \n(true at least up until version 6.8.3).\nThis plugin attempts to ensure that SAS drives spin down and up in sync with Unraid\nschedule (i.e. same as SATA drives).",
"Category": "Tools:System Drivers: Plugins:",
"OriginalOverview": "\nSpin down idle SAS drives the same way SATA drives are spun down.\nIf you have SAS spinning drives in your array, you may have noticed that Unraid, \nwhile asserting that they have been spun down, does not in fact spin them down \n(true at least up until version 6.8.3).\nThis plugin attempts to ensure that SAS drives spin down and up in sync with Unraid\nschedule (i.e. same as SATA drives).\n",
@ -177591,5 +177591,262 @@
"Plugins"
],
"FirstSeen": 1608825321
},
{
"Name": "iobroker",
"Repository": "buanet/iobroker",
"Registry": "https://hub.docker.com/r/buanet/iobroker/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/101016-support-buanet-iobroker/",
"Project": "https://www.iobroker.net/",
"Overview": "ioBroker is an Open Source IoT platform (Fog computing) which has the ability to manage your IoT system through an graphical interface.",
"WebUI": "http://[IP]:[PORT:8081]/",
"TemplateURL": "https://raw.githubusercontent.com/mgutt/unraid-docker-templates/main/mgutt/iobroker.xml",
"Icon": "https://raw.githubusercontent.com/mgutt/unraid-docker-templates/main/mgutt/images/iobroker.png",
"ExtraParams": "--no-healthcheck ",
"PostArgs": "",
"CPUset": "",
"DonateText": "If you like my work please ",
"DonateLink": "http://paypal.me/marcgutt",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": [
{
"HostPort": "8282",
"ContainerPort": "8282",
"Protocol": "tcp"
},
{
"HostPort": "2001",
"ContainerPort": "2001",
"Protocol": "tcp"
},
{
"HostPort": "1883",
"ContainerPort": "1883",
"Protocol": "tcp"
},
{
"HostPort": "1880",
"ContainerPort": "1880",
"Protocol": "tcp"
},
{
"HostPort": "8284",
"ContainerPort": "8284",
"Protocol": "tcp"
},
{
"HostPort": "8081",
"ContainerPort": "8081",
"Protocol": "tcp"
}
]
}
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/user/appdata/iobroker/data",
"ContainerDir": "/opt/iobroker",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/iobroker/scripts",
"ContainerDir": "/opt/userscripts",
"Mode": "rw"
}
]
},
"Environment": {
"Variable": [
{
"Value": "",
"Name": "USBDEVICES",
"Mode": ""
},
{
"Value": "99",
"Name": "SETUID",
"Mode": ""
},
{
"Value": "100",
"Name": "SETGID",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "Data",
"Target": "/opt/iobroker",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /opt/iobroker",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/iobroker/data"
},
{
"@attributes": {
"Name": "Scripts",
"Target": "/opt/userscripts",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /opt/userscripts",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/iobroker/scripts"
},
{
"@attributes": {
"Name": "USB Devices",
"Target": "USBDEVICES",
"Default": "",
"Mode": "",
"Description": "Sets relevant permissions on mounted devices like ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "flot Port",
"Target": "8282",
"Default": "",
"Mode": "tcp",
"Description": "flot adapter",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8282"
},
{
"@attributes": {
"Name": "HomeMatic Port",
"Target": "2001",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 2001",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "2001"
},
{
"@attributes": {
"Name": "MQTT Port",
"Target": "1883",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 1883",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1883"
},
{
"@attributes": {
"Name": "Node-RED Port",
"Target": "1880",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 1880",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1880"
},
{
"@attributes": {
"Name": "Socket.IO Port",
"Target": "8284",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 8284",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8284"
},
{
"@attributes": {
"Name": "UID",
"Target": "SETUID",
"Default": "",
"Mode": "",
"Description": "Container Variable: SETUID",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "SETGID",
"Default": "",
"Mode": "",
"Description": "Container Variable: SETGID",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "WebUI Port",
"Target": "8081",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 8081",
"Type": "Port",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "8081"
}
],
"Repo": "mgutt's Repository",
"Date": "1609957246",
"Category": "HomeAutomation:",
"Description": "ioBroker is an Open Source IoT platform (Fog computing) which has the ability to manage your IoT system through an graphical interface.",
"templatePath": "/tmp/GitHub/AppFeed/templates/mguttsRepository/mgutt/iobroker.xml",
"CategoryList": [
"HomeAutomation"
],
"downloads": 19460700,
"stars": 85,
"LastUpdateScan": 1609974465,
"FirstSeen": 1609974465
}
]

View File

@ -1,7 +1,7 @@
{
"apps": 1079,
"last_updated_timestamp": 1609967266,
"last_updated": "2021-01-06 16:07",
"apps": 1080,
"last_updated_timestamp": 1609974466,
"last_updated": "2021-01-06 18:07",
"categories": [
{
"Cat": "Backup:",
@ -174853,7 +174853,7 @@
"Support": "https://forums.unraid.net/topic/97351-plugin-spin-down-sas-drives/",
"TemplateURL": "https://raw.githubusercontent.com/doron1/unraid-sas-spindown/master/sas-spindown.xml",
"Repository": "https://raw.githubusercontent.com/doron1/unraid-sas-spindown/master/sas-spindown.plg",
"pluginVersion": "0.82",
"pluginVersion": "0.83",
"Overview": "Spin down idle SAS drives the same way SATA drives are spun down.\nIf you have SAS spinning drives in your array, you may have noticed that Unraid, \nwhile asserting that they have been spun down, does not in fact spin them down \n(true at least up until version 6.8.3).\nThis plugin attempts to ensure that SAS drives spin down and up in sync with Unraid\nschedule (i.e. same as SATA drives).",
"Category": "Tools:System Drivers: Plugins:",
"OriginalOverview": "\nSpin down idle SAS drives the same way SATA drives are spun down.\nIf you have SAS spinning drives in your array, you may have noticed that Unraid, \nwhile asserting that they have been spun down, does not in fact spin them down \n(true at least up until version 6.8.3).\nThis plugin attempts to ensure that SAS drives spin down and up in sync with Unraid\nschedule (i.e. same as SATA drives).\n",
@ -177749,6 +177749,263 @@
"Plugins"
],
"FirstSeen": 1608825321
},
{
"Name": "iobroker",
"Repository": "buanet/iobroker",
"Registry": "https://hub.docker.com/r/buanet/iobroker/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/101016-support-buanet-iobroker/",
"Project": "https://www.iobroker.net/",
"Overview": "ioBroker is an Open Source IoT platform (Fog computing) which has the ability to manage your IoT system through an graphical interface.",
"WebUI": "http://[IP]:[PORT:8081]/",
"TemplateURL": "https://raw.githubusercontent.com/mgutt/unraid-docker-templates/main/mgutt/iobroker.xml",
"Icon": "https://raw.githubusercontent.com/mgutt/unraid-docker-templates/main/mgutt/images/iobroker.png",
"ExtraParams": "--no-healthcheck ",
"PostArgs": "",
"CPUset": "",
"DonateText": "If you like my work please ",
"DonateLink": "http://paypal.me/marcgutt",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": [
{
"HostPort": "8282",
"ContainerPort": "8282",
"Protocol": "tcp"
},
{
"HostPort": "2001",
"ContainerPort": "2001",
"Protocol": "tcp"
},
{
"HostPort": "1883",
"ContainerPort": "1883",
"Protocol": "tcp"
},
{
"HostPort": "1880",
"ContainerPort": "1880",
"Protocol": "tcp"
},
{
"HostPort": "8284",
"ContainerPort": "8284",
"Protocol": "tcp"
},
{
"HostPort": "8081",
"ContainerPort": "8081",
"Protocol": "tcp"
}
]
}
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/user/appdata/iobroker/data",
"ContainerDir": "/opt/iobroker",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/iobroker/scripts",
"ContainerDir": "/opt/userscripts",
"Mode": "rw"
}
]
},
"Environment": {
"Variable": [
{
"Value": "",
"Name": "USBDEVICES",
"Mode": ""
},
{
"Value": "99",
"Name": "SETUID",
"Mode": ""
},
{
"Value": "100",
"Name": "SETGID",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "Data",
"Target": "/opt/iobroker",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /opt/iobroker",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/iobroker/data"
},
{
"@attributes": {
"Name": "Scripts",
"Target": "/opt/userscripts",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /opt/userscripts",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/iobroker/scripts"
},
{
"@attributes": {
"Name": "USB Devices",
"Target": "USBDEVICES",
"Default": "",
"Mode": "",
"Description": "Sets relevant permissions on mounted devices like ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "flot Port",
"Target": "8282",
"Default": "",
"Mode": "tcp",
"Description": "flot adapter",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8282"
},
{
"@attributes": {
"Name": "HomeMatic Port",
"Target": "2001",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 2001",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "2001"
},
{
"@attributes": {
"Name": "MQTT Port",
"Target": "1883",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 1883",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1883"
},
{
"@attributes": {
"Name": "Node-RED Port",
"Target": "1880",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 1880",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1880"
},
{
"@attributes": {
"Name": "Socket.IO Port",
"Target": "8284",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 8284",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8284"
},
{
"@attributes": {
"Name": "UID",
"Target": "SETUID",
"Default": "",
"Mode": "",
"Description": "Container Variable: SETUID",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "SETGID",
"Default": "",
"Mode": "",
"Description": "Container Variable: SETGID",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "WebUI Port",
"Target": "8081",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 8081",
"Type": "Port",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "8081"
}
],
"Repo": "mgutt's Repository",
"Date": "1609957246",
"Category": "HomeAutomation:",
"Description": "ioBroker is an Open Source IoT platform (Fog computing) which has the ability to manage your IoT system through an graphical interface.",
"templatePath": "/tmp/GitHub/AppFeed/templates/mguttsRepository/mgutt/iobroker.xml",
"CategoryList": [
"HomeAutomation"
],
"downloads": 19460700,
"stars": 85,
"LastUpdateScan": 1609974465,
"FirstSeen": 1609974465
}
],
"repositories": {
@ -178646,6 +178903,15 @@
"SimonF's Repository": {
"url": "https://github.com/SimonFair/unraid.usbip",
"profile": "https://forums.unraid.net/profile/75917-simonf"
},
"mgutt's Repository": {
"url": "https://github.com/mgutt/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/94359-mgutt",
"bio": "German Developer",
"icon": "https://raw.githubusercontent.com/mgutt/unraid-docker-templates/main/images/avatar.jpg",
"DonateLink": "https://www.paypal.me/marcgutt",
"DonateText": "If you like my work please consider Donating.",
"WebPage": "https://gutt.it/"
}
}
}

View File

@ -1381,5 +1381,6 @@
"jshridha/blueiris:latest": 1609456007,
"alturismo/wg_hideme_privoxy": 1609657706,
"shenxn/protonmail-bridge": 1609715259,
"ich777/unraid-kernel-helper": 1609765661
"ich777/unraid-kernel-helper": 1609765661,
"buanet/iobroker": 1609974465
}

View File

@ -9732,11 +9732,10 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 24923920,
"downloads": 25051596,
"stars": 82,
"trending": 0.787,
"trending": 0.51,
"trends": [
2.995,
3.346,
2.641,
2.195,
@ -9748,10 +9747,10 @@
2.02,
1.73,
1.75,
0.787
0.787,
0.51
],
"trendsDate": [
1576184993,
1578784143,
1581383266,
1583980091,
@ -9763,10 +9762,10 @@
1599574390,
1602173314,
1604768888,
1607368314
1607368314,
1609967264
],
"downloadtrend": [
19037486,
19696623,
20230887,
20684977,
@ -9778,9 +9777,10 @@
23874667,
24295030,
24727744,
24923920
24923920,
25051596
],
"LastUpdateScan": 1607368314,
"LastUpdateScan": 1609967264,
"FirstSeen": 1
},
{
@ -37194,9 +37194,9 @@
"CategoryList": [
"Productivity"
],
"downloads": 4129,
"downloads": 4135,
"stars": 1,
"LastUpdateScan": 1607368315,
"LastUpdateScan": 1609967264,
"FirstSeen": 1455166800
},
{
@ -38757,10 +38757,9 @@
"MediaApp-Video",
"MediaServer-Video"
],
"downloads": 46050,
"trending": 0.046,
"downloads": 46055,
"trending": 0.011,
"trends": [
0.092,
0.096,
0.123,
0.072,
@ -38772,10 +38771,10 @@
0.085,
0.052,
0.074,
0.046
0.046,
0.011
],
"trendsDate": [
1576199422,
1578798759,
1581397637,
1583993304,
@ -38787,10 +38786,10 @@
1599574391,
1602173314,
1604768888,
1607368315
1607368315,
1609967264
],
"downloadtrend": [
45600,
45644,
45700,
45733,
@ -38802,9 +38801,10 @@
45971,
45995,
46029,
46050
46050,
46055
],
"LastUpdateScan": 1607368315,
"LastUpdateScan": 1609967264,
"FirstSeen": 1478232000
},
{
@ -54533,7 +54533,7 @@
"TemplateURL": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/filezilla.xml",
"Icon": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/images/filezilla-icon.png",
"Project": "https://filezilla-project.org/",
"Date": 1609822800,
"Date": 1609909200,
"Networking": {
"Mode": "bridge",
"Publish": {
@ -126028,23 +126028,26 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 31144301,
"stars": 15,
"trending": 4.481,
"downloads": 32265802,
"stars": 18,
"trending": 3.476,
"trends": [
12.539,
4.481
4.481,
3.476
],
"trendsDate": [
1604768888,
1607368315
1607368315,
1609967265
],
"downloadtrend": [
26018681,
29748734,
31144301
31144301,
32265802
],
"LastUpdateScan": 1607368315,
"LastUpdateScan": 1609967265,
"FirstSeen": 1602173315
},
{
@ -129081,7 +129084,7 @@
"CategoryList": [
"Productivity"
],
"LastUpdateScan": 1607368315,
"LastUpdateScan": 1609967265,
"FirstSeen": 1602173315
},
{

View File

@ -39901,5 +39901,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"buanet/iobroker": {
"Base": null,
"Downloads": 19460700,
"Stars": 85,
"Time": 1609974465,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>iobroker</Name>
<Repository>buanet/iobroker</Repository>
<Registry>https://hub.docker.com/r/buanet/iobroker/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/101016-support-buanet-iobroker/</Support>
<Project>https://www.iobroker.net/</Project>
<Overview>ioBroker is an Open Source IoT platform (Fog computing) which has the ability to manage your IoT system through an graphical interface.</Overview>
<WebUI>http://[IP]:[PORT:8081]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/mgutt/unraid-docker-templates/main/mgutt/iobroker.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/mgutt/unraid-docker-templates/main/mgutt/images/iobroker.png</Icon>
<ExtraParams>--no-healthcheck </ExtraParams>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateText>If you like my work please </DonateText>
<DonateLink>http://paypal.me/marcgutt</DonateLink>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8282</HostPort>
<ContainerPort>8282</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>2001</HostPort>
<ContainerPort>2001</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>1883</HostPort>
<ContainerPort>1883</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>1880</HostPort>
<ContainerPort>1880</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>8284</HostPort>
<ContainerPort>8284</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>8081</HostPort>
<ContainerPort>8081</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/iobroker/data</HostDir>
<ContainerDir>/opt/iobroker</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/iobroker/scripts</HostDir>
<ContainerDir>/opt/userscripts</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>USBDEVICES</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>99</Value>
<Name>SETUID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>100</Value>
<Name>SETGID</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Data" Target="/opt/iobroker" Default="" Mode="rw" Description="Container Path: /opt/iobroker" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/iobroker/data</Config>
<Config Name="Scripts" Target="/opt/userscripts" Default="" Mode="rw" Description="Container Path: /opt/userscripts" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/iobroker/scripts</Config>
<Config Name="USB Devices" Target="USBDEVICES" Default="" Mode="" Description="Sets relevant permissions on mounted devices like " Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="flot Port" Target="8282" Default="" Mode="tcp" Description="flot adapter" Type="Port" Display="always" Required="false" Mask="false">8282</Config>
<Config Name="HomeMatic Port" Target="2001" Default="" Mode="tcp" Description="Container Port: 2001" Type="Port" Display="always" Required="false" Mask="false">2001</Config>
<Config Name="MQTT Port" Target="1883" Default="" Mode="tcp" Description="Container Port: 1883" Type="Port" Display="always" Required="false" Mask="false">1883</Config>
<Config Name="Node-RED Port" Target="1880" Default="" Mode="tcp" Description="Container Port: 1880" Type="Port" Display="always" Required="false" Mask="false">1880</Config>
<Config Name="Socket.IO Port" Target="8284" Default="" Mode="tcp" Description="Container Port: 8284" Type="Port" Display="always" Required="false" Mask="false">8284</Config>
<Config Name="UID" Target="SETUID" Default="" Mode="" Description="Container Variable: SETUID" Type="Variable" Display="advanced-hide" Required="true" Mask="false">99</Config>
<Config Name="GID" Target="SETGID" Default="" Mode="" Description="Container Variable: SETGID" Type="Variable" Display="advanced-hide" Required="false" Mask="false">100</Config>
<Config Name="WebUI Port" Target="8081" Default="" Mode="tcp" Description="Container Port: 8081" Type="Port" Display="advanced-hide" Required="false" Mask="false">8081</Config>
<Date>1609957246</Date>
<Category>HomeAutomation:</Category>
<Description>ioBroker is an Open Source IoT platform (Fog computing) which has the ability to manage your IoT system through an graphical interface.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/mguttsRepository/mgutt/iobroker.xml</templatePath>
</Container>