From fa7e8cec00d187bdb3993c192eacbb54f705f369 Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Wed, 6 Jan 2021 18:07:48 -0500 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 259 +++++++++++++- applicationFeed.json | 274 +++++++++++++- firstSeen.json | 3 +- old-applicationFeed-raw.json | 61 ++-- repoInfo.json | 10 + repositoryList.json | 333 +++++++++--------- templates/mguttsRepository/mgutt/iobroker.xml | 99 ++++++ 8 files changed, 844 insertions(+), 197 deletions(-) create mode 100644 templates/mguttsRepository/mgutt/iobroker.xml diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 268460f06..fd12cab16 100644 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1609967266 + "last_updated_timestamp": 1609974466 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index 56e9355b3..81de9d797 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -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 } ] \ No newline at end of file diff --git a/applicationFeed.json b/applicationFeed.json index 281edf23c..5d837e9d6 100644 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -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/" } } } \ No newline at end of file diff --git a/firstSeen.json b/firstSeen.json index ab493d435..742c65a1a 100644 --- a/firstSeen.json +++ b/firstSeen.json @@ -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 } \ No newline at end of file diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index b2813e343..56e9355b3 100644 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -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 }, { diff --git a/repoInfo.json b/repoInfo.json index 721e6d772..63883d0da 100644 --- a/repoInfo.json +++ b/repoInfo.json @@ -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 } } \ No newline at end of file diff --git a/repositoryList.json b/repositoryList.json index b7cee8794..43f3d778f 100644 --- a/repositoryList.json +++ b/repositoryList.json @@ -218,13 +218,24 @@ "title": "ljm42's Repository", "index": 22 }, + { + "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/", + "title": "mgutt's Repository", + "index": 23 + }, { "url": "https://github.com/n8detar/docker-templates", "profile": "https://forums.unraid.net/profile/104222-ndetar/", "bio": "I am not really a developer, I just made someone elses docker container available to others in the Unraid Community, I hope it helps!", "icon": "https://raw.githubusercontent.com/n8detar/docker-templates/master/n8detar/images/avatar.png", "title": "ndetar's Repository", - "index": 23 + "index": 24 }, { "url": "https://github.com/unraid/language-templates", @@ -237,7 +248,7 @@ "Twitter": "https://twitter.com/UnraidOfficial", "WebPage": "https://unraid.net/", "title": "Official Unraid Repository", - "index": 24 + "index": 25 }, { "url": "https://github.com/Organizr/docker-organizr", @@ -249,7 +260,7 @@ "Discord": "https://organizr.app/discord", "WebPage": "https://organizr.app/", "title": "Organizr Repository", - "index": 25 + "index": 26 }, { "url": "https://github.com/RandomNinjaAtk/unraid-templates", @@ -259,7 +270,7 @@ "DonateLink": "https://github.com/sponsors/RandomNinjaAtk", "DonateText": "If you like my work please consider Donating.", "title": "randomninjaatk's Repository", - "index": 26 + "index": 27 }, { "url": "https://github.com/RazorSiM/docker-templates", @@ -271,7 +282,7 @@ "Discord": "https://discord.gg/Mn2Ty3y", "WebPage": "https://raz.works", "title": "raz's Repository", - "index": 27 + "index": 28 }, { "url": "https://github.com/rix1337/docker-templates", @@ -281,7 +292,7 @@ "DonateLink": "https://github.com/users/rix1337/sponsorship", "DonateText": "Sponsor me if you like my work!", "title": "rix's Repository", - "index": 28 + "index": 29 }, { "url": "https://github.com/Data-Monkey/docker-templates", @@ -289,7 +300,7 @@ "bio": "I am not attempting to create containers, but I have built a few templates to make life a little easier. If you are looking for details on the containers, please check out the individual DockerHub pages.\n There is usually also a support thread linked in the respectiuve template.", "icon": "https://ipsassets.unraid.net/uploads/monthly_2017_02/DataMonkey.gif.2e58e2d34570035409850b750e2b4ae2.gif", "title": "Roland's Repository", - "index": 29 + "index": 30 }, { "url": "https://github.com/rroller/unraid-templates", @@ -298,7 +309,7 @@ "icon": "https://i.imgur.com/ZjNRfo3.png", "WebPage": "https://ronnieroller.com", "title": "runraid's Repository", - "index": 30 + "index": 31 }, { "url": "https://github.com/Sdub76/unraid_docker_templates", @@ -308,7 +319,7 @@ "DonateLink": "https://paypal.me/ScottWaun", "DonateText": "If you like my work please consider Donating.", "title": "sdub's Repository", - "index": 31 + "index": 32 }, { "url": "https://github.com/selfhosters/unRAID-CA-templates", @@ -319,7 +330,7 @@ "Discord": "https://discord.gg/qWPbc8R", "WebPage": "https://selfhosters.net/", "title": "Selfhosters Unraid Discord Repository", - "index": 32 + "index": 33 }, { "url": "https://github.com/snoopy86/docker-repo", @@ -330,7 +341,7 @@ "DonateText": "If you like my work please consider Donating.", "Forum": "https://forums.unraid.net/topic/41917-support-snoopy-logitech-media-server-emoncms-ubuntu-ffmpeg", "title": "snoopy86's Repository", - "index": 33 + "index": 34 }, { "url": "https://github.com/Squidly271/plugin-repository", @@ -340,7 +351,7 @@ "DonateLink": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7M7CBCVU732XG", "DonateText": "Buy me a beer", "title": "Squid's Repository", - "index": 34 + "index": 35 }, { "url": "https://github.com/StevenDTX/unraid-plugin-repository", @@ -348,7 +359,7 @@ "bio": "openVMTools_compiled Repository", "icon": "https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.png", "title": "StevenD's Repository", - "index": 35 + "index": 36 }, { "url": "https://github.com/tmchow/unraid-docker-templates", @@ -356,7 +367,7 @@ "bio": "Creating Docker containers for fun.", "icon": "https://raw.githubusercontent.com/tmchow/unraid-docker-templates/master/img/avatar.jpg", "title": "tmchow's Repository", - "index": 36 + "index": 37 }, { "url": "https://github.com/tquizzle/Docker-xml", @@ -368,7 +379,7 @@ "Twitter": "https://twitter.com/tquizzle", "WebPage": "https://travisq.com", "title": "TQ's Repository", - "index": 37 + "index": 38 }, { "url": "https://github.com/jahanson/unraid-docker-templates", @@ -376,7 +387,7 @@ "bio": "Helping make it easy to run Minecraft on Unraid :)", "icon": "https://avatars.githubusercontent.com/jahanson", "title": "Veriwind's Repository", - "index": 38 + "index": 39 }, { "url": "https://github.com/vinid223/unraid-docker-templates", @@ -386,7 +397,7 @@ "DonateLink": "https://paypal.me/vinid223", "DonateText": "If you like my work please consider Donating.", "title": "vinid223's Repository", - "index": 39 + "index": 40 }, { "url": "https://github.com/Waseh/unraidtemplates", @@ -394,7 +405,7 @@ "bio": "Maintaining a plugin which installs rclone on your unraid machine.", "icon": "https://raw.githubusercontent.com/Waseh/unraidtemplates/master/WasehLogo.png", "title": "Waseh's Repository", - "index": 40 + "index": 41 }, { "url": "https://github.com/Womabre/unraid-docker-templates", @@ -404,7 +415,7 @@ "DonateLink": "https://paypal.me/wmbreedveld", "DonateText": "If you like my work please consider Donating.", "title": "Womabre's Repository", - "index": 41 + "index": 42 }, { "url": "https://github.com/xthursdayx/docker-templates", @@ -414,852 +425,852 @@ "DonateLink": "https://www.paypal.me/xthursdayx", "DonateText": "If you like my work please consider Donating.", "title": "xthursdayx's Repository", - "index": 42 + "index": 43 }, { "url": "https://github.com/activ/docker-templates", "profile": "https://forums.lime-technology.com/profile/69882-activ/", "title": "activ's Repository", - "index": 43 + "index": 44 }, { "url": "https://github.com/wbynum/docker-templates", "profile": "https://forums.unraid.net/profile/97630-aggie1999/", "title": "Aggie1999's Repository", - "index": 44 + "index": 45 }, { "url": "https://github.com/aptalca/docker-templates", "profile": "https://forums.lime-technology.com/profile/7767-aptalca/", "title": "aptalca's Repository", - "index": 45 + "index": 46 }, { "url": "https://github.com/argash/amongusdiscord_unraid", "profile": "https://forums.unraid.net/profile/112259-argash/", "title": "argash's Repository", - "index": 46 + "index": 47 }, { "url": "https://github.com/atribe/unRAID-docker", "profile": "https://forums.lime-technology.com/profile/70671-atribe/", "title": "atribe's Repository", - "index": 47 + "index": 48 }, { "url": "https://github.com/balloob/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/62499-balloob/", "title": "Balloob's Repository", - "index": 48 + "index": 49 }, { "url": "https://github.com/benderstwin/docker-templates", "profile": "https://forums.unraid.net/profile/11326-bryanwirth/", "title": "Bender's Repository", - "index": 49 + "index": 50 }, { "url": "https://github.com/BGameiro2000/unraid-ca", "profile": "https://forums.unraid.net/profile/110702-bgameiro/", "title": "BGameiro's Repository", - "index": 50 + "index": 51 }, { "url": "https://github.com/bluegizmo83/DockerXMLs", "profile": "https://forums.unraid.net/profile/105585-bluegizmo83", "title": "bluegizmo83's Repository", - "index": 51 + "index": 52 }, { "url": "https://github.com/brettm357/docker-templates", "profile": "https://forums.lime-technology.com/profile/62222-brettm357/", "title": "brettm357's Repository", - "index": 52 + "index": 53 }, { "url": "https://github.com/brycelarge/unraid-templates", "profile": "https://forums.unraid.net/profile/112270-brycelarge/", "title": "brycelarge's Repository", - "index": 53 + "index": 54 }, { "url": "https://github.com/jshridha/templates", "profile": "https://forums.lime-technology.com/profile/7061-bungy/", "title": "Bungy's Repository", - "index": 54 + "index": 55 }, { "url": "https://github.com/P3R-CO/unraid", "profile": "https://forums.unraid.net/profile/106374-captasic/", "title": "capt.asic's Repository", - "index": 55 + "index": 56 }, { "url": "https://github.com/CaptInsano/docker-containers/tree/templates", "profile": "https://forums.lime-technology.com/profile/40599-captinsano/", "title": "CaptInsano's Repository", - "index": 56 + "index": 57 }, { "url": "https://github.com/chacawaca/post-recording-xml", "profile": "https://forums.unraid.net/profile/111526-chacawaca", "title": "Chacawaca's Repository", - "index": 57 + "index": 58 }, { "url": "https://github.com/cheesemarathon/docker-templates", "profile": "https://forums.lime-technology.com/profile/70291-cheesemarathon/", "title": "cheesemarathon's Repository", - "index": 58 + "index": 59 }, { "url": "https://github.com/chvb/docker-templates", "profile": "https://forums.lime-technology.com/profile/65325-chvb/", "title": "chvb's Repository", - "index": 59 + "index": 60 }, { "url": "https://github.com/clowrym/docker-templates", "profile": "https://forums.lime-technology.com/profile/26570-clowrym/", "title": "clowrym's Repository", - "index": 60 + "index": 61 }, { "url": "https://github.com/cmccambridge/unraid-templates", "profile": "https://lime-technology.com/profile/83181-cmccambridge/", "title": "cmccambridge's Repository", - "index": 61 + "index": 62 }, { "url": "https://github.com/cmer/docker-templates", "profile": "https://forums.lime-technology.com/profile/69846-cmer/", "title": "cmer's Repository", - "index": 62 + "index": 63 }, { "url": "https://github.com/HNGamingUK/unraid-docker-templates", "profile": "https://forums.unraid.net/profile/77746-conmyster/", "title": "Conmyster's Repository", - "index": 63 + "index": 64 }, { "url": "https://github.com/coppit/unraid-plugin-metadata", "profile": "https://forums.lime-technology.com/profile/167-coppit/", "title": "coppit's Repository", - "index": 64 + "index": 65 }, { "url": "https://github.com/CyaOnDaNet/unraid-templates", "profile": "https://forums.unraid.net/profile/100638-cyaondanet/", "title": "CyaOnDaNet's Repository", - "index": 65 + "index": 66 }, { "url": "https://github.com/D34DC3N73R/unraid-templates", "profile": "https://forums.unraid.net/profile/101684-d34dc3n73r/", "title": "D34DC3N73R's Repository", - "index": 66 + "index": 67 }, { "url": "https://github.com/d8ahazard/unraid-repository", "profile": null, "title": "d8ahazard's Repository", - "index": 67 + "index": 68 }, { "url": "https://github.com/d8sychain/docker-mediawiki", "profile": "https://forums.unraid.net/profile/72950-d8sychain/", "title": "d8sychain's Repository", - "index": 68 + "index": 69 }, { "url": "https://github.com/DanRegalia/Portainer-CE-Unraid", "profile": "https://forums.unraid.net/profile/103107-danregalia/", "title": "DanRegalia's Repository", - "index": 69 + "index": 70 }, { "url": "https://github.com/DavidSpek/homelablabelmaker", "profile": "https://forums.unraid.net/profile/96461-davidspek/", "title": "DavidSpek's Repository", - "index": 70 + "index": 71 }, { "url": "https://github.com/djaydev/docker-virt-manager", "profile": "https://forums.unraid.net/profile/75073-dee31797/", "title": "dee31797's Repository", - "index": 71 + "index": 72 }, { "url": "https://github.com/quimnut/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/15731-dibbz/", "title": "dibbz' Repository", - "index": 72 + "index": 73 }, { "url": "https://github.com/digiblur/unraid-docker-templates", "profile": "https://lime-technology.com/profile/75995-digiblur/", "title": "digiblur's Repository", - "index": 73 + "index": 74 }, { "url": "https://github.com/Dimtar/unraidtemplates", "profile": "https://forums.unraid.net/profile/7694-dimtar/", "title": "dimtar's Repository", - "index": 74 + "index": 75 }, { "url": "https://github.com/dmacias72/unRAID-CA", "profile": "https://forums.lime-technology.com/profile/11874-dmacias/", "title": "dmacias' Repository", - "index": 75 + "index": 76 }, { "url": "https://github.com/dmaxwell351/docker-containers/tree/templates", "profile": "https://forums.lime-technology.com/profile/32813-dmaxwell351/", "title": "dmaxwell's Repository", - "index": 76 + "index": 77 }, { "url": "https://github.com/docgyver/unraid-v6-plugins", "profile": "https://forums.lime-technology.com/profile/21303-docgyver/", "title": "docgyver's Repository", - "index": 77 + "index": 78 }, { "url": "https://github.com/doron1/unraid-sas-spindown", "profile": "https://forums.unraid.net/profile/8006-doron/", "title": "doron's Repository", - "index": 78 + "index": 79 }, { "url": "https://github.com/bergware/dynamix-plugins", "profile": "https://forums.lime-technology.com/profile/2736-bonienl/", "title": "Dynamix Repository", - "index": 79 + "index": 80 }, { "url": "https://github.com/DyonR/docker-templates", "profile": "https://forums.unraid.net/profile/79298-dyon/", "title": "Dyon's Repository", - "index": 80 + "index": 81 }, { "url": "https://github.com/ElectricBrainUK/docker-templates", "profile": "https://forums.unraid.net/profile/98185-electricbrainuk", "title": "ElectricBrainUK's Repository", - "index": 81 + "index": 82 }, { "url": "https://github.com/MediaBrowser/Emby.Build", "profile": null, "title": "Emby Repository", - "index": 82 + "index": 83 }, { "url": "https://github.com/basroovers/unraid-templates", "profile": "https://forums.unraid.net/profile/94801-exista", "title": "eXisTa's Repository", - "index": 83 + "index": 84 }, { "url": "https://github.com/fanningert/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/77170-fanningert/", "title": "fanningert's Repository", - "index": 84 + "index": 85 }, { "url": "https://github.com/CyanLabs/unraid-plugins", "profile": "https://forums.unraid.net/profile/72406-fma965/", "title": "Fma965's Repository", - "index": 85 + "index": 86 }, { "url": "https://github.com/FoxxMD/unraid-docker-templates", "profile": "https://forums.unraid.net/profile/85599-foxxmd/", "title": "FoxxMD's Repository", - "index": 86 + "index": 87 }, { "url": "https://github.com/frakman1/docker-templates", "profile": "https://forums.unraid.net/profile/96005-frakman1", "title": "frakman1's Repository", - "index": 87 + "index": 88 }, { "url": "https://github.com/FunnyPocketBook/docker-templates", "profile": "https://forums.unraid.net/profile/78379-funnypocketbook", "title": "FunnyPocketBook's Repository", - "index": 88 + "index": 89 }, { "url": "https://github.com/gfjardim/unRAID-plugins/tree/templates", "profile": "https://forums.lime-technology.com/profile/1694-gfjardim/", "title": "gfjardim's Repository", - "index": 89 + "index": 90 }, { "url": "https://github.com/GlassedSilver/unRAID-CAs", "profile": "https://forums.unraid.net/profile/91241-glassed-silver", "title": "Glassed Silver's Repository", - "index": 90 + "index": 91 }, { "url": "https://github.com/GregYankovoy/docker-templates", "profile": "https://forums.unraid.net/profile/88760-grack/", "title": "Grack's Repository", - "index": 91 + "index": 92 }, { "url": "https://github.com/GuildDarts/unraid-ca-templates", "profile": "https://forums.unraid.net/profile/80260-guilddarts/", "title": "GuildDart's Repository", - "index": 92 + "index": 93 }, { "url": "https://github.com/benhedrington/hedrington-unraid-docker-templates", "profile": "https://github.com/benhedrington/hedrington-unraid-docker-templates", "title": "hedrinbc's Repository", - "index": 93 + "index": 94 }, { "url": "https://github.com/hernandito/docker-templates", "profile": "https://forums.lime-technology.com/profile/6274-hernandito/", "title": "hernandito's Repository", - "index": 94 + "index": 95 }, { "url": "https://github.com/HuxyUK/docker-containers", "profile": "https://forums.lime-technology.com/profile/70544-huxy/", "title": "Huxy's Repository", - "index": 95 + "index": 96 }, { "url": "https://github.com/itimpi/Unraid-CA-Templates", "profile": "https://lime-technology.com/profile/10897-itimpi/", "title": "itimpi's Repository", - "index": 96 + "index": 97 }, { "url": "https://github.com/jassycliq/Unraid-AndroidStudio-Projector", "profile": "https://forums.unraid.net/profile/116233-jassycliq/", "title": "jassycliq's Repository", - "index": 97 + "index": 98 }, { "url": "https://github.com/jbartlett777/DiskSpeed", "profile": "https://lime-technology.com/profile/8307-jbartlett/", "title": "JBartlett's Repository", - "index": 98 + "index": 99 }, { "url": "https://github.com/jbreed/docker-templates", "profile": "https://forums.unraid.net/profile/92695-jbreed/", "title": "jbreed's Repository", - "index": 99 + "index": 100 }, { "url": "https://github.com/jbrodriguez/unraid", "profile": "https://forums.lime-technology.com/profile/593-jbrodriguez/", "title": "jbrodriguez's Repository", - "index": 100 + "index": 101 }, { "url": "https://github.com/Jcloud67/Docker-Templates", "profile": "https://lime-technology.com/profile/67922-jcloud/", "title": "JCloud's Repository", - "index": 101 + "index": 102 }, { "url": "https://github.com/jcreynolds/docker-templates", "profile": "https://forums.lime-technology.com/profile/65204-jcreynoldsii/", "title": "jcreynolds' Repository", - "index": 102 + "index": 103 }, { "url": "https://github.com/juusujanar/unraid-templates", "profile": "https://lime-technology.com/profile/79768-jj9987/", "title": "jj9987's Repository", - "index": 103 + "index": 104 }, { "url": "https://github.com/joch/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/2607-joch/", "title": "joch's Repository", - "index": 104 + "index": 105 }, { "url": "https://github.com/johnodon/docker-templates", "profile": "https://forums.lime-technology.com/profile/6506-johnodon/", "title": "johnodon's Repository", - "index": 105 + "index": 106 }, { "url": "https://github.com/Josh5/unraid-docker-templates", "profile": "https://forums.unraid.net/profile/76627-josh5/", "title": "Josh.5's Repository", - "index": 106 + "index": 107 }, { "url": "https://github.com/angelics/unraid-docker-template", "profile": "https://forums.unraid.net/profile/7122-josywong/", "title": "josywong's Repository", - "index": 107 + "index": 108 }, { "url": "https://github.com/JTok/unraid-plugins", "profile": " https://forums.unraid.net/profile/75269-jtok/", "title": "JTok's Repository", - "index": 108 + "index": 109 }, { "url": "https://github.com/shaf/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/71085-jugniji/", "title": "JugniJi's Repository", - "index": 109 + "index": 110 }, { "url": "https://github.com/JustinAiken/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/1079-justinaiken/", "title": "JustinAiken's Repository", - "index": 110 + "index": 111 }, { "url": "https://github.com/roninkenji/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/62359-ken-ji/", "title": "ken-ji's Repository", - "index": 111 + "index": 112 }, { "url": "https://github.com/kiowadriver/unraid-docker", "profile": "https://forums.unraid.net/profile/74645-kiowa2005/", "title": "kiowa2005's Repository", - "index": 112 + "index": 113 }, { "url": "https://github.com/Knoxie/UnraidTemplates", "profile": "https://forums.unraid.net/profile/78069-knoxie89/", "title": "Knoxie89's Repository", - "index": 113 + "index": 114 }, { "url": "https://github.com/Kru-x/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/69435-kru-x/", "title": "Kru-X's Repository", - "index": 114 + "index": 115 }, { "url": "https://github.com/laur89/unraid-templates/", "profile": "https://forums.unraid.net/profile/114193-laur/", "title": "laur's Repository", - "index": 115 + "index": 116 }, { "url": "https://github.com/linuxserver/linuxserver-Plugin-Repository", "profile": null, "title": "Linuxserver's Plugin Repository", - "index": 116 + "index": 117 }, { "url": "https://github.com/linuxserver/docker-templates", "profile": null, "title": "linuxserver's Repository", - "index": 117 + "index": 118 }, { "url": "https://github.com/macexx/docker-templates", "profile": "https://forums.lime-technology.com/profile/66302-macester/", "title": "macester's Repository", - "index": 118 + "index": 119 }, { "url": "https://github.com/magmpzero/docker-templates", "profile": "https://forums.lime-technology.com/profile/69284-magmpzero/", "title": "magmpzero's Repository", - "index": 119 + "index": 120 }, { "url": "https://github.com/Malfurious/docker-templates", "profile": "https://forums.lime-technology.com/profile/77149-malfurious/", "title": "malfurious' Repository", - "index": 120 + "index": 121 }, { "url": "https://github.com/malvarez00/unRAID-Docker-Templates", "profile": "https://forums.lime-technology.com/profile/77549-malvarez00/", "title": "malvarez00's Repository", - "index": 121 + "index": 122 }, { "url": "https://github.com/MarkusMcNugen/docker-templates", "profile": "https://lime-technology.com/profile/79684-markusmcnugen/", "title": "MarkusMcNugen's Repository", - "index": 122 + "index": 123 }, { "url": "https://github.com/mason-xx/unraid-templates", "profile": "https://forums.unraid.net/profile/914-mason", "title": "mason's Repository", - "index": 123 + "index": 124 }, { "url": "https://github.com/mdarkness1988/rust-server-template", "profile": "https://lime-technology.com/profile/84443-mdarkness1988/", "title": "mdarkness1988's Repository", - "index": 124 + "index": 125 }, { "url": "https://github.com/OctoPrint/Unraid-Template", "profile": "https://forums.unraid.net/profile/100446-mearman", "title": "mearman's 2nd Repository", - "index": 125 + "index": 126 }, { "url": "https://github.com/NotExpectedYet/OctoFarm-UnRaid-Template", "profile": "https://forums.unraid.net/profile/100446-mearman", "title": "mearman's Repository", - "index": 126 + "index": 127 }, { "url": "https://github.com/Squidly271/Mettbrot-s-plugin-repo/", "profile": "https://forums.lime-technology.com/profile/11013-mettbrot/", "title": "Mettbrot's Repository", - "index": 127 + "index": 128 }, { "url": "https://github.com/kiwimato/nut-influxdb-exporter", "profile": "https://forums.unraid.net/profile/89549-mihai/", "title": "Mihai's Repository", - "index": 128 + "index": 129 }, { "url": "https://github.com/mikeylikesrocks/unraid-docker-templates", "profile": "https://forums.unraid.net/profile/89382-mikeylikesrocks", "title": "mikeylikesrocks' Repository", - "index": 129 + "index": 130 }, { "url": "https://github.com/mlebjerg/docker-templates", "profile": "https://lime-technology.com/profile/76816-mlebjerg/", "title": "mlebjerg's Repository", - "index": 130 + "index": 131 }, { "url": "https://github.com/MobiusNine/docker-templates", "profile": "https://forums.unraid.net/profile/84666-mobiusnine/", "title": "MobiusNine's Repository", - "index": 131 + "index": 132 }, { "url": "https://github.com/dalekseevs/Unraid-Docker-Templates", "profile": "https://forums.unraid.net/profile/74482-mrchunky", "title": "MrChunky's Repository", - "index": 132 + "index": 133 }, { "url": "https://github.com/Mudislander/docker-templates", "profile": "https://lime-technology.com/profile/67039-mudislander/", "title": "Mudislander's Repository", - "index": 133 + "index": 134 }, { "url": "https://github.com/natcoso9955/unRAID-docker", "profile": "https://forums.unraid.net/profile/73128-natcoso9955/", "title": "Natcoso9955's Repository", - "index": 134 + "index": 135 }, { "url": "https://github.com/ninthwalker/docker-templates", "profile": "https://forums.lime-technology.com/profile/9420-ninthwalker/", "title": "ninthwalker's Repository", - "index": 135 + "index": 136 }, { "url": "https://github.com/plexinc/pms-docker", "profile": null, "title": "Official Plex Repository", - "index": 136 + "index": 137 }, { "url": "https://github.com/ijabz/songkong_unraid/", "profile": null, "title": "Official Songkong Repository", - "index": 137 + "index": 138 }, { "url": "https://github.com/olehj/disklocation-ca", "profile": "https://forums.unraid.net/profile/86216-olehj/", "title": "olehj's Repository", - "index": 138 + "index": 139 }, { "url": "https://github.com/opal06/unraid_docker_templates", "profile": "https://forums.unraid.net/profile/110756-opal_06/", "title": "opal_06's Repository", - "index": 139 + "index": 140 }, { "url": "https://github.com/openspeedtest/unraid-docker-plugin", "profile": "https://forums.unraid.net/profile/110999-openspeedtest/", "title": "openspeedtest's Repository", - "index": 140 + "index": 141 }, { "url": "https://github.com/wranglatang/docker-bluelinky", "profile": "https://forums.unraid.net/profile/89354-pwrangles/", "title": "p.wrangles' Repository", - "index": 141 + "index": 142 }, { "url": "https://github.com/paulpoco/docker-templates", "profile": "https://forums.lime-technology.com/profile/69794-paul_ber/", "title": "Paul_Ber's Repository", - "index": 142 + "index": 143 }, { "url": "https://github.com/pducharme/docker-containers/tree/templates", "profile": "https://forums.lime-technology.com/profile/62479-pducharme/", "title": "pducharme's Repository", - "index": 143 + "index": 144 }, { "url": "https://github.com/petersm1/OpenVPN_plugin_repository", "profile": "https://forums.lime-technology.com/profile/1297-peter_sm/", "title": "peter_sm's Repository", - "index": 144 + "index": 145 }, { "url": "https://github.com/noinip/container-templates", "profile": "https://forums.lime-technology.com/profile/10946-pinion/", "title": "pinion's Repository", - "index": 145 + "index": 146 }, { "url": "https://github.com/dcflachs/plugin-repository", "profile": "https://forums.unraid.net/profile/63584-primeval_god/", "title": "primeval_god's Repository", - "index": 146 + "index": 147 }, { "url": "https://github.com/Progeny42/unRAID-CA-Templates", "profile": "https://forums.unraid.net/profile/101997-progeny42", "title": "Progeny42's Repository", - "index": 147 + "index": 148 }, { "url": "https://github.com/roflcoopter/viseron-unraid-ca-template", "profile": "https://forums.unraid.net/profile/113120-roflcoopter", "title": "roflcoopter's Repository", - "index": 148 + "index": 149 }, { "url": "https://github.com/SAL-e/docker-templates", "profile": "https://forums.unraid.net/profile/11345-sal-e/", "title": "SAL-e's Repository", - "index": 149 + "index": 150 }, { "url": "https://github.com/sdesbure/docker-containers", "profile": "https://forums.lime-technology.com/profile/3477-sdesbure/", "title": "sdesbure's Repository", - "index": 150 + "index": 151 }, { "url": "https://github.com/dersimn/docker-unraid-templates", "profile": "https://forums.unraid.net/profile/11673-seim/", "title": "seim's Repository", - "index": 151 + "index": 152 }, { "url": "https://github.com/shrmnk/docker-templates", "profile": "https://forums.unraid.net/profile/77786-shrmn/", "title": "shrmn's Repository", - "index": 152 + "index": 153 }, { "url": "https://github.com/SimonFair/unraid.usbip", "profile": "https://forums.unraid.net/profile/75917-simonf", "title": "SimonF's Repository", - "index": 153 + "index": 154 }, { "url": "https://github.com/simse/docker-templates", "profile": "https://forums.unraid.net/profile/69400-simse/", "title": "simse's Repository", - "index": 154 + "index": 155 }, { "url": "https://github.com/SiwatINC/unraid-ca-repository", "profile": "https://forums.unraid.net/profile/72489-siwat2545/", "title": "Siwat2545's Repository", - "index": 155 + "index": 156 }, { "url": "https://github.com/Skitals/unraid-ca-templates", "profile": "https://forums.unraid.net/profile/97624-skitals/", "title": "Skitals Repository", - "index": 156 + "index": 157 }, { "url": "https://github.com/SlrG/unRAID", "profile": "https://forums.lime-technology.com/profile/16166-slrg/", "title": "SlrG's Repository", - "index": 157 + "index": 158 }, { "url": "https://github.com/smdion/docker-containers/tree/beta-templates", "profile": "https://forums.lime-technology.com/profile/26365-smdion/", "title": "smdion's beta Repository", - "index": 158 + "index": 159 }, { "url": "https://github.com/smdion/docker-containers/tree/templates", "profile": "https://forums.lime-technology.com/profile/26365-smdion/", "title": "smdion's Repository", - "index": 159 + "index": 160 }, { "url": "https://github.com/soana/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/10065-soana/", "title": "soana's Repository", - "index": 160 + "index": 161 }, { "url": "https://github.com/SpaceinvaderOne/Docker-Templates-Unraid", "profile": "https://forums.unraid.net/profile/67288-spaceinvaderone/", "title": "SpaceInvaderOne's Repository", - "index": 161 + "index": 162 }, { "url": "https://github.com/spants/unraidtemplates", "profile": "https://forums.lime-technology.com/profile/2148-spants/", "title": "Spants' Repository", - "index": 162 + "index": 163 }, { "url": "https://github.com/Spikhalskiy/docker-templates", "profile": "https://lime-technology.com/profile/82549-dmitry-spikhalskiy/", "title": "Spikhalskiy's Repository", - "index": 163 + "index": 164 }, { "url": "https://github.com/Steini1984/steini1984-s-repositoy", "profile": "https://forums.lime-technology.com/profile/2957-steini84/", "title": "steini84's Repository", - "index": 164 + "index": 165 }, { "url": "https://github.com/stuckless/unRAID", "profile": "https://forums.lime-technology.com/profile/70058-stuckless/", "title": "stuckless' Repository", - "index": 165 + "index": 166 }, { "url": "https://github.com/ibracorp/authelia.xml", "profile": "https://forums.unraid.net/profile/106623-sycotix/", "title": "Sycotix' Repository", - "index": 166 + "index": 167 }, { "url": "https://github.com/jason-bean/docker-templates", "profile": "https://forums.lime-technology.com/profile/71020-taddeusz/", "title": "Taddeusz' Repository", - "index": 167 + "index": 168 }, { "url": "https://github.com/Tautulli/Tautulli-Unraid-Template", "profile": "https://lime-technology.com/profile/69064-wreave/", "title": "Tautulli's Repository", - "index": 168 + "index": 169 }, { "url": "https://github.com/testdasi/testdasi-unraid-repo", "profile": "https://forums.unraid.net/profile/70144-testdasi", "title": "testdasi's Repository", - "index": 169 + "index": 170 }, { "url": "https://github.com/brianmiller/docker-templates", "profile": "https://forums.unraid.net/profile/86892-thebrian", "title": "TheBrian's Repository", - "index": 170 + "index": 171 }, { "url": "https://github.com/Squidly271/theone-plugin-repository/", "profile": "https://forums.lime-technology.com/profile/2231-theone/", "title": "theone's Repository", - "index": 171 + "index": 172 }, { "url": "https://github.com/thetarkus/docker-templates", "profile": "https://lime-technology.com/profile/84238-tarkus/", "title": "thetarkus' Repository", - "index": 172 + "index": 173 }, { "url": "https://github.com/tynor88/docker-templates", "profile": "https://forums.lime-technology.com/profile/70206-thomast_88/", "title": "thomast_88's Repository", - "index": 173 + "index": 174 }, { "url": "https://github.com/Thraxis/docker-templates", "profile": "https://forums.lime-technology.com/profile/9802-thraxis/", "title": "Thraxis' Repository", - "index": 174 + "index": 175 }, { "url": "https://github.com/tinglis1/docker-containers", "profile": "https://forums.lime-technology.com/profile/6492-tinglis1/", "title": "tinglis1's Repository", - "index": 175 + "index": 176 }, { "url": "https://github.com/tobbenb/docker-containers/tree/templates", "profile": "https://forums.lime-technology.com/profile/63089-saarg/", "title": "tobbenb's Repository", - "index": 176 + "index": 177 }, { "url": "https://github.com/tombowditch/docker-templates", "profile": "https://lime-technology.com/profile/80184-tombowditch/", "title": "tombowditch's Repository", - "index": 177 + "index": 178 }, { "url": "https://github.com/charlescng/docker-containers", "profile": "https://forums.unraid.net/profile/64811-uberchuckie/", "title": "uberchuckie's Repository", - "index": 178 + "index": 179 }, { "url": "https://github.com/Poag/docker-xml", "profile": "https://forums.lime-technology.com/profile/63933-uirel/", "title": "Uirel's Repository", - "index": 179 + "index": 180 }, { "url": "https://github.com/Ulisses1478/templates-unraid", "profile": "https://forums.unraid.net/profile/90485-ulisses1478/", "title": "ulisses1478's Repository", - "index": 180 + "index": 181 }, { "url": "https://github.com/xamindar/docker-templates", "profile": "https://forums.lime-technology.com/profile/1543-xamindar/", "title": "xamindar's Repository", - "index": 181 + "index": 182 }, { "url": "https://github.com/yayitazale/unraid-templates", "profile": "https://forums.unraid.net/profile/88392-yayitazale/", "title": "yayitazale's Repository", - "index": 182 + "index": 183 }, { "url": "https://github.com/zyphermonkey/docker-templates", "profile": "https://lime-technology.com/profile/67871-zyphermonkey/", "title": "zyphermonkey's Repository", - "index": 183 + "index": 184 } ] \ No newline at end of file diff --git a/templates/mguttsRepository/mgutt/iobroker.xml b/templates/mguttsRepository/mgutt/iobroker.xml new file mode 100644 index 000000000..5e3cd1a78 --- /dev/null +++ b/templates/mguttsRepository/mgutt/iobroker.xml @@ -0,0 +1,99 @@ + + + iobroker + buanet/iobroker + https://hub.docker.com/r/buanet/iobroker/ + bridge + sh + false + https://forums.unraid.net/topic/101016-support-buanet-iobroker/ + https://www.iobroker.net/ + ioBroker is an Open Source IoT platform (Fog computing) which has the ability to manage your IoT system through an graphical interface. + http://[IP]:[PORT:8081]/ + https://raw.githubusercontent.com/mgutt/unraid-docker-templates/main/mgutt/iobroker.xml + https://raw.githubusercontent.com/mgutt/unraid-docker-templates/main/mgutt/images/iobroker.png + --no-healthcheck + + + If you like my work please + http://paypal.me/marcgutt + + bridge + + + 8282 + 8282 + tcp + + + 2001 + 2001 + tcp + + + 1883 + 1883 + tcp + + + 1880 + 1880 + tcp + + + 8284 + 8284 + tcp + + + 8081 + 8081 + tcp + + + + + + /mnt/user/appdata/iobroker/data + /opt/iobroker + rw + + + /mnt/user/appdata/iobroker/scripts + /opt/userscripts + rw + + + + + + USBDEVICES + + + + 99 + SETUID + + + + 100 + SETGID + + + + /mnt/user/appdata/iobroker/data + /mnt/user/appdata/iobroker/scripts + + 8282 + 2001 + 1883 + 1880 + 8284 + 99 + 100 + 8081 + 1609957246 + HomeAutomation: + ioBroker is an Open Source IoT platform (Fog computing) which has the ability to manage your IoT system through an graphical interface. + /tmp/GitHub/AppFeed/templates/mguttsRepository/mgutt/iobroker.xml +