From 1c57b171bc8c294348326d9e3f107a746b5c254e Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Sun, 13 Nov 2022 09:08:48 -0500 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 87 ++++- applicationFeed.json | 99 +++++- firstSeen.json | 3 +- log.txt | 4 + old-applicationFeed-raw.json | 79 +++-- repoInfo.json | 11 + repositoryList.json | 572 ++++++++++++++++--------------- 8 files changed, 524 insertions(+), 333 deletions(-) diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 541b1f11c..ed9a3417f 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1668344621 + "last_updated_timestamp": 1668348525 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index f424052c6..efb799859 100755 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -208745,8 +208745,8 @@ ], "downloads": 3395, "stars": 2, - "LastUpdate": 1666758303, "LastUpdateScan": 1668344620, + "LastUpdate": 1666758303, "FirstSeen": 1642366205 }, { @@ -216806,8 +216806,8 @@ ], "downloads": 1845, "stars": 2, - "LastUpdate": 1660322212, "LastUpdateScan": 1668344620, + "LastUpdate": 1660322212, "FirstSeen": 1652753003 }, { @@ -235413,7 +235413,6 @@ ], "downloads": 129050, "stars": 1, - "LastUpdate": 1668233606, "trending": 0.391, "trends": [ 0.054, @@ -235443,6 +235442,7 @@ 129050 ], "LastUpdateScan": 1668344620, + "LastUpdate": 1668233606, "FirstSeen": 1642366205, "topTrending": 0.337, "topPerforming": 0.391 @@ -258869,5 +258869,86 @@ "LastUpdateScan": 1667912647, "LastUpdate": 1531835132, "FirstSeen": 1667912647 + }, + { + "Name": "sd-webui", + "Repository": "hlky/sd-webui:latest", + "Registry": "https://hub.docker.com/r/hlky/sd-webui", + "Network": "host", + "Shell": "sh", + "Privileged": "false", + "Support": "https://github.com/Sygil-Dev/sygil-webui/discussions", + "Project": "https://github.com/Sygil-Dev/sygil-webui/", + "Overview": "/**/ THIS DOCKER TAKES A LONG TIME TO BOOT THE FIRST TIME SEE LOG FOR OUTPUT /**/\r\n\r\nStreamlit ui for Stable Diffusion: https://github.com/sd-webui/stable-diffusion-webui/\r\nThis now includes all models:\r\n\r\nSD v1-4 (ckpt)\r\nWaifu Diffusion (ckpt)\r\nTrinArt (ckpt)\r\nViT-L-14 (pytorch.bin, used by inference models, is usually ~1.8gb autodownload to ~/.cache/huggingface/transformers)\r\nSD v1-4 (diffusers, used by txt2vid and textual inversion training)\r\nBLIP\r\nCLIP models: ViT-L-14, ViT-H-14, ViT-g-14, used by img2txt\r\nsd-concepts-library: (nearly) 600 pre-trained concepts to use in prompts, autoloaded when the placeholder is used in the prompt.\r\nGFPGAN v1.4 (and other weights that would normally be autodownloaded, detection_Resnet50_Final.pth and parsing_parsenet.pth, ~185MB)\r\nRealESRGAN: RealESRGAN_x4plus and RealESRGAN_x4plus_anime_6B\r\nLatent Diffusion Super Resolution (LDSR)\r\nNotes:\r\n\r\nmost models will unload when you use something else, atm there is a config option for img2txt.keep_all_models_loaded: False if you set this to True img2txt models (the CLIP ones, BLIP stays loaded unless you have optimized mode available) will all stay loaded, by default if a model that is loaded is no longer selected it will be unloaded\r\nvolume path now mirrors the repo so is /sd/outputs instead of /sd/user_data/outputs", + "WebUI": "http://[IP]:[PORT:8501]/", + "TemplateURL": "https://raw.githubusercontent.com/pyrater/docker-templates/master/sd-webui.xml", + "Icon": "https://github.com/pyrater/docker-templates/raw/main/hlky.png", + "ExtraParams": "--runtime=nvidia", + "Config": [ + { + "@attributes": { + "Name": "/sd/outputs", + "Target": "/sd/outputs", + "Default": "/mnt/user/dockers/sd-webui/sd/outputs", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/dockers/sd-webui/sd/outputs" + }, + { + "@attributes": { + "Name": "/sd/user_data", + "Target": "/sd/user_data", + "Default": "", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/dockers/sd-webui/sd/user_data" + }, + { + "@attributes": { + "Name": "NVIDIA_VISIBLE_DEVICES", + "Target": "NVIDIA_VISIBLE_DEVICES", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "GPU-c35c7dfe-9025-2c98-60e2-9b4f39bb1a45" + }, + { + "@attributes": { + "Name": "/sd/models", + "Target": "/sd/models", + "Default": "", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/dockers/sd-webui/sd/models" + } + ], + "Repo": "pyrater's Repository", + "Beta": "true", + "templatePath": "/tmp/GitHub/AppFeed/templates/pyratersRepository/sd-webui.xml", + "downloads": 1308, + "stars": 2, + "LastUpdate": 1665174217, + "LastUpdateScan": 1668348524, + "FirstSeen": 1668348524 } ] \ No newline at end of file diff --git a/applicationFeed.json b/applicationFeed.json index ecd094501..a9f88b642 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { - "apps": 1880, - "last_updated_timestamp": 1668344621, - "last_updated": "2022-11-13 08:03", + "apps": 1881, + "last_updated_timestamp": 1668348525, + "last_updated": "2022-11-13 09:08", "categories": [ { "Cat": "Backup:", @@ -208907,8 +208907,8 @@ ], "downloads": 3395, "stars": 2, - "LastUpdate": 1666758303, "LastUpdateScan": 1668344620, + "LastUpdate": 1666758303, "FirstSeen": 1642366205 }, { @@ -216968,8 +216968,8 @@ ], "downloads": 1845, "stars": 2, - "LastUpdate": 1660322212, "LastUpdateScan": 1668344620, + "LastUpdate": 1660322212, "FirstSeen": 1652753003 }, { @@ -235575,7 +235575,6 @@ ], "downloads": 129050, "stars": 1, - "LastUpdate": 1668233606, "trending": 0.391, "trends": [ 0.054, @@ -235605,6 +235604,7 @@ 129050 ], "LastUpdateScan": 1668344620, + "LastUpdate": 1668233606, "FirstSeen": 1642366205, "topTrending": 0.337, "topPerforming": 0.391 @@ -259031,6 +259031,87 @@ "LastUpdateScan": 1667912647, "LastUpdate": 1531835132, "FirstSeen": 1667912647 + }, + { + "Name": "sd-webui", + "Repository": "hlky/sd-webui:latest", + "Registry": "https://hub.docker.com/r/hlky/sd-webui", + "Network": "host", + "Shell": "sh", + "Privileged": "false", + "Support": "https://github.com/Sygil-Dev/sygil-webui/discussions", + "Project": "https://github.com/Sygil-Dev/sygil-webui/", + "Overview": "/**/ THIS DOCKER TAKES A LONG TIME TO BOOT THE FIRST TIME SEE LOG FOR OUTPUT /**/\r\n\r\nStreamlit ui for Stable Diffusion: https://github.com/sd-webui/stable-diffusion-webui/\r\nThis now includes all models:\r\n\r\nSD v1-4 (ckpt)\r\nWaifu Diffusion (ckpt)\r\nTrinArt (ckpt)\r\nViT-L-14 (pytorch.bin, used by inference models, is usually ~1.8gb autodownload to ~/.cache/huggingface/transformers)\r\nSD v1-4 (diffusers, used by txt2vid and textual inversion training)\r\nBLIP\r\nCLIP models: ViT-L-14, ViT-H-14, ViT-g-14, used by img2txt\r\nsd-concepts-library: (nearly) 600 pre-trained concepts to use in prompts, autoloaded when the placeholder is used in the prompt.\r\nGFPGAN v1.4 (and other weights that would normally be autodownloaded, detection_Resnet50_Final.pth and parsing_parsenet.pth, ~185MB)\r\nRealESRGAN: RealESRGAN_x4plus and RealESRGAN_x4plus_anime_6B\r\nLatent Diffusion Super Resolution (LDSR)\r\nNotes:\r\n\r\nmost models will unload when you use something else, atm there is a config option for img2txt.keep_all_models_loaded: False if you set this to True img2txt models (the CLIP ones, BLIP stays loaded unless you have optimized mode available) will all stay loaded, by default if a model that is loaded is no longer selected it will be unloaded\r\nvolume path now mirrors the repo so is /sd/outputs instead of /sd/user_data/outputs", + "WebUI": "http://[IP]:[PORT:8501]/", + "TemplateURL": "https://raw.githubusercontent.com/pyrater/docker-templates/master/sd-webui.xml", + "Icon": "https://github.com/pyrater/docker-templates/raw/main/hlky.png", + "ExtraParams": "--runtime=nvidia", + "Config": [ + { + "@attributes": { + "Name": "/sd/outputs", + "Target": "/sd/outputs", + "Default": "/mnt/user/dockers/sd-webui/sd/outputs", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/dockers/sd-webui/sd/outputs" + }, + { + "@attributes": { + "Name": "/sd/user_data", + "Target": "/sd/user_data", + "Default": "", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/dockers/sd-webui/sd/user_data" + }, + { + "@attributes": { + "Name": "NVIDIA_VISIBLE_DEVICES", + "Target": "NVIDIA_VISIBLE_DEVICES", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "GPU-c35c7dfe-9025-2c98-60e2-9b4f39bb1a45" + }, + { + "@attributes": { + "Name": "/sd/models", + "Target": "/sd/models", + "Default": "", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/dockers/sd-webui/sd/models" + } + ], + "Repo": "pyrater's Repository", + "Beta": "true", + "templatePath": "/tmp/GitHub/AppFeed/templates/pyratersRepository/sd-webui.xml", + "downloads": 1308, + "stars": 2, + "LastUpdate": 1665174217, + "LastUpdateScan": 1668348524, + "FirstSeen": 1668348524 } ], "repositories": { @@ -261077,6 +261158,12 @@ "emptyfish's Repository": { "url": "https://github.com/emptyfish/unraid-apps", "profile": "https://forums.unraid.net/profile/112283-emptyfish/" + }, + "pyrater's Repository": { + "url": "https://github.com/pyrater/docker-templates", + "profile": "https://forums.unraid.net/profile/14118-pyrater/", + "bio": "Lets do this.", + "icon": "https://raw.githubusercontent.com/pyrater/docker-templates/main/pyrater.png" } }, "blacklisted": { diff --git a/firstSeen.json b/firstSeen.json index c4ca2cdb0..fb856d98a 100755 --- a/firstSeen.json +++ b/firstSeen.json @@ -2476,5 +2476,6 @@ "networkstatic/iperf3": 1668121436, "1dev/server": 1668143030, "ratomas/stoneblock-3": 1668186228, - "ich777/ubuntu-mirror": 1668243828 + "ich777/ubuntu-mirror": 1668243828, + "hlky/sd-webui:latest": 1668348524 } \ No newline at end of file diff --git a/log.txt b/log.txt index e39f81b80..e5604b786 100644 --- a/log.txt +++ b/log.txt @@ -3230,3 +3230,7 @@ Updating GitHub Saving /tmp/GitHub/Squidly271.github.io/forum_post0 +[master 864c0076] Update + 6 files changed, 214 insertions(+), 226 deletions(-) +To https://github.com/Squidly271/AppFeed.git + f098f2c5..864c0076 master -> master diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index df842f11a..f424052c6 100755 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -549,7 +549,6 @@ ], "downloads": 533289, "stars": 15, - "LastUpdate": 1548687005, "trending": 0.002, "trends": [ 0.003, @@ -579,6 +578,7 @@ 533289 ], "LastUpdateScan": 1668337419, + "LastUpdate": 1548687005, "FirstSeen": 1, "topTrending": -0.001, "topPerforming": 0.002 @@ -10936,7 +10936,6 @@ ], "downloads": 8307806, "stars": 46, - "LastUpdate": 1534381668, "trending": 0.016, "trends": [ 0.007, @@ -10966,6 +10965,7 @@ 8307806 ], "LastUpdateScan": 1668337419, + "LastUpdate": 1534381668, "FirstSeen": 1, "topTrending": 0.009000000000000001, "topPerforming": 0.016 @@ -43142,7 +43142,6 @@ ], "downloads": 225332, "stars": 7, - "LastUpdate": 1591520598, "trending": 0.127, "trends": [ 0.021, @@ -43172,6 +43171,7 @@ 225332 ], "LastUpdateScan": 1668337419, + "LastUpdate": 1591520598, "FirstSeen": 1474257600, "topTrending": 0.106, "topPerforming": 0.127 @@ -73552,7 +73552,6 @@ "Network-VPN" ], "downloads": 110405, - "LastUpdate": 1661357807, "trending": 0.08, "trends": [ 0.066, @@ -73582,6 +73581,7 @@ 110405 ], "LastUpdateScan": 1668337420, + "LastUpdate": 1661357807, "FirstSeen": 1613754155, "topTrending": 0.013999999999999999, "topPerforming": 0.08 @@ -75768,7 +75768,6 @@ ], "downloads": 75103655, "stars": 267, - "LastUpdate": 1666281276, "trending": 0.255, "trends": [ 0.116, @@ -75798,6 +75797,7 @@ 75103655 ], "LastUpdateScan": 1668337420, + "LastUpdate": 1666281276, "FirstSeen": 1542258134, "topTrending": 0.139, "topPerforming": 0.255 @@ -80085,7 +80085,6 @@ ], "downloads": 13403, "stars": 2, - "LastUpdate": 1665157619, "trending": 3.701, "trends": [ 7.054, @@ -80115,6 +80114,7 @@ 13403 ], "LastUpdateScan": 1668337420, + "LastUpdate": 1665157619, "FirstSeen": 1639753431, "topTrending": -3.353 }, @@ -85515,7 +85515,6 @@ "Drivers", "Plugins" ], - "LastUpdateScan": 1668337420, "FirstSeen": 1613761353 }, { @@ -157969,7 +157968,6 @@ ], "downloads": 4464836, "stars": 4, - "LastUpdate": 1668261354, "trending": 0.665, "trends": [ 0.405, @@ -157999,6 +157997,7 @@ 4464836 ], "LastUpdateScan": 1668337420, + "LastUpdate": 1668261354, "FirstSeen": 1629367418, "topTrending": 0.26, "topPerforming": 0.665 @@ -158054,7 +158053,6 @@ ], "downloads": 4461838, "stars": 6, - "LastUpdate": 1668335429, "trending": 0.525, "trends": [ 0.325, @@ -158084,6 +158082,7 @@ 4461838 ], "LastUpdateScan": 1668337420, + "LastUpdate": 1668335429, "FirstSeen": 1629367418, "topTrending": 0.2, "topPerforming": 0.525 @@ -208348,7 +208347,7 @@ "CategoryList": [ "Network-Web" ], - "LastUpdateScan": 1665749020, + "LastUpdateScan": 1668344620, "FirstSeen": 1629374613 }, { @@ -208744,10 +208743,10 @@ "CategoryList": [ "Network-Web" ], - "downloads": 2921, + "downloads": 3395, "stars": 2, - "LastUpdateScan": 1665749020, - "LastUpdate": 1660659274, + "LastUpdate": 1666758303, + "LastUpdateScan": 1668344620, "FirstSeen": 1642366205 }, { @@ -216805,10 +216804,10 @@ "CategoryList": [ "GameServers" ], - "downloads": 1452, + "downloads": 1845, "stars": 2, - "LastUpdateScan": 1665749021, "LastUpdate": 1660322212, + "LastUpdateScan": 1668344620, "FirstSeen": 1652753003 }, { @@ -227772,7 +227771,6 @@ "MediaServer-Photos" ], "downloads": 17629, - "LastUpdate": 1657868552, "trending": 4.379, "trends": [ 4.856, @@ -227802,6 +227800,7 @@ 17629 ], "LastUpdateScan": 1668337420, + "LastUpdate": 1657868552, "FirstSeen": 1642357556, "topTrending": -0.4770000000000003 }, @@ -235412,41 +235411,41 @@ "CategoryList": [ "MediaServer-Video" ], - "downloads": 128545, + "downloads": 129050, "stars": 1, - "trending": 0.517, + "LastUpdate": 1668233606, + "trending": 0.391, "trends": [ - 0.171, 0.054, 0.264, 0.077, 0.113, 0.484, - 0.517 + 0.517, + 0.391 ], "trendsDate": [ - 1650153795, 1652753003, 1655352212, 1657951419, 1660550619, 1663149816, - 1665749021 + 1665749021, + 1668344620 ], "downloadtrend": [ - 126616, 126684, 127019, 127117, 127261, 127880, - 128545 + 128545, + 129050 ], - "LastUpdateScan": 1665749021, - "LastUpdate": 1665231391, + "LastUpdateScan": 1668344620, "FirstSeen": 1642366205, - "topTrending": 0.346, - "topPerforming": 0.517 + "topTrending": 0.337, + "topPerforming": 0.391 }, { "Name": "channelsdvr_nvidia", @@ -235586,41 +235585,41 @@ "CategoryList": [ "MediaServer-Video" ], - "downloads": 128545, + "downloads": 129050, "stars": 1, - "trending": 0.517, + "trending": 0.391, "trends": [ - 0.171, 0.054, 0.264, 0.077, 0.113, 0.484, - 0.517 + 0.517, + 0.391 ], "trendsDate": [ - 1650153795, 1652753003, 1655352212, 1657951419, 1660550619, 1663149816, - 1665749021 + 1665749021, + 1668344620 ], "downloadtrend": [ - 126616, 126684, 127019, 127117, 127261, 127880, - 128545 + 128545, + 129050 ], - "LastUpdateScan": 1665749021, - "LastUpdate": 1665231391, + "LastUpdateScan": 1668344620, + "LastUpdate": 1668233606, "FirstSeen": 1642366205, - "topTrending": 0.346, - "topPerforming": 0.517 + "topTrending": 0.337, + "topPerforming": 0.391 }, { "Name": "homeassistant", diff --git a/repoInfo.json b/repoInfo.json index 2206aa926..9dc11d423 100755 --- a/repoInfo.json +++ b/repoInfo.json @@ -67722,5 +67722,16 @@ "downloadtrend": null, "trendsDate": null, "LastUpdate": 1668239235 + }, + "hlky/sd-webui:latest": { + "Base": null, + "Downloads": 1308, + "Stars": 2, + "Time": 1668348524, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null, + "LastUpdate": 1665174217 } } \ No newline at end of file diff --git a/repositoryList.json b/repositoryList.json index 03a6ad6c6..89f18a642 100755 --- a/repositoryList.json +++ b/repositoryList.json @@ -920,6 +920,14 @@ "title": "PTRFRLL's Repository", "index": 91 }, + { + "url": "https://github.com/pyrater/docker-templates", + "profile": "https://forums.unraid.net/profile/14118-pyrater/", + "bio": "Lets do this.", + "icon": "https://raw.githubusercontent.com/pyrater/docker-templates/main/pyrater.png", + "title": "pyrater's Repository", + "index": 92 + }, { "url": "https://github.com/RandomNinjaAtk/unraid-templates", "profile": "https://forums.unraid.net/profile/9890-randomninjaatk/", @@ -928,7 +936,7 @@ "DonateLink": "https://github.com/sponsors/RandomNinjaAtk", "DonateText": "If you like my work please consider Donating.", "title": "randomninjaatk's Repository", - "index": 92 + "index": 93 }, { "url": "https://github.com/RazorSiM/docker-templates", @@ -940,7 +948,7 @@ "Discord": "https://discord.gg/Mn2Ty3y", "WebPage": "https://raz.works", "title": "raz's Repository", - "index": 93 + "index": 94 }, { "url": "https://github.com/redvex2460/docker-templates", @@ -950,7 +958,7 @@ "DonateLink": "https://paypal.me/RedVex2460Gaming", "DonateText": "If you like my work please consider Donating.", "title": "RedVex's Repository", - "index": 94 + "index": 95 }, { "url": "https://github.com/revenz/FileFlowsUnraid", @@ -962,7 +970,7 @@ "Discord": "https://discord.gg/xbYK8wFMeU", "WebPage": "https://fileflows.com/", "title": "reven's Repository", - "index": 95 + "index": 96 }, { "url": "https://github.com/rix1337/docker-templates", @@ -972,7 +980,7 @@ "DonateLink": "https://github.com/users/rix1337/sponsorship", "DonateText": "Sponsor me if you like my work!", "title": "rix's Repository", - "index": 96 + "index": 97 }, { "url": "https://github.com/Data-Monkey/docker-templates", @@ -980,7 +988,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": 97 + "index": 98 }, { "url": "https://github.com/rroller/unraid-templates", @@ -989,7 +997,7 @@ "icon": "https://i.imgur.com/ZjNRfo3.png", "WebPage": "https://ronnieroller.com", "title": "runraid's Repository", - "index": 98 + "index": 99 }, { "url": "https://github.com/Sander0542/docker-templates", @@ -999,7 +1007,7 @@ "DonateLink": "https://github.com/sponsors/Sander0542", "DonateText": "If you like my work please consider Donating.", "title": "Sander0542's Repository", - "index": 99 + "index": 100 }, { "url": "https://github.com/ivaxor/unraid-ca-docker-templates", @@ -1009,7 +1017,7 @@ "DonateLink": "https://github.com/sponsors/ivaxor", "DonateText": "Sponsor me if you like my work!", "title": "saskiuhia's Repository", - "index": 100 + "index": 101 }, { "url": "https://github.com/Sdub76/unraid_docker_templates", @@ -1019,7 +1027,7 @@ "DonateLink": "https://paypal.me/ScottWaun", "DonateText": "If you like my work please consider Donating.", "title": "sdub's Repository", - "index": 101 + "index": 102 }, { "url": "https://github.com/selfhosters/unRAID-CA-templates", @@ -1031,7 +1039,7 @@ "Discord": "https://discord.gg/qWPbc8R", "WebPage": "https://selfhosters.net/", "title": "Selfhosters Unraid Discord Repository", - "index": 102 + "index": 103 }, { "url": "https://github.com/sgraaf/Unraid-Docker-Templates", @@ -1041,7 +1049,7 @@ "DonateLink": "https://www.paypal.me/sgraaf2", "DonateText": "Help support my work by buying me a coffee or a beer", "title": "sgraaf's Repository", - "index": 103 + "index": 104 }, { "url": "https://github.com/ShaneIsrael/unraid-templates", @@ -1051,7 +1059,7 @@ "DonateLink": "https://www.paypal.com/paypalme/shaneisrael", "DonateText": "If you like my work please consider Donating.", "title": "Shane Israel's Repository", - "index": 104 + "index": 105 }, { "url": "https://github.com/simonjenny/unraid", @@ -1060,7 +1068,7 @@ "icon": "https://raw.githubusercontent.com/simonjenny/unraid/main/avatar.jpg", "WebPage": "https://simonjenny.dev", "title": "Simon Jenny's Repository", - "index": 105 + "index": 106 }, { "url": "https://github.com/SmartPhoneLover/unraid-docker-templates", @@ -1070,7 +1078,7 @@ "DonateLink": "https://github.com/SmartPhoneLover/unraid-docker-templates/blob/main/DONATION.md", "DonateText": "If you like my work, please consider making a little donation.", "title": "SmartPhoneLover's Repository", - "index": 106 + "index": 107 }, { "url": "https://github.com/MasterEvarior/unraid-templates", @@ -1078,7 +1086,7 @@ "bio": "Just doing my part!", "icon": "https://avatars.githubusercontent.com/u/36074738?v=4", "title": "SmithyNithy's Repository", - "index": 107 + "index": 108 }, { "url": "https://github.com/snoopy86/docker-repo", @@ -1089,7 +1097,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": 108 + "index": 109 }, { "url": "https://github.com/Squidly271/plugin-repository", @@ -1101,7 +1109,7 @@ "Photo": "https://raw.githubusercontent.com/Squidly271/community.applications/master/webImages/20191221_193714.jpg", "Video": "https://www.youtube.com/watch?v=WMxGVfk09lU", "title": "Squid's Repository", - "index": 109 + "index": 110 }, { "url": "https://github.com/simonsickle/unraid-templates", @@ -1115,7 +1123,7 @@ "Discord": "https://discord.gg/TnwYRPKg72", "WebPage": "https://simonsickle.com/", "title": "ssickle's Repository", - "index": 110 + "index": 111 }, { "url": "https://github.com/StevenDTX/unraid-plugin-repository", @@ -1123,7 +1131,7 @@ "bio": "openVMTools_compiled Repository", "icon": "https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.png", "title": "StevenD's Repository", - "index": 111 + "index": 112 }, { "url": "https://github.com/its-sven/docker-templates", @@ -1135,7 +1143,7 @@ "Discord": "https://discord.com/invite/2KRSV2arDN", "WebPage": "https://svenw.de", "title": "Sven W\u00fcrth's Repository", - "index": 112 + "index": 113 }, { "url": "https://github.com/jason-bean/docker-templates", @@ -1145,7 +1153,7 @@ "DonateLink": "https://paypal.me/jasonsbean/0usd", "DonateText": "If you like my work please consider Donating.", "title": "Taddeusz' Repository", - "index": 113 + "index": 114 }, { "url": "https://github.com/thecode/unraid-docker-templates", @@ -1159,7 +1167,7 @@ "Discord": "https://discordapp.com/users/713107876390109225/", "WebPage": "https://github.com/thecode", "title": "thecode's Repository", - "index": 114 + "index": 115 }, { "url": "https://github.com/tipdec-siblyn/Urbit-on-Unraid", @@ -1169,7 +1177,7 @@ "DonateLink": "https://github.com/tipdec-siblyn/unraid-template/blob/main/DONATION.md", "DonateText": "If you like my work please consider Donating. (BTC only)", "title": "tipdec-sbilyn's Repository", - "index": 115 + "index": 116 }, { "url": "https://github.com/tmchow/unraid-docker-templates", @@ -1177,7 +1185,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": 116 + "index": 117 }, { "url": "https://github.com/tquizzle/Docker-xml", @@ -1189,7 +1197,7 @@ "Twitter": "https://twitter.com/tquizzle", "WebPage": "https://travisq.com", "title": "TQ's Repository", - "index": 117 + "index": 118 }, { "url": "https://github.com/PlexRipper/PlexRipper-Unraid-CA-Templates", @@ -1197,7 +1205,7 @@ "bio": "Currently working hard on developing PlexRipper! Let me know if you have any ideas or feedback on how to make it even more awesome!", "WebPage": "https://github.com/JasonLandbridge", "title": "Unmax's Repository", - "index": 118 + "index": 119 }, { "url": "https://github.com/UnRAIDES/plugin-UnRAID", @@ -1209,7 +1217,7 @@ "WebPage": "https://www.unraid.es", "Video": "https://www.youtube.com/unraides", "title": "Unraid.es' Plugin Repository", - "index": 119 + "index": 120 }, { "url": "https://github.com/UnRAIDES/templates-UnRAID", @@ -1221,7 +1229,7 @@ "WebPage": "https://www.unraid.es", "Video": "https://www.youtube.com/unraides", "title": "Unraid.es' Repository", - "index": 120 + "index": 121 }, { "url": "https://github.com/jahanson/unraid-docker-templates", @@ -1229,7 +1237,7 @@ "bio": "Helping make it easy to run Minecraft on Unraid :)", "icon": "https://avatars.githubusercontent.com/jahanson", "title": "Veriwind's Repository", - "index": 121 + "index": 122 }, { "url": "https://github.com/vinid223/unraid-docker-templates", @@ -1239,7 +1247,7 @@ "DonateLink": "https://paypal.me/vinid223", "DonateText": "If you like my work please consider Donating.", "title": "vinid223's Repository", - "index": 122 + "index": 123 }, { "url": "https://github.com/vrx-666/unraid-xml", @@ -1247,7 +1255,7 @@ "bio": "Creating Docker containers for fun. Most often for my own needs, which are not met by other available in CA.", "icon": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/img/mask.jpg", "title": "vrx's Repository", - "index": 123 + "index": 124 }, { "url": "https://github.com/Waseh/unraidtemplates", @@ -1257,7 +1265,7 @@ "DonateLink": "https://paypal.me/WasehDev", "DonateText": "If you like my work please consider Donating.", "title": "Waseh's Repository", - "index": 124 + "index": 125 }, { "url": "https://github.com/Womabre/unraid-docker-templates", @@ -1267,7 +1275,7 @@ "DonateLink": "https://paypal.me/wmbreedveld", "DonateText": "If you like my work please consider Donating.", "title": "Womabre's Repository", - "index": 125 + "index": 126 }, { "url": "https://github.com/dylan-hoefsloot/unraid-docker-templates", @@ -1275,7 +1283,7 @@ "bio": "Creating minimal docker templates for my most used applications", "icon": "https://avatars.githubusercontent.com/dylan-hoefsloot", "title": "worseforwear's Repository", - "index": 126 + "index": 127 }, { "url": "https://github.com/xthursdayx/docker-templates", @@ -1286,7 +1294,7 @@ "DonateText": "If you appreciate my work please consider buying me a coffee, cheers!", "Forum": "https://forums.unraid.net/topic/88410-support-xthursdayx-unraid-docker-templates/", "title": "xthursdayx's Repository", - "index": 127 + "index": 128 }, { "url": "https://github.com/xWeegix/templates", @@ -1294,7 +1302,7 @@ "bio": "Adding templates for cool projects. Please support the authors and contributors.", "icon": "https://github.com/xWeegix.png", "title": "xWeegix's Repository", - "index": 128 + "index": 129 }, { "url": "https://github.com/yayitazale/unraid-templates", @@ -1305,7 +1313,7 @@ "DonateText": "If you like my work please consider Donating.", "WebPage": "https://firstcommit.dev/", "title": "yayitazale's Repository", - "index": 129 + "index": 130 }, { "url": "https://github.com/Yoruio/unraid-templates", @@ -1315,7 +1323,7 @@ "DonateLink": "https://www.paypal.com/donate/?hosted_button_id=R44M45FYUVUDJ", "DonateText": "Help me through life with a shot or two of age-appropriate beverage!", "title": "Yoruio's Repository", - "index": 130 + "index": 131 }, { "url": "https://github.com/devzwf/unraid-docker-templates", @@ -1325,7 +1333,7 @@ "DonateLink": "https://ko-fi.com/devzwf", "DonateText": "Don't donate to me! Instead, please donate the creators of the apps, but if you insist", "title": "ZappyZap's Repository", - "index": 131 + "index": 132 }, { "url": "https://github.com/zgorizzo69/unraid-templates", @@ -1333,7 +1341,7 @@ "bio": "All about decentralization.", "icon": "https://github.com/zgorizzo69.png", "title": "zgo's Repository", - "index": 132 + "index": 133 }, { "url": "https://github.com/vertex-app/docker-template", @@ -1341,793 +1349,793 @@ "bio": "Good Luck!", "icon": "https://pic.lswl.in/images/2021/12/07/8362b5b3fe8744e0f3bfa93f1105857d.jpg", "title": "\u6817\u5c71\u672a\u6765 Repository", - "index": 133 + "index": 134 }, { "url": "https://github.com/rythmik/docker-templates", "profile": "https://forums.unraid.net/profile/10512-a_n_d_y/", "title": "a_n_d_y's Repository", - "index": 134 + "index": 135 }, { "url": "https://github.com/activ/docker-templates", "profile": "https://forums.lime-technology.com/profile/69882-activ/", "title": "activ's Repository", - "index": 135 + "index": 136 }, { "url": "https://github.com/aeleos/cloudflared", "profile": "https://forums.unraid.net/profile/78732-aeleos/", "title": "aeleos' Repository", - "index": 136 + "index": 137 }, { "url": "https://github.com/wbynum/docker-templates", "profile": "https://forums.unraid.net/profile/97630-aggie1999/", "title": "Aggie1999's Repository", - "index": 137 + "index": 138 }, { "url": "https://github.com/Zazou49/unraid", "profile": "https://forums.unraid.net/profile/110288-alexb/", "title": "Alex B's Repository", - "index": 138 + "index": 139 }, { "url": "https://github.com/alexandru360/unVerdaccio", "profile": "https://forums.unraid.net/profile/89004-alexandru360/", "title": "alexandru360's Repository", - "index": 139 + "index": 140 }, { "url": "https://github.com/alexbn71/unraid-templates", "profile": "https://forums.unraid.net/profile/169325-alexbn71/", "title": "alexbn71's Repository", - "index": 140 + "index": 141 }, { "url": "https://github.com/aptalca/docker-templates", "profile": "https://forums.lime-technology.com/profile/7767-aptalca/", "title": "aptalca's Repository", - "index": 141 + "index": 142 }, { "url": "https://github.com/argash/amongusdiscord_unraid", "profile": "https://forums.unraid.net/profile/112259-argash/", "title": "argash's Repository", - "index": 142 + "index": 143 }, { "url": "https://github.com/atribe/unRAID-docker", "profile": "https://forums.lime-technology.com/profile/70671-atribe/", "title": "atribe's Repository", - "index": 143 + "index": 144 }, { "url": "https://github.com/JamesTeague/unraid-templates", "profile": "https://forums.unraid.net/profile/139338-bamaj13/", "title": "BamaJ13's Repository", - "index": 144 + "index": 145 }, { "url": "https://github.com/benderstwin/docker-templates", "profile": "https://forums.unraid.net/profile/11326-bryanwirth/", "title": "Bender's Repository", - "index": 145 + "index": 146 }, { "url": "https://github.com/BigManDave/unraid-templates", "profile": "https://forums.unraid.net/profile/133103-bigmandave/", "title": "BigManDave's Repository", - "index": 146 + "index": 147 }, { "url": "https://github.com/bluegizmo83/DockerXMLs", "profile": "https://forums.unraid.net/profile/105585-bluegizmo83", "title": "bluegizmo83's Repository", - "index": 147 + "index": 148 }, { "url": "https://github.com/bobbintb/docker-templates", "profile": "https://forums.unraid.net/profile/550-bobbintb/", "title": "bobbintb's Repository", - "index": 148 + "index": 149 }, { "url": "https://github.com/StuffAnThings/unraid-templates", "profile": "https://forums.unraid.net/profile/76370-bobokun/", "title": "bobokun's Repository", - "index": 149 + "index": 150 }, { "url": "https://github.com/bonedrums/unraid-templates", "profile": "https://forums.unraid.net/profile/72855-bonedrums/", "title": "bonedrums' Repository", - "index": 150 + "index": 151 }, { "url": "https://github.com/breadlysm/Breads-unraid-templates", "profile": "https://forums.unraid.net/profile/84220-breadlysm/", "title": "breadlysm's Repository", - "index": 151 + "index": 152 }, { "url": "https://github.com/brettm357/docker-templates", "profile": "https://forums.lime-technology.com/profile/62222-brettm357/", "title": "brettm357's Repository", - "index": 152 + "index": 153 }, { "url": "https://github.com/brycelarge/unraid-templates", "profile": "https://forums.unraid.net/profile/112270-brycelarge/", "title": "brycelarge's Repository", - "index": 153 + "index": 154 }, { "url": "https://github.com/FrankM77/unraid-templates", "profile": "https://forums.unraid.net/profile/153626-built2succeed/", "title": "Built2Succeed's Repository", - "index": 154 + "index": 155 }, { "url": "https://github.com/jshridha/templates", "profile": "https://forums.lime-technology.com/profile/7061-bungy/", "title": "Bungy's Repository", - "index": 155 + "index": 156 }, { "url": "https://github.com/C3004/Unraid-Templates-C3004", "profile": "https://forums.unraid.net/profile/142775-c3004/", "title": "C3004's Repository", - "index": 156 + "index": 157 }, { "url": "https://github.com/C4ArtZ/Unraid-Templates", "profile": "https://forums.unraid.net/profile/106324-c4artz/", "title": "c4artz' Repository", - "index": 157 + "index": 158 }, { "url": "https://github.com/Camc314/unraid-jellyfin-vue", "profile": "https://forums.unraid.net/profile/123309-camc314/", "title": "Camc314's Repository", - "index": 158 + "index": 159 }, { "url": "https://github.com/P3R-CO/unraid", "profile": "https://forums.unraid.net/profile/106374-captasic/", "title": "capt.asic's Repository", - "index": 159 + "index": 160 }, { "url": "https://github.com/CaptInsano/docker-containers/tree/templates", "profile": "https://forums.lime-technology.com/profile/40599-captinsano/", "title": "CaptInsano's Repository", - "index": 160 + "index": 161 }, { "url": "https://github.com/chacawaca/post-recording-xml", "profile": "https://forums.unraid.net/profile/111526-chacawaca", "title": "Chacawaca's Repository", - "index": 161 + "index": 162 }, { "url": "https://github.com/PotentialIngenuity/petio-unraid", "profile": "https://forums.unraid.net/profile/107700-chargingcosmonaut/", "title": "ChargingCosmonaut's Repository", - "index": 162 + "index": 163 }, { "url": "https://github.com/chvb/docker-templates", "profile": "https://forums.lime-technology.com/profile/65325-chvb/", "title": "chvb's Repository", - "index": 163 + "index": 164 }, { "url": "https://github.com/ciegg/unraid-templates", "profile": "https://forums.unraid.net/profile/155366-cieg/", "title": "cieg's Repository", - "index": 164 + "index": 165 }, { "url": "https://github.com/ckocyigit/unraid-webdav", "profile": "https://forums.unraid.net/profile/110566-ck98/", "title": "CK98's Repository", - "index": 165 + "index": 166 }, { "url": "https://github.com/clowrym/docker-templates", "profile": "https://forums.lime-technology.com/profile/26570-clowrym/", "title": "clowrym's Repository", - "index": 166 + "index": 167 }, { "url": "https://github.com/cmer/docker-templates", "profile": "https://forums.lime-technology.com/profile/69846-cmer/", "title": "cmer's Repository", - "index": 167 + "index": 168 }, { "url": "https://github.com/Adidasdaniel98/RepetierDocker", "profile": "https://forums.unraid.net/profile/120747-codeluxe/", "title": "Codeluxe's Repository", - "index": 168 + "index": 169 }, { "url": "https://github.com/coppit/unraid-plugin-metadata", "profile": "https://forums.lime-technology.com/profile/167-coppit/", "title": "coppit's Repository", - "index": 169 + "index": 170 }, { "url": "https://github.com/pairofcrocs/unraid-templates", "profile": "https://forums.unraid.net/profile/98010-crocs/", "title": "Croc's Repository", - "index": 170 + "index": 171 }, { "url": "https://github.com/NickM-27/unraid-templates", "profile": "https://forums.unraid.net/profile/128178-crzynik/", "title": "crzynik's Repository", - "index": 171 + "index": 172 }, { "url": "https://github.com/cschanot/docker-templates", "profile": "https://forums.unraid.net/profile/80091-cschanot/", "title": "cschanot's Repository", - "index": 172 + "index": 173 }, { "url": "https://github.com/glauth/unraid-glauth", "profile": "https://forums.unraid.net/profile/111590-cyansmoker/", "title": "cyansmoker's Repository", - "index": 173 + "index": 174 }, { "url": "https://github.com/CyaOnDaNet/unraid-templates", "profile": "https://forums.unraid.net/profile/100638-cyaondanet/", "title": "CyaOnDaNet's Repository", - "index": 174 + "index": 175 }, { "url": "https://github.com/D34DC3N73R/unraid-templates", "profile": "https://forums.unraid.net/profile/101684-d34dc3n73r/", "title": "D34DC3N73R's Repository", - "index": 175 + "index": 176 }, { "url": "https://github.com/d8ahazard/unraid-repository", "profile": null, "title": "d8ahazard's Repository", - "index": 176 + "index": 177 }, { "url": "https://github.com/d8sychain/unraid-ca-templates", "profile": "https://forums.unraid.net/profile/72950-d8sychain/", "title": "d8sychain's Repository", - "index": 177 + "index": 178 }, { "url": "https://github.com/knilix/unraid-templates", "profile": "https://forums.unraid.net/profile/126551-da-do-ron/", "title": "da do ron's Repository", - "index": 178 + "index": 179 }, { "url": "https://github.com/daman20/ca-xmls", "profile": "https://forums.unraid.net/profile/122785-daman12/", "title": "daman12's Repository", - "index": 179 + "index": 180 }, { "url": "https://github.com/DanRegalia/UNRAID", "profile": "https://forums.unraid.net/profile/103107-danregalia/", "title": "DanRegalia's Repository", - "index": 180 + "index": 181 }, { "url": "https://github.com/daredoes/unraid-templates", "profile": "https://forums.unraid.net/profile/157186-daredoes/", "title": "daredoes' Repository", - "index": 181 + "index": 182 }, { "url": "https://github.com/Darkside138/unraidtemplates", "profile": "https://forums.unraid.net/profile/166210-darkside138/", "title": "Darkside138's Repository", - "index": 182 + "index": 183 }, { "url": "https://github.com/DavidSpek/homelablabelmaker", "profile": "https://forums.unraid.net/profile/96461-davidspek/", "title": "DavidSpek's Repository", - "index": 183 + "index": 184 }, { "url": "https://github.com/LibrePhotos/librephotos-unraid", "profile": "https://forums.unraid.net/profile/179939-derneuere/", "title": "derneuere's Repository", - "index": 184 + "index": 185 }, { "url": "https://github.com/dhruvinsh/unraid-templates", "profile": "https://forums.unraid.net/profile/146712-dhruvin/", "title": "Dhruvin's Repository", - "index": 185 + "index": 186 }, { "url": "https://github.com/quimnut/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/15731-dibbz/", "title": "dibbz' Repository", - "index": 186 + "index": 187 }, { "url": "https://github.com/Dimtar/unraidtemplates", "profile": "https://forums.unraid.net/profile/7694-dimtar/", "title": "dimtar's Repository", - "index": 187 + "index": 188 }, { "url": "https://github.com/piranha771/unraid-templates", "profile": "https://forums.unraid.net/profile/159409-divid/", "title": "Divid's Repository", - "index": 188 + "index": 189 }, { "url": "https://github.com/dmacias72/unRAID-CA", "profile": "https://forums.lime-technology.com/profile/11874-dmacias/", "title": "dmacias' Repository", - "index": 189 + "index": 190 }, { "url": "https://github.com/dmaxwell351/docker-containers/tree/templates", "profile": "https://forums.lime-technology.com/profile/32813-dmaxwell351/", "title": "dmaxwell's Repository", - "index": 190 + "index": 191 }, { "url": "https://github.com/docgyver/unraid-v6-plugins", "profile": "https://forums.lime-technology.com/profile/21303-docgyver/", "title": "docgyver's Repository", - "index": 191 + "index": 192 }, { "url": "https://github.com/doron1/unraid-plugins", "profile": "https://forums.unraid.net/profile/8006-doron/", "title": "doron's Repository", - "index": 192 + "index": 193 }, { "url": "https://github.com/Polemus/Unraid", "profile": "https://forums.unraid.net/profile/140455-dusty-roberts/", "title": "Dusty Roberts' Repository", - "index": 193 + "index": 194 }, { "url": "https://github.com/lomorage/unraid-template", "profile": "https://forums.unraid.net/profile/138957-dwebf/", "title": "DwebF's Repository", - "index": 194 + "index": 195 }, { "url": "https://github.com/bergware/dynamix-plugins", "profile": "https://forums.lime-technology.com/profile/2736-bonienl/", "title": "Dynamix Repository", - "index": 195 + "index": 196 }, { "url": "https://github.com/DyonR/docker-templates", "profile": "https://forums.unraid.net/profile/79298-dyon/", "title": "Dyon's Repository", - "index": 196 + "index": 197 }, { "url": "https://github.com/ItsEcholot/unraid-templates", "profile": "https://forums.unraid.net/profile/134301-echolot/", "title": "Echolot's Repository", - "index": 197 + "index": 198 }, { "url": "https://github.com/ElectricBrainUK/docker-templates", "profile": "https://forums.unraid.net/profile/98185-electricbrainuk", "title": "ElectricBrainUK's Repository", - "index": 198 + "index": 199 }, { "url": "https://github.com/elzik/unraid-templates", "profile": "https://forums.unraid.net/profile/201488-elzik/", "title": "elzik's Repository", - "index": 199 + "index": 200 }, { "url": "https://github.com/MediaBrowser/Emby.Build", "profile": null, "title": "Emby Repository", - "index": 200 + "index": 201 }, { "url": "https://github.com/emptyfish/unraid-apps", "profile": "https://forums.unraid.net/profile/112283-emptyfish/", "title": "emptyfish's Repository", - "index": 201 + "index": 202 }, { "url": "https://github.com/twist3dimages/unraid-templates", "profile": "https://forums.unraid.net/profile/137900-exes/", "title": "Exes' Repository", - "index": 202 + "index": 203 }, { "url": "https://github.com/basroovers/unraid-templates", "profile": "https://forums.unraid.net/profile/94801-exista", "title": "eXisTa's Repository", - "index": 203 + "index": 204 }, { "url": "https://github.com/fanningert/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/77170-fanningert/", "title": "fanningert's Repository", - "index": 204 + "index": 205 }, { "url": "https://github.com/fiR3W4LL87/unraid-templates", "profile": "https://forums.unraid.net/profile/113873-fir3w4ll/", "title": "fiR3W4LL's Repository", - "index": 205 + "index": 206 }, { "url": "https://github.com/Flight777/unraid_justworks_templates", "profile": "https://forums.unraid.net/profile/119250-flight777", "title": "Flight777's Repository", - "index": 206 + "index": 207 }, { "url": "https://github.com/CyanLabs/unraid-plugins", "profile": "https://forums.unraid.net/profile/72406-fma965/", "title": "Fma965's Repository", - "index": 207 + "index": 208 }, { "url": "https://github.com/EdwardChamberlain/unraid-templates", "profile": "https://forums.unraid.net/profile/122583-forum-layman/", "title": "Forum-Layman's Repository", - "index": 208 + "index": 209 }, { "url": "https://github.com/FoxxMD/unraid-docker-templates", "profile": "https://forums.unraid.net/profile/85599-foxxmd/", "title": "FoxxMD's Repository", - "index": 209 + "index": 210 }, { "url": "https://github.com/frakman1/docker-templates", "profile": "https://forums.unraid.net/profile/96005-frakman1", "title": "frakman1's Repository", - "index": 210 + "index": 211 }, { "url": "https://github.com/mrFred-1a4/Freddy0-Crafty-Controller", "profile": "https://forums.unraid.net/profile/126877-freddy0/", "title": "freddy0's Repository", - "index": 211 + "index": 212 }, { "url": "https://github.com/ganey/unraid-honeygain", "profile": "https://forums.unraid.net/profile/94003-ganey/", "title": "ganey's Repository", - "index": 212 + "index": 213 }, { "url": "https://github.com/geoffgbsn/unraid-templates", "profile": "https://forums.unraid.net/profile/144116-geoffgibby/", "title": "geoff.gibby's Repository", - "index": 213 + "index": 214 }, { "url": "https://github.com/gfjardim/unRAID-plugins/tree/templates", "profile": "https://forums.lime-technology.com/profile/1694-gfjardim/", "title": "gfjardim's Repository", - "index": 214 + "index": 215 }, { "url": "https://github.com/gonjat/unraid-templates", "profile": "https://forums.unraid.net/profile/121611-gonjat/", "title": "GonjaT's Repository", - "index": 215 + "index": 216 }, { "url": "https://github.com/GregYankovoy/docker-templates", "profile": "https://forums.unraid.net/profile/88760-grack/", "title": "Grack's Repository", - "index": 216 + "index": 217 }, { "url": "https://github.com/UnknownHiker/unraid-template-kitchenowl", "profile": "https://forums.unraid.net/profile/155012-hansolo97/", "title": "HanSolo97's Repository", - "index": 217 + "index": 218 }, { "url": "https://github.com/benhedrington/hedrington-unraid-docker-templates", "profile": "https://github.com/benhedrington/hedrington-unraid-docker-templates", "title": "hedrinbc's Repository", - "index": 218 + "index": 219 }, { "url": "https://github.com/hernandito/docker-templates", "profile": "https://forums.lime-technology.com/profile/6274-hernandito/", "title": "hernandito's Repository", - "index": 219 + "index": 220 }, { "url": "https://github.com/HuxyUK/docker-containers", "profile": "https://forums.lime-technology.com/profile/70544-huxy/", "title": "Huxy's Repository", - "index": 220 + "index": 221 }, { "url": "https://github.com/itimpi/Unraid-CA-Templates", "profile": "https://lime-technology.com/profile/10897-itimpi/", "title": "itimpi's Repository", - "index": 221 + "index": 222 }, { "url": "https://github.com/Tech-Weasel/Unraid_Templates", "profile": "https://forums.unraid.net/profile/96251-jabajames/", "title": "jabajames' Repository", - "index": 222 + "index": 223 }, { "url": "https://github.com/what-name/unraid-templates", "profile": "https://forums.unraid.net/profile/122982-jacob-bolooni/", "title": "Jacob Bolooni's Repository", - "index": 223 + "index": 224 }, { "url": "https://github.com/jadehawk/unRaid-Templates", "profile": "https://forums.unraid.net/profile/168612-jadehawk", "title": "Jadehawk's Repository", - "index": 224 + "index": 225 }, { "url": "https://github.com/jassycliq/Unraid-AndroidStudio-Projector", "profile": "https://forums.unraid.net/profile/116233-jassycliq/", "title": "jassycliq's Repository", - "index": 225 + "index": 226 }, { "url": "https://github.com/jbartlett777/DiskSpeed", "profile": "https://lime-technology.com/profile/8307-jbartlett/", "title": "JBartlett's Repository", - "index": 226 + "index": 227 }, { "url": "https://github.com/jbreed/docker-templates", "profile": "https://forums.unraid.net/profile/92695-jbreed/", "title": "jbreed's Repository", - "index": 227 + "index": 228 }, { "url": "https://github.com/jbrodriguez/unraid", "profile": "https://forums.lime-technology.com/profile/593-jbrodriguez/", "title": "jbrodriguez's Repository", - "index": 228 + "index": 229 }, { "url": "https://github.com/Jcloud67/Docker-Templates", "profile": "https://lime-technology.com/profile/67922-jcloud/", "title": "JCloud's Repository", - "index": 229 + "index": 230 }, { "url": "https://github.com/jcreynolds/docker-templates", "profile": "https://forums.lime-technology.com/profile/65204-jcreynoldsii/", "title": "jcreynolds' Repository", - "index": 230 + "index": 231 }, { "url": "https://github.com/jflo/ffsync-unraid", "profile": "https://forums.unraid.net/profile/120634-jflo/", "title": "Jflo's Repository", - "index": 231 + "index": 232 }, { "url": "https://github.com/GladysAssistant/unraid-gladys-templates", "profile": "https://forums.unraid.net/profile/159169-jgcb00/", "title": "jgcb00's Repository", - "index": 232 + "index": 233 }, { "url": "https://github.com/jkirkcaldy/unraid-CA-templates", "profile": "https://forums.unraid.net/profile/114408-jkirkcaldy/", "title": "jkirkcaldy's Repository", - "index": 233 + "index": 234 }, { "url": "https://github.com/joch/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/2607-joch/", "title": "joch's Repository", - "index": 234 + "index": 235 }, { "url": "https://github.com/johnodon/docker-templates", "profile": "https://forums.lime-technology.com/profile/6506-johnodon/", "title": "johnodon's Repository", - "index": 235 + "index": 236 }, { "url": "https://github.com/jorgenman/unraid-templates", "profile": "https://forums.unraid.net/profile/142946-jorgenman/", "title": "jorgenman's Repository", - "index": 236 + "index": 237 }, { "url": "https://github.com/qubex22/unraid-templates", "profile": "https://forums.unraid.net/profile/110563-joroga22/", "title": "joroga22's Repository", - "index": 237 + "index": 238 }, { "url": "https://github.com/josh-gaby/unraid-templates", "profile": "https://forums.unraid.net/profile/171871-joshgaby/", "title": "josh.gaby's Repository", - "index": 238 + "index": 239 }, { "url": "https://github.com/Joshndroid/joshndroid-unraid-docker-templates", "profile": "https://forums.unraid.net/profile/123042-joshndroid/", "title": "Joshndroid's Repository", - "index": 239 + "index": 240 }, { "url": "https://github.com/angelics/unraid-docker-template", "profile": "https://forums.unraid.net/profile/7122-josywong/", "title": "josywong's Repository", - "index": 240 + "index": 241 }, { "url": "https://github.com/josecoelho/unraid-templates", "profile": "https://forums.unraid.net/profile/125944-jos%C3%A9-coelho/", "title": "Jos\u00e9 Coelho's Repository", - "index": 241 + "index": 242 }, { "url": "https://github.com/JPDVM2014/unraid-templates", "profile": "https://forums.unraid.net/profile/156525-jpdvm2014/", "title": "JPDVM2014's Repository", - "index": 242 + "index": 243 }, { "url": "https://github.com/jsavargas/telethon_downloader", "profile": "https://forums.unraid.net/profile/93593-jsavargas/", "title": "jsavargas' Repository", - "index": 243 + "index": 244 }, { "url": "https://github.com/jslay88/unraid_apps", "profile": "https://forums.unraid.net/profile/107385-jslay/", "title": "jslay's Repository", - "index": 244 + "index": 245 }, { "url": "https://github.com/shaf/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/71085-jugniji/", "title": "JugniJi's Repository", - "index": 245 + "index": 246 }, { "url": "https://github.com/JustinAiken/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/1079-justinaiken/", "title": "JustinAiken's Repository", - "index": 246 + "index": 247 }, { "url": "https://github.com/Olprog59/unraid-templates", "profile": "https://forums.unraid.net/profile/121454-kameleon83/", "title": "Kameleon83's Repository", - "index": 247 + "index": 248 }, { "url": "https://github.com/KasteM34/unraid-templates", "profile": "https://forums.unraid.net/profile/169707-kastem34/", "title": "kastem34's Repository", - "index": 248 + "index": 249 }, { "url": "https://github.com/roninkenji/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/62359-ken-ji/", "title": "ken-ji's Repository", - "index": 249 + "index": 250 }, { "url": "https://github.com/yqlbu/unraid-templates", "profile": "https://forums.unraid.net/profile/110700-kevin-yu/", "title": "kevin yu's Repository", - "index": 250 + "index": 251 }, { "url": "https://github.com/kilrah/unraid-docker-templates", "profile": "https://forums.unraid.net/profile/175398-kilrah/", "title": "Kilrah's Repository", - "index": 251 + "index": 252 }, { "url": "https://github.com/kiowadriver/unraid-docker", "profile": "https://forums.unraid.net/profile/74645-kiowa2005/", "title": "kiowa2005's Repository", - "index": 252 + "index": 253 }, { "url": "https://github.com/Knoxie/UnraidTemplates", "profile": "https://forums.unraid.net/profile/78069-knoxie89/", "title": "Knoxie89's Repository", - "index": 253 + "index": 254 }, { "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": 254 + "index": 255 }, { "url": "https://github.com/Qlisch/unraid-templates", "profile": "https://forums.unraid.net/profile/119212-kulisch/", "title": "Kulisch's Repository", - "index": 255 + "index": 256 }, { "url": "https://github.com/kywarai/unraid_templates", "profile": "https://forums.unraid.net/profile/170658-kuuki/", "title": "kuuki's Repository", - "index": 256 + "index": 257 }, { "url": "https://github.com/Srcodesalittle/cryptgeon_redis", "profile": "https://forums.unraid.net/profile/131563-lamp/", "title": "lamp's Repository", - "index": 257 + "index": 258 }, { "url": "https://github.com/laur89/unraid-templates/", "profile": "https://forums.unraid.net/profile/114193-laur/", "title": "laur's Repository", - "index": 258 + "index": 259 }, { "url": "https://github.com/lawryder/unraid_docker_reps", "profile": "https://forums.unraid.net/profile/122425-lawryder/", "title": "LawRyder's Repository", - "index": 259 + "index": 260 }, { "url": "https://github.com/lewislarsen/lldap-unraid", "profile": "https://forums.unraid.net/profile/143760-lewis-l/", "title": "Lewis L's Repository", - "index": 260 + "index": 261 }, { "url": "https://github.com/L1cardo/Unraid-Templates", "profile": "https://forums.unraid.net/profile/128967-licardo/", "title": "licardo's Repository", - "index": 261 + "index": 262 }, { "url": "https://github.com/linuxserver/linuxserver-Plugin-Repository", "profile": null, "title": "Linuxserver's Plugin Repository", - "index": 262 + "index": 263 }, { "url": "https://github.com/locus313/unraid-docker-templates", "profile": "https://forums.unraid.net/profile/74415-locus313/", "title": "locus313's Repository", - "index": 263 + "index": 264 }, { "url": "https://github.com/mingzaily/unraid-templates", "profile": "https://forums.unraid.net/profile/169573-longyunur/", "title": "LongYunar's Repository", - "index": 264 + "index": 265 }, { "url": "https://github.com/Loony2392/unraid-templates", @@ -2139,656 +2147,656 @@ "Forum": "https://forums.unraid.net/profile/152355-loony2392/", "Twitter": "https://twitter.com/Loony2392", "title": "Loony2392's Repository", - "index": 265 + "index": 266 }, { "url": "https://github.com/luisalrp/unraid_docker_templates", "profile": "https://forums.unraid.net/profile/115058-luisalrp/", "title": "luisalrp's Repository", - "index": 266 + "index": 267 }, { "url": "https://github.com/macexx/docker-templates", "profile": "https://forums.lime-technology.com/profile/66302-macester/", "title": "macester's Repository", - "index": 267 + "index": 268 }, { "url": "https://github.com/magmpzero/docker-templates", "profile": "https://forums.lime-technology.com/profile/69284-magmpzero/", "title": "magmpzero's Repository", - "index": 268 + "index": 269 }, { "url": "https://github.com/Malfurious/docker-templates", "profile": "https://forums.lime-technology.com/profile/77149-malfurious/", "title": "malfurious' Repository", - "index": 269 + "index": 270 }, { "url": "https://github.com/malvarez00/unRAID-Docker-Templates", "profile": "https://forums.lime-technology.com/profile/77549-malvarez00/", "title": "malvarez00's Repository", - "index": 270 + "index": 271 }, { "url": "https://github.com/MarkusMcNugen/docker-templates", "profile": "https://lime-technology.com/profile/79684-markusmcnugen/", "title": "MarkusMcNugen's Repository", - "index": 271 + "index": 272 }, { "url": "https://github.com/Marraz/unraid-templates", "profile": "https://forums.unraid.net/profile/127460-marraz/", "title": "Marraz' Repository", - "index": 272 + "index": 273 }, { "url": "https://github.com/datamachines/cuda_tensorflow_opencv/tree/master/Jupyter_build", "profile": "https://forums.unraid.net/profile/154534-martial/", "title": "martial's Repository", - "index": 273 + "index": 274 }, { "url": "https://github.com/marzel1/docker-templates", "profile": "https://forums.unraid.net/profile/117249-marzel/", "title": "Marzel's Repository", - "index": 274 + "index": 275 }, { "url": "https://github.com/mason-xx/unraid-templates", "profile": "https://forums.unraid.net/profile/914-mason", "title": "mason's Repository", - "index": 275 + "index": 276 }, { "url": "https://github.com/masterwishx/unraid-templates", "profile": "https://forums.unraid.net/profile/107418-masterwishx/", "title": "Masterwishx's Repository", - "index": 276 + "index": 277 }, { "url": "https://github.com/mdarkness1988/rust-server-template", "profile": "https://lime-technology.com/profile/84443-mdarkness1988/", "title": "mdarkness1988's Repository", - "index": 277 + "index": 278 }, { "url": "https://github.com/OctoPrint/Unraid-Template", "profile": "https://forums.unraid.net/profile/100446-mearman", "title": "mearman's 2nd Repository", - "index": 278 + "index": 279 }, { "url": "https://github.com/NotExpectedYet/OctoFarm-UnRaid-Template", "profile": "https://forums.unraid.net/profile/100446-mearman", "title": "mearman's Repository", - "index": 279 + "index": 280 }, { "url": "https://github.com/MrBrax/TwitchAutomator", "profile": "https://forums.unraid.net/profile/116100-menvanic", "title": "MEnVaNic's Repository", - "index": 280 + "index": 281 }, { "url": "https://github.com/Squidly271/Mettbrot-s-plugin-repo/", "profile": "https://forums.lime-technology.com/profile/11013-mettbrot/", "title": "Mettbrot's Repository", - "index": 281 + "index": 282 }, { "url": "https://github.com/kiwimato/unraid-templates", "profile": "https://forums.unraid.net/profile/89549-mihai/", "title": "Mihai's Repository", - "index": 282 + "index": 283 }, { "url": "https://github.com/helfrichmichael/unraid-templates", "profile": "https://forums.unraid.net/profile/68815-mikeah/", "title": "MikeAH's Repository", - "index": 283 + "index": 284 }, { "url": "https://github.com/mikedhanson/unraid-templates", "profile": "https://forums.unraid.net/profile/88846-mikehanson/", "title": "mikehanson's Repository", - "index": 284 + "index": 285 }, { "url": "https://github.com/mikeylikesrocks/unraid-docker-templates", "profile": "https://forums.unraid.net/profile/89382-mikeylikesrocks", "title": "mikeylikesrocks' Repository", - "index": 285 + "index": 286 }, { "url": "https://github.com/mizz141/mizz141-unraid-xml", "profile": "https://forums.unraid.net/profile/98815-mizz141/", "title": "Mizz141's Repository", - "index": 286 + "index": 287 }, { "url": "https://github.com/mlebjerg/docker-templates", "profile": "https://lime-technology.com/profile/76816-mlebjerg/", "title": "mlebjerg's Repository", - "index": 287 + "index": 288 }, { "url": "https://github.com/MobiusNine/docker-templates", "profile": "https://forums.unraid.net/profile/84666-mobiusnine/", "title": "MobiusNine's Repository", - "index": 288 + "index": 289 }, { "url": "https://github.com/moritzfl/unraid-templates", "profile": "https://forums.unraid.net/profile/145080-moritzf/", "title": "moritzf's Repository", - "index": 289 + "index": 290 }, { "url": "https://github.com/crazyqin/unraid-templates", "profile": "https://forums.unraid.net/profile/157513-mrafter/", "title": "mrafter's Repository", - "index": 290 + "index": 291 }, { "url": "https://github.com/dalekseevs/Unraid-Docker-Templates", "profile": "https://forums.unraid.net/profile/74482-mrchunky", "title": "MrChunky's Repository", - "index": 291 + "index": 292 }, { "url": "https://github.com/Mrlafontaine/Unraid-ErgoNode", "profile": "https://forums.unraid.net/profile/163009-mrlafontaine/", "title": "mrlafontaine's Repository", - "index": 292 + "index": 293 }, { "url": "https://github.com/Mudislander/docker-templates", "profile": "https://lime-technology.com/profile/67039-mudislander/", "title": "Mudislander's Repository", - "index": 293 + "index": 294 }, { "url": "https://github.com/Muwahhidun/unraid-docker-templates", "profile": "https://forums.unraid.net/profile/107652-muwahhid/", "title": "Muwahhidun's Repository", - "index": 294 + "index": 295 }, { "url": "https://github.com/MyFaith/unraid-templates", "profile": "https://forums.unraid.net/profile/157465-myfaith/", "title": "MyFaith's Repository", - "index": 295 + "index": 296 }, { "url": "https://github.com/natcoso9955/unRAID-docker", "profile": "https://forums.unraid.net/profile/73128-natcoso9955/", "title": "Natcoso9955's Repository", - "index": 296 + "index": 297 }, { "url": "https://github.com/ninthwalker/docker-templates", "profile": "https://forums.lime-technology.com/profile/9420-ninthwalker/", "title": "ninthwalker's Repository", - "index": 297 + "index": 298 }, { "url": "https://github.com/NixonInnes/unraid-builds-xml", "profile": "https://forums.unraid.net/profile/122748-nixoninnes/", "title": "NixonInnes' Repository", - "index": 298 + "index": 299 }, { "url": "https://github.com/OFark/docker-templates", "profile": "https://forums.unraid.net/profile/86513-ofark/", "title": "OFark's Repository", - "index": 299 + "index": 300 }, { "url": "https://github.com/ofawx/unraid-templates", "profile": "https://forums.unraid.net/profile/109310-ofawx/", "title": "ofawx's Repository", - "index": 300 + "index": 301 }, { "url": "https://github.com/plexinc/pms-docker", "profile": null, "shortName": "Plex", "title": "Official Plex Repository", - "index": 301 + "index": 302 }, { "url": "https://github.com/ijabz/songkong_unraid/", "profile": null, "shortName": "Songkong", "title": "Official Songkong Repository", - "index": 302 + "index": 303 }, { "url": "https://github.com/oldcrazyeye/unraid-templates", "profile": "https://forums.unraid.net/profile/124305-oldcrazyeye/", "title": "oldcrazyeye's Repository", - "index": 303 + "index": 304 }, { "url": "https://github.com/0neTX/UnRAID_Template", "profile": "https://forums.unraid.net/profile/161660-onetx/", "title": "onetx's Repository", - "index": 304 + "index": 305 }, { "url": "https://github.com/opal06/unraid_docker_templates", "profile": "https://forums.unraid.net/profile/110756-opal_06/", "title": "opal_06's Repository", - "index": 305 + "index": 306 }, { "url": "https://github.com/openspeedtest/unraid-docker-plugin", "profile": "https://forums.unraid.net/profile/110999-openspeedtest/", "title": "openspeedtest's Repository", - "index": 306 + "index": 307 }, { "url": "https://github.com/wranglatang/docker-bluelinky", "profile": "https://forums.unraid.net/profile/89354-pwrangles/", "title": "p.wrangles' Repository", - "index": 307 + "index": 308 }, { "url": "https://github.com/PartitionPixel/unraid-templates", "profile": "https://forums.unraid.net/profile/119008-partition-pixel/", "title": "Partition Pixel's Repository", - "index": 308 + "index": 309 }, { "url": "https://github.com/patrickstigler/unraid_app_templates", "profile": "https://forums.unraid.net/profile/139758-maddash1337/", "title": "patrickstigler's Repository", - "index": 309 + "index": 310 }, { "url": "https://github.com/pawelmalak/unraid-templates", "profile": "https://forums.unraid.net/profile/119205-paululibro/", "title": "paululibro's Repository", - "index": 310 + "index": 311 }, { "url": "https://github.com/imTHAI/unraid-templates", "profile": "https://forums.unraid.net/profile/117577-pbear/", "title": "pbear's Repository", - "index": 311 + "index": 312 }, { "url": "https://github.com/pducharme/docker-containers/tree/templates", "profile": "https://forums.lime-technology.com/profile/62479-pducharme/", "title": "pducharme's Repository", - "index": 312 + "index": 313 }, { "url": "https://github.com/PugPickles/YTSync", "profile": "https://forums.unraid.net/profile/208029-pickl3s/", "title": "Pickl3s' Repository", - "index": 313 + "index": 314 }, { "url": "https://github.com/poke0/Unraid-docker-templates", "profile": "https://forums.unraid.net/profile/139781-poke0/", "title": "Poke0's Repository", - "index": 314 + "index": 315 }, { "url": "https://github.com/Sleepingpirates/invitarr-unraid", "profile": "https://forums.unraid.net/profile/114147-priate/", "title": "priate's Repository", - "index": 315 + "index": 316 }, { "url": "https://github.com/dcflachs/plugin-repository", "profile": "https://forums.unraid.net/profile/63584-primeval_god/", "title": "primeval_god's Repository", - "index": 316 + "index": 317 }, { "url": "https://github.com/Progeny42/unRAID-CA-Templates", "profile": "https://forums.unraid.net/profile/101997-progeny42", "title": "Progeny42's Repository", - "index": 317 + "index": 318 }, { "url": "https://github.com/ptchernegovski/Unraid-Templates", "profile": "https://forums.unraid.net/profile/99869-ptchernegovski/", "title": "ptchernegovski's Repository", - "index": 318 + "index": 319 }, { "url": "https://github.com/picthor-io/unraid-templates", "profile": "https://forums.unraid.net/profile/106558-realcnbs/", "title": "realcnbs' Repository", - "index": 319 + "index": 320 }, { "url": "https://github.com/wger-project/unraid-templates", "profile": "https://forums.unraid.net/profile/118956-rge/", "title": "rge's Repository", - "index": 320 + "index": 321 }, { "url": "https://github.com/ibigsnet/unraid-docker-templates", "profile": "https://forums.unraid.net/profile/76488-riflejock/", "title": "RifleJock's Repository", - "index": 321 + "index": 322 }, { "url": "https://github.com/Ratomas/CA_XML", "profile": "https://forums.unraid.net/profile/85867-robert-thomas/", "title": "Robert Thomas' Repository", - "index": 322 + "index": 323 }, { "url": "https://github.com/roflcoopter/viseron-unraid-ca-template", "profile": "https://forums.unraid.net/profile/113120-roflcoopter", "title": "roflcoopter's Repository", - "index": 323 + "index": 324 }, { "url": "https://github.com/kennethprose/unraid-templates", "profile": "https://forums.unraid.net/profile/174044-roseatoni/", "title": "roseatoni's Repository", - "index": 324 + "index": 325 }, { "url": "https://github.com/SAL-e/docker-templates", "profile": "https://forums.unraid.net/profile/11345-sal-e/", "title": "SAL-e's Repository", - "index": 325 + "index": 326 }, { "url": "https://github.com/SavageAUS/Unraid-Templates", "profile": "https://forums.unraid.net/profile/91260-savageaus/", "title": "SaveageAUS' Repository", - "index": 326 + "index": 327 }, { "url": "https://github.com/sdesbure/docker-containers", "profile": "https://forums.lime-technology.com/profile/3477-sdesbure/", "title": "sdesbure's Repository", - "index": 327 + "index": 328 }, { "url": "https://github.com/dersimn/docker-unraid-templates", "profile": "https://forums.unraid.net/profile/11673-seim/", "title": "seim's Repository", - "index": 328 + "index": 329 }, { "url": "https://github.com/sems/unraid-templates", "profile": "https://forums.unraid.net/profile/168805-sem/", "title": "sem's Repository", - "index": 329 + "index": 330 }, { "url": "https://github.com/shaksiwnl/unraid-templates", "profile": "https://forums.unraid.net/profile/118681-jakemoura/", "title": "shaksiwnl's Repository", - "index": 330 + "index": 331 }, { "url": "https://github.com/shrmnk/docker-templates", "profile": "https://forums.unraid.net/profile/77786-shrmn/", "title": "shrmn's Repository", - "index": 331 + "index": 332 }, { "url": "https://github.com/silman/unraid_templates", "profile": "https://forums.unraid.net/profile/163023-silman/", "title": "silman's Repository", - "index": 332 + "index": 333 }, { "url": "https://github.com/SimonFair/unraid-plugins", "profile": "https://forums.unraid.net/profile/75917-simonf", "title": "SimonF's Repository", - "index": 333 + "index": 334 }, { "url": "https://github.com/simse/docker-templates", "profile": "https://forums.unraid.net/profile/69400-simse/", "title": "simse's Repository", - "index": 334 + "index": 335 }, { "url": "https://github.com/SiwatINC/unraid-ca-repository", "profile": "https://forums.unraid.net/profile/72489-siwat2545/", "title": "Siwat2545's Repository", - "index": 335 + "index": 336 }, { "url": "https://github.com/Skitals/unraid-ca-templates", "profile": "https://forums.unraid.net/profile/97624-skitals/", "title": "Skitals Repository", - "index": 336 + "index": 337 }, { "url": "https://github.com/SlrG/unRAID", "profile": "https://forums.lime-technology.com/profile/16166-slrg/", "title": "SlrG's Repository", - "index": 337 + "index": 338 }, { "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": 338 + "index": 339 }, { "url": "https://github.com/smdion/docker-containers/tree/templates", "profile": "https://forums.lime-technology.com/profile/26365-smdion/", "title": "smdion's Repository", - "index": 339 + "index": 340 }, { "url": "https://github.com/soana/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/10065-soana/", "title": "soana's Repository", - "index": 340 + "index": 341 }, { "url": "https://github.com/SpaceinvaderOne/Docker-Templates-Unraid", "profile": "https://forums.unraid.net/profile/67288-spaceinvaderone/", "title": "SpaceInvaderOne's Repository", - "index": 341 + "index": 342 }, { "url": "https://github.com/spants/unraidtemplates", "profile": "https://forums.lime-technology.com/profile/2148-spants/", "title": "Spants' Repository", - "index": 342 + "index": 343 }, { "url": "https://github.com/Spikhalskiy/docker-templates", "profile": "https://lime-technology.com/profile/82549-dmitry-spikhalskiy/", "title": "Spikhalskiy's Repository", - "index": 343 + "index": 344 }, { "url": "https://github.com/Steini1984/steini1984-s-repositoy", "profile": "https://forums.lime-technology.com/profile/2957-steini84/", "title": "steini84's Repository", - "index": 344 + "index": 345 }, { "url": "https://github.com/stuckless/unRAID", "profile": "https://forums.lime-technology.com/profile/70058-stuckless/", "title": "stuckless' Repository", - "index": 345 + "index": 346 }, { "url": "https://github.com/Sabreu/unraid_templates", "profile": "https://forums.unraid.net/profile/98837-sublivion/", "title": "sublivion's Repository", - "index": 346 + "index": 347 }, { "url": "https://github.com/superboki/UNRAID-FR", "profile": "https://forums.unraid.net/profile/92630-superboki/", "title": "superboki's Repository", - "index": 347 + "index": 348 }, { "url": "https://github.com/maxcerny/unraid-docker-templates", "profile": "https://forums.unraid.net/profile/93919-sysco/", "title": "sysco's Repository", - "index": 348 + "index": 349 }, { "url": "https://github.com/Tautulli/Tautulli-Unraid-Template", "profile": "https://lime-technology.com/profile/69064-wreave/", "title": "Tautulli's Repository", - "index": 349 + "index": 350 }, { "url": "https://github.com/testdasi/testdasi-unraid-repo", "profile": "https://forums.unraid.net/profile/70144-testdasi", "title": "testdasi's Repository", - "index": 350 + "index": 351 }, { "url": "https://github.com/brianmiller/docker-templates", "profile": "https://forums.unraid.net/profile/86892-thebrian", "title": "TheBrian's Repository", - "index": 351 + "index": 352 }, { "url": "https://github.com/thetarkus/docker-templates", "profile": "https://lime-technology.com/profile/84238-tarkus/", "title": "thetarkus' Repository", - "index": 352 + "index": 353 }, { "url": "https://github.com/Th0masDB/unraid_template", "profile": "https://forums.unraid.net/profile/126905-thomasdb__/", "title": "ThomasDB's Repository", - "index": 353 + "index": 354 }, { "url": "https://github.com/tynor88/docker-templates", "profile": "https://forums.lime-technology.com/profile/70206-thomast_88/", "title": "thomast_88's Repository", - "index": 354 + "index": 355 }, { "url": "https://github.com/Thraxis/docker-templates", "profile": "https://forums.lime-technology.com/profile/9802-thraxis/", "title": "Thraxis' Repository", - "index": 355 + "index": 356 }, { "url": "https://github.com/timstephens24/docker-templates", "profile": "https://forums.unraid.net/profile/67918-timstephens24/", "title": "timstephens24's Repository", - "index": 356 + "index": 357 }, { "url": "https://github.com/tinglis1/docker-containers", "profile": "https://forums.lime-technology.com/profile/6492-tinglis1/", "title": "tinglis1's Repository", - "index": 357 + "index": 358 }, { "url": "https://github.com/tobbenb/docker-containers/tree/templates", "profile": "https://forums.lime-technology.com/profile/63089-saarg/", "title": "tobbenb's Repository", - "index": 358 + "index": 359 }, { "url": "https://github.com/tombowditch/docker-templates", "profile": "https://lime-technology.com/profile/80184-tombowditch/", "title": "tombowditch's Repository", - "index": 359 + "index": 360 }, { "url": "https://github.com/tritones/unraid-templates", "profile": "https://forums.unraid.net/profile/172136-tritones/", "title": "tritones' Repository", - "index": 360 + "index": 361 }, { "url": "https://github.com/TrophyBuck/unraid-templates", "profile": "https://forums.unraid.net/profile/140258-trophybuck/", "title": "TrophyBuck's Repository", - "index": 361 + "index": 362 }, { "url": "https://github.com/tubearchivist/unraid-templates", "profile": null, "title": "TubeArchivist's Official Repository", - "index": 362 + "index": 363 }, { "url": "https://github.com/charlescng/docker-containers", "profile": "https://forums.unraid.net/profile/64811-uberchuckie/", "title": "uberchuckie's Repository", - "index": 363 + "index": 364 }, { "url": "https://github.com/Poag/docker-xml", "profile": "https://forums.lime-technology.com/profile/63933-uirel/", "title": "Uirel's Repository", - "index": 364 + "index": 365 }, { "url": "https://github.com/Ulisses1478/templates-unraid", "profile": "https://forums.unraid.net/profile/90485-ulisses1478/", "title": "ulisses1478's Repository", - "index": 365 + "index": 366 }, { "url": "https://github.com/Vilhjalmr26/unraid_templates", "profile": "https://forums.unraid.net/profile/126802-vilhjalmr/", "title": "Vilhjalmr's Repository", - "index": 366 + "index": 367 }, { "url": "https://github.com/Wizarrrr/wizarr", "profile": "https://forums.unraid.net/profile/198232-mtthidoteu/", "title": "Wizarr's Repository", - "index": 367 + "index": 368 }, { "url": "https://github.com/xamindar/docker-templates", "profile": "https://forums.lime-technology.com/profile/1543-xamindar/", "title": "xamindar's Repository", - "index": 368 + "index": 369 }, { "url": "https://github.com/xavier-hernandez/unraid-templates", "profile": "https://forums.unraid.net/profile/158924-xavierh/", "title": "xavierh's Repository", - "index": 369 + "index": 370 }, { "url": "https://github.com/xenco/docker-templates", "profile": "https://forums.unraid.net/profile/155847-xenco/", "title": "xenco's Repository", - "index": 370 + "index": 371 }, { "url": "https://github.com/valaypatel/unraidapps", "profile": "https://forums.unraid.net/profile/120399-yoda/", "title": "Yoda's Repository", - "index": 371 + "index": 372 }, { "url": "https://github.com/Zggis/unraid-templates", "profile": "https://forums.unraid.net/profile/118712-zggis/", "title": "Zggis' Repository", - "index": 372 + "index": 373 }, { "url": "https://github.com/zyphermonkey/docker-templates", "profile": "https://lime-technology.com/profile/67871-zyphermonkey/", "title": "zyphermonkey's Repository", - "index": 373 + "index": 374 } ] \ No newline at end of file