This commit is contained in:
Andrew Z 2021-05-31 14:03:18 -04:00
parent c71d9c79c9
commit 16bc0f434a
5 changed files with 319 additions and 151 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1622478285
"last_updated_timestamp": 1622484196
}

View File

@ -208364,7 +208364,7 @@
}
},
"WebUI": "",
"Icon": "https://github.com/sgraaf/Unraid-Docker-Templates/blob/main/obfs4-bridge/icon.png",
"Icon": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/icon.png",
"DonateText": "Help support my work by buying me a coffee or a beer",
"DonateLink": "https://www.paypal.me/sgraaf2",
"DonateImg": "https://i.imgur.com/VHSkew7.png",

View File

@ -1,7 +1,7 @@
{
"apps": 1273,
"last_updated_timestamp": 1622478285,
"last_updated": "2021-05-31 12:24",
"last_updated_timestamp": 1622484196,
"last_updated": "2021-05-31 14:03",
"categories": [
{
"Cat": "Backup:",
@ -208526,7 +208526,7 @@
}
},
"WebUI": "",
"Icon": "https://github.com/sgraaf/Unraid-Docker-Templates/blob/main/obfs4-bridge/icon.png",
"Icon": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/icon.png",
"DonateText": "Help support my work by buying me a coffee or a beer",
"DonateLink": "https://www.paypal.me/sgraaf2",
"DonateImg": "https://i.imgur.com/VHSkew7.png",
@ -209783,7 +209783,11 @@
},
"sgraaf's Repository": {
"url": "https://github.com/sgraaf/Unraid-Docker-Templates",
"profile": "https://forums.unraid.net/profile/119190-sgraaf/"
"profile": "https://forums.unraid.net/profile/119190-sgraaf/",
"bio": "I create templates for any Docker containers that I use that are not yet listed on CA.",
"icon": "https://github.com/sgraaf.png",
"DonateLink": "https://www.paypal.me/sgraaf2",
"DonateText": "Help support my work by buying me a coffee or a beer"
}
}
}

View File

@ -160568,23 +160568,26 @@
"CategoryList": [
"MediaApp-Other"
],
"downloads": 96301,
"downloads": 168491,
"stars": 1,
"trending": 45.058,
"trending": 42.845,
"trends": [
58.133,
45.058
45.058,
42.845
],
"trendsDate": [
1617285763,
1619884946
1619884946,
1622478284
],
"downloadtrend": [
22152,
52910,
96301
96301,
168491
],
"LastUpdateScan": 1619884946,
"LastUpdateScan": 1622478284,
"FirstSeen": 1612091231
},
{
@ -208305,5 +208308,162 @@
],
"LastUpdateScan": 1622315231,
"FirstSeen": 1622315231
},
{
"TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/template.xml",
"Name": "obfs4-bridge",
"Overview": "obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.",
"Support": "https://hub.docker.com/r/thetorproject/obfs4-bridge/",
"Registry": "https://hub.docker.com/r/thetorproject/obfs4-bridge/",
"GitHub": "https://gitlab.torproject.org/tpo/anti-censorship/docker-obfs4-bridge/",
"Repository": "thetorproject/obfs4-bridge",
"Project": "https://community.torproject.org/relay/setup/bridge/docker/",
"BindTime": "true",
"Privileged": "false",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": [
{
"HostPort": "9393",
"ContainerPort": "9393",
"Protocol": "tcp"
},
{
"HostPort": "9292",
"ContainerPort": "9292",
"Protocol": "tcp"
}
]
}
},
"Environment": {
"Variable": [
{
"Value": "9393",
"Name": "OR_PORT",
"Mode": ""
},
{
"Value": "9292",
"Name": "PT_PORT",
"Mode": ""
},
{
"Value": "",
"Name": "EMAIL",
"Mode": ""
}
]
},
"Data": {
"Volume": {
"HostDir": "/mnt/user/appdata/tor",
"ContainerDir": "/var/lib/tor",
"Mode": "rw"
}
},
"WebUI": "",
"Icon": "https://github.com/sgraaf/Unraid-Docker-Templates/blob/main/obfs4-bridge/icon.png",
"DonateText": "Help support my work by buying me a coffee or a beer",
"DonateLink": "https://www.paypal.me/sgraaf2",
"DonateImg": "https://i.imgur.com/VHSkew7.png",
"Config": [
{
"@attributes": {
"Name": "OR_PORT",
"Target": "9393",
"Default": "9393",
"Mode": "tcp",
"Description": "Container Port: 9393",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9393"
},
{
"@attributes": {
"Name": "OR_PORT",
"Target": "OR_PORT",
"Default": "9393",
"Mode": "",
"Description": "Container Variable: OR_PORT",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9393"
},
{
"@attributes": {
"Name": "PT_PORT",
"Target": "9292",
"Default": "9292",
"Mode": "tcp",
"Description": "Container Port: 9292",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9292"
},
{
"@attributes": {
"Name": "PT_PORT",
"Target": "PT_PORT",
"Default": "9292",
"Mode": "",
"Description": "Container Variable: PT_PORT",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9292"
},
{
"@attributes": {
"Name": "EMAIL",
"Target": "EMAIL",
"Default": "",
"Mode": "",
"Description": "Container Variable: EMAIL",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DATA_DIR",
"Target": "/var/lib/tor",
"Default": "/mnt/user/appdata/tor",
"Mode": "rw",
"Description": "Container Path: /var/lib/tor",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "sgraaf's Repository",
"Date": "2021-05-31",
"Description": "obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.",
"templatePath": "/tmp/GitHub/AppFeed/templates/sgraafsRepository/obfs4-bridge/template.xml",
"CategoryList": [
"Network-Other"
],
"downloads": 153948,
"stars": 4,
"LastUpdateScan": 1622478285,
"FirstSeen": 1622478285
}
]

View File

@ -540,6 +540,16 @@
"title": "Selfhosters Unraid Discord Repository",
"index": 53
},
{
"url": "https://github.com/sgraaf/Unraid-Docker-Templates",
"profile": "https://forums.unraid.net/profile/119190-sgraaf/",
"bio": "I create templates for any Docker containers that I use that are not yet listed on CA.",
"icon": "https://github.com/sgraaf.png",
"DonateLink": "https://www.paypal.me/sgraaf2",
"DonateText": "Help support my work by buying me a coffee or a beer",
"title": "sgraaf's Repository",
"index": 54
},
{
"url": "https://github.com/snoopy86/docker-repo",
"profile": "https://forums.lime-technology.com/profile/26537-snoopy86/",
@ -549,7 +559,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": 54
"index": 55
},
{
"url": "https://github.com/Squidly271/plugin-repository",
@ -559,7 +569,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": 55
"index": 56
},
{
"url": "https://github.com/StevenDTX/unraid-plugin-repository",
@ -567,7 +577,7 @@
"bio": "openVMTools_compiled Repository",
"icon": "https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.png",
"title": "StevenD's Repository",
"index": 56
"index": 57
},
{
"url": "https://github.com/ibracorp/unraid-templates",
@ -579,7 +589,7 @@
"Discord": "https://bit.ly/2YgjcOq",
"WebPage": "https://bit.ly/3q39SJO",
"title": "Sycotix' Repository",
"index": 57
"index": 58
},
{
"url": "https://github.com/jason-bean/docker-templates",
@ -589,7 +599,7 @@
"DonateLink": "https://paypal.me/jasonsbean/0usd",
"DonateText": "If you like my work please consider Donating.",
"title": "Taddeusz' Repository",
"index": 58
"index": 59
},
{
"url": "https://github.com/tmchow/unraid-docker-templates",
@ -597,7 +607,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": 59
"index": 60
},
{
"url": "https://github.com/tquizzle/Docker-xml",
@ -609,7 +619,7 @@
"Twitter": "https://twitter.com/tquizzle",
"WebPage": "https://travisq.com",
"title": "TQ's Repository",
"index": 60
"index": 61
},
{
"url": "https://github.com/jahanson/unraid-docker-templates",
@ -617,7 +627,7 @@
"bio": "Helping make it easy to run Minecraft on Unraid :)",
"icon": "https://avatars.githubusercontent.com/jahanson",
"title": "Veriwind's Repository",
"index": 61
"index": 62
},
{
"url": "https://github.com/vinid223/unraid-docker-templates",
@ -627,7 +637,7 @@
"DonateLink": "https://paypal.me/vinid223",
"DonateText": "If you like my work please consider Donating.",
"title": "vinid223's Repository",
"index": 62
"index": 63
},
{
"url": "https://github.com/Waseh/unraidtemplates",
@ -635,7 +645,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": 63
"index": 64
},
{
"url": "https://github.com/Womabre/unraid-docker-templates",
@ -645,7 +655,7 @@
"DonateLink": "https://paypal.me/wmbreedveld",
"DonateText": "If you like my work please consider Donating.",
"title": "Womabre's Repository",
"index": 64
"index": 65
},
{
"url": "https://github.com/xthursdayx/docker-templates",
@ -656,744 +666,738 @@
"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": 65
"index": 66
},
{
"url": "https://github.com/activ/docker-templates",
"profile": "https://forums.lime-technology.com/profile/69882-activ/",
"title": "activ's Repository",
"index": 66
"index": 67
},
{
"url": "https://github.com/wbynum/docker-templates",
"profile": "https://forums.unraid.net/profile/97630-aggie1999/",
"title": "Aggie1999's Repository",
"index": 67
"index": 68
},
{
"url": "https://github.com/Alphacosmos/unraid-templetes",
"profile": "https://forums.unraid.net/profile/86880-alphacosmos/",
"title": "Alphacosmos' Repository",
"index": 68
"index": 69
},
{
"url": "https://github.com/aptalca/docker-templates",
"profile": "https://forums.lime-technology.com/profile/7767-aptalca/",
"title": "aptalca's Repository",
"index": 69
"index": 70
},
{
"url": "https://github.com/argash/amongusdiscord_unraid",
"profile": "https://forums.unraid.net/profile/112259-argash/",
"title": "argash's Repository",
"index": 70
"index": 71
},
{
"url": "https://github.com/atribe/unRAID-docker",
"profile": "https://forums.lime-technology.com/profile/70671-atribe/",
"title": "atribe's Repository",
"index": 71
"index": 72
},
{
"url": "https://github.com/benderstwin/docker-templates",
"profile": "https://forums.unraid.net/profile/11326-bryanwirth/",
"title": "Bender's Repository",
"index": 72
"index": 73
},
{
"url": "https://github.com/bluegizmo83/DockerXMLs",
"profile": "https://forums.unraid.net/profile/105585-bluegizmo83",
"title": "bluegizmo83's Repository",
"index": 73
"index": 74
},
{
"url": "https://github.com/bobbintb/docker-templates",
"profile": "https://forums.unraid.net/profile/550-bobbintb/",
"title": "bobbintb's Repository",
"index": 74
"index": 75
},
{
"url": "https://github.com/breadlysm/Breads-unraid-templates",
"profile": "https://forums.unraid.net/profile/84220-breadlysm/",
"title": "breadlysm's Repository",
"index": 75
"index": 76
},
{
"url": "https://github.com/brettm357/docker-templates",
"profile": "https://forums.lime-technology.com/profile/62222-brettm357/",
"title": "brettm357's Repository",
"index": 76
"index": 77
},
{
"url": "https://github.com/brycelarge/unraid-templates",
"profile": "https://forums.unraid.net/profile/112270-brycelarge/",
"title": "brycelarge's Repository",
"index": 77
"index": 78
},
{
"url": "https://github.com/jshridha/templates",
"profile": "https://forums.lime-technology.com/profile/7061-bungy/",
"title": "Bungy's Repository",
"index": 78
"index": 79
},
{
"url": "https://github.com/C4ArtZ/Unraid-Templates",
"profile": "https://forums.unraid.net/profile/106324-c4artz/",
"title": "c4artz' Repository",
"index": 79
"index": 80
},
{
"url": "https://github.com/Camc314/unraid-jellyfin-vue",
"profile": "https://forums.unraid.net/profile/123309-camc314/",
"title": "Camc314's Repository",
"index": 80
"index": 81
},
{
"url": "https://github.com/P3R-CO/unraid",
"profile": "https://forums.unraid.net/profile/106374-captasic/",
"title": "capt.asic's Repository",
"index": 81
"index": 82
},
{
"url": "https://github.com/CaptInsano/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/40599-captinsano/",
"title": "CaptInsano's Repository",
"index": 82
"index": 83
},
{
"url": "https://github.com/chacawaca/post-recording-xml",
"profile": "https://forums.unraid.net/profile/111526-chacawaca",
"title": "Chacawaca's Repository",
"index": 83
"index": 84
},
{
"url": "https://github.com/PotentialIngenuity/petio-unraid",
"profile": "https://forums.unraid.net/profile/107700-chargingcosmonaut/",
"title": "ChargingCosmonaut's Repository",
"index": 84
"index": 85
},
{
"url": "https://github.com/cheesemarathon/docker-templates",
"profile": "https://forums.lime-technology.com/profile/70291-cheesemarathon/",
"title": "cheesemarathon's Repository",
"index": 85
"index": 86
},
{
"url": "https://github.com/chvb/docker-templates",
"profile": "https://forums.lime-technology.com/profile/65325-chvb/",
"title": "chvb's Repository",
"index": 86
"index": 87
},
{
"url": "https://github.com/clowrym/docker-templates",
"profile": "https://forums.lime-technology.com/profile/26570-clowrym/",
"title": "clowrym's Repository",
"index": 87
"index": 88
},
{
"url": "https://github.com/cmer/docker-templates",
"profile": "https://forums.lime-technology.com/profile/69846-cmer/",
"title": "cmer's Repository",
"index": 88
"index": 89
},
{
"url": "https://github.com/Adidasdaniel98/RepetierDocker",
"profile": "https://forums.unraid.net/profile/120747-codeluxe/",
"title": "Codeluxe's Repository",
"index": 89
"index": 90
},
{
"url": "https://github.com/coppit/unraid-plugin-metadata",
"profile": "https://forums.lime-technology.com/profile/167-coppit/",
"title": "coppit's Repository",
"index": 90
"index": 91
},
{
"url": "https://github.com/cschanot/docker-templates",
"profile": "https://forums.unraid.net/profile/80091-cschanot/",
"title": "cschanot's Repository",
"index": 91
"index": 92
},
{
"url": "https://github.com/CyaOnDaNet/unraid-templates",
"profile": "https://forums.unraid.net/profile/100638-cyaondanet/",
"title": "CyaOnDaNet's Repository",
"index": 92
"index": 93
},
{
"url": "https://github.com/D34DC3N73R/unraid-templates",
"profile": "https://forums.unraid.net/profile/101684-d34dc3n73r/",
"title": "D34DC3N73R's Repository",
"index": 93
"index": 94
},
{
"url": "https://github.com/d8ahazard/unraid-repository",
"profile": null,
"title": "d8ahazard's Repository",
"index": 94
"index": 95
},
{
"url": "https://github.com/d8sychain/unraid-ca-templates",
"profile": "https://forums.unraid.net/profile/72950-d8sychain/",
"title": "d8sychain's Repository",
"index": 95
"index": 96
},
{
"url": "https://github.com/DanRegalia/UNRAID",
"profile": "https://forums.unraid.net/profile/103107-danregalia/",
"title": "DanRegalia's Repository",
"index": 96
"index": 97
},
{
"url": "https://github.com/DavidSpek/homelablabelmaker",
"profile": "https://forums.unraid.net/profile/96461-davidspek/",
"title": "DavidSpek's Repository",
"index": 97
"index": 98
},
{
"url": "https://github.com/djaydev/docker-virt-manager",
"profile": "https://forums.unraid.net/profile/75073-dee31797/",
"title": "dee31797's Repository",
"index": 98
"index": 99
},
{
"url": "https://github.com/quimnut/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/15731-dibbz/",
"title": "dibbz' Repository",
"index": 99
"index": 100
},
{
"url": "https://github.com/Dimtar/unraidtemplates",
"profile": "https://forums.unraid.net/profile/7694-dimtar/",
"title": "dimtar's Repository",
"index": 100
"index": 101
},
{
"url": "https://github.com/dmacias72/unRAID-CA",
"profile": "https://forums.lime-technology.com/profile/11874-dmacias/",
"title": "dmacias' Repository",
"index": 101
"index": 102
},
{
"url": "https://github.com/dmaxwell351/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/32813-dmaxwell351/",
"title": "dmaxwell's Repository",
"index": 102
"index": 103
},
{
"url": "https://github.com/docgyver/unraid-v6-plugins",
"profile": "https://forums.lime-technology.com/profile/21303-docgyver/",
"title": "docgyver's Repository",
"index": 103
"index": 104
},
{
"url": "https://github.com/doron1/unraid-sas-spindown",
"profile": "https://forums.unraid.net/profile/8006-doron/",
"title": "doron's Repository",
"index": 104
"index": 105
},
{
"url": "https://github.com/bergware/dynamix-plugins",
"profile": "https://forums.lime-technology.com/profile/2736-bonienl/",
"title": "Dynamix Repository",
"index": 105
"index": 106
},
{
"url": "https://github.com/DyonR/docker-templates",
"profile": "https://forums.unraid.net/profile/79298-dyon/",
"title": "Dyon's Repository",
"index": 106
"index": 107
},
{
"url": "https://github.com/ElectricBrainUK/docker-templates",
"profile": "https://forums.unraid.net/profile/98185-electricbrainuk",
"title": "ElectricBrainUK's Repository",
"index": 107
"index": 108
},
{
"url": "https://github.com/MediaBrowser/Emby.Build",
"profile": null,
"title": "Emby Repository",
"index": 108
"index": 109
},
{
"url": "https://github.com/basroovers/unraid-templates",
"profile": "https://forums.unraid.net/profile/94801-exista",
"title": "eXisTa's Repository",
"index": 109
"index": 110
},
{
"url": "https://github.com/fanningert/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/77170-fanningert/",
"title": "fanningert's Repository",
"index": 110
"index": 111
},
{
"url": "https://github.com/Flight777/unraid_justworks_templates",
"profile": "https://forums.unraid.net/profile/119250-flight777",
"title": "Flight777's Repository",
"index": 111
"index": 112
},
{
"url": "https://github.com/CyanLabs/unraid-plugins",
"profile": "https://forums.unraid.net/profile/72406-fma965/",
"title": "Fma965's Repository",
"index": 112
"index": 113
},
{
"url": "https://github.com/EdwardChamberlain/unraid-templates",
"profile": "https://forums.unraid.net/profile/122583-forum-layman/",
"title": "Forum-Layman's Repository",
"index": 113
"index": 114
},
{
"url": "https://github.com/FoxxMD/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/85599-foxxmd/",
"title": "FoxxMD's Repository",
"index": 114
"index": 115
},
{
"url": "https://github.com/frakman1/docker-templates",
"profile": "https://forums.unraid.net/profile/96005-frakman1",
"title": "frakman1's Repository",
"index": 115
"index": 116
},
{
"url": "https://github.com/mrFred-1a4/Freddy0-Crafty-Controller",
"profile": "https://forums.unraid.net/profile/126877-freddy0/",
"title": "freddy0's Repository",
"index": 116
"index": 117
},
{
"url": "https://github.com/FunnyPocketBook/docker-templates",
"profile": "https://forums.unraid.net/profile/78379-funnypocketbook",
"title": "FunnyPocketBook's Repository",
"index": 117
"index": 118
},
{
"url": "https://github.com/ganey/unraid-honeygain",
"profile": "https://forums.unraid.net/profile/94003-ganey/",
"title": "ganey's Repository",
"index": 118
"index": 119
},
{
"url": "https://github.com/gfjardim/unRAID-plugins/tree/templates",
"profile": "https://forums.lime-technology.com/profile/1694-gfjardim/",
"title": "gfjardim's Repository",
"index": 119
"index": 120
},
{
"url": "https://github.com/GlassedSilver/unRAID-CAs",
"profile": "https://forums.unraid.net/profile/91241-glassed-silver",
"title": "Glassed Silver's Repository",
"index": 120
"index": 121
},
{
"url": "https://github.com/GregYankovoy/docker-templates",
"profile": "https://forums.unraid.net/profile/88760-grack/",
"title": "Grack's Repository",
"index": 121
"index": 122
},
{
"url": "https://github.com/benhedrington/hedrington-unraid-docker-templates",
"profile": "https://github.com/benhedrington/hedrington-unraid-docker-templates",
"title": "hedrinbc's Repository",
"index": 122
"index": 123
},
{
"url": "https://github.com/hernandito/docker-templates",
"profile": "https://forums.lime-technology.com/profile/6274-hernandito/",
"title": "hernandito's Repository",
"index": 123
"index": 124
},
{
"url": "https://github.com/HuxyUK/docker-containers",
"profile": "https://forums.lime-technology.com/profile/70544-huxy/",
"title": "Huxy's Repository",
"index": 124
"index": 125
},
{
"url": "https://github.com/itimpi/Unraid-CA-Templates",
"profile": "https://lime-technology.com/profile/10897-itimpi/",
"title": "itimpi's Repository",
"index": 125
"index": 126
},
{
"url": "https://github.com/what-name/unraid-templates",
"profile": "https://forums.unraid.net/profile/122982-jacob-bolooni/",
"title": "Jacob Bolooni's Repository",
"index": 126
"index": 127
},
{
"url": "https://github.com/jassycliq/Unraid-AndroidStudio-Projector",
"profile": "https://forums.unraid.net/profile/116233-jassycliq/",
"title": "jassycliq's Repository",
"index": 127
"index": 128
},
{
"url": "https://github.com/jbartlett777/DiskSpeed",
"profile": "https://lime-technology.com/profile/8307-jbartlett/",
"title": "JBartlett's Repository",
"index": 128
"index": 129
},
{
"url": "https://github.com/jbreed/docker-templates",
"profile": "https://forums.unraid.net/profile/92695-jbreed/",
"title": "jbreed's Repository",
"index": 129
"index": 130
},
{
"url": "https://github.com/jbrodriguez/unraid",
"profile": "https://forums.lime-technology.com/profile/593-jbrodriguez/",
"title": "jbrodriguez's Repository",
"index": 130
"index": 131
},
{
"url": "https://github.com/Jcloud67/Docker-Templates",
"profile": "https://lime-technology.com/profile/67922-jcloud/",
"title": "JCloud's Repository",
"index": 131
"index": 132
},
{
"url": "https://github.com/jcreynolds/docker-templates",
"profile": "https://forums.lime-technology.com/profile/65204-jcreynoldsii/",
"title": "jcreynolds' Repository",
"index": 132
"index": 133
},
{
"url": "https://github.com/jflo/ffsync-unraid",
"profile": "https://forums.unraid.net/profile/120634-jflo/",
"title": "Jflo's Repository",
"index": 133
"index": 134
},
{
"url": "https://github.com/juusujanar/unraid-templates",
"profile": "https://lime-technology.com/profile/79768-jj9987/",
"title": "jj9987's Repository",
"index": 134
"index": 135
},
{
"url": "https://github.com/joch/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/2607-joch/",
"title": "joch's Repository",
"index": 135
"index": 136
},
{
"url": "https://github.com/johnodon/docker-templates",
"profile": "https://forums.lime-technology.com/profile/6506-johnodon/",
"title": "johnodon's Repository",
"index": 136
"index": 137
},
{
"url": "https://github.com/Josh5/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/76627-josh5/",
"title": "Josh.5's Repository",
"index": 137
"index": 138
},
{
"url": "https://github.com/angelics/unraid-docker-template",
"profile": "https://forums.unraid.net/profile/7122-josywong/",
"title": "josywong's Repository",
"index": 138
"index": 139
},
{
"url": "https://github.com/jsavargas/telethon_downloader",
"profile": "https://forums.unraid.net/profile/93593-jsavargas/",
"title": "jsavargas' Repository",
"index": 139
"index": 140
},
{
"url": "https://github.com/jslay88/unraid_apps",
"profile": "https://forums.unraid.net/profile/107385-jslay/",
"title": "jslay's Repository",
"index": 140
"index": 141
},
{
"url": "https://github.com/shaf/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/71085-jugniji/",
"title": "JugniJi's Repository",
"index": 141
"index": 142
},
{
"url": "https://github.com/JustinAiken/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/1079-justinaiken/",
"title": "JustinAiken's Repository",
"index": 142
"index": 143
},
{
"url": "https://github.com/roninkenji/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/62359-ken-ji/",
"title": "ken-ji's Repository",
"index": 143
"index": 144
},
{
"url": "https://github.com/yqlbu/unraid-templates",
"profile": "https://forums.unraid.net/profile/110700-kevin-yu/",
"title": "kevin yu's Repository",
"index": 144
"index": 145
},
{
"url": "https://github.com/kiowadriver/unraid-docker",
"profile": "https://forums.unraid.net/profile/74645-kiowa2005/",
"title": "kiowa2005's Repository",
"index": 145
"index": 146
},
{
"url": "https://github.com/Knoxie/UnraidTemplates",
"profile": "https://forums.unraid.net/profile/78069-knoxie89/",
"title": "Knoxie89's Repository",
"index": 146
"index": 147
},
{
"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": 147
"index": 148
},
{
"url": "https://github.com/laur89/unraid-templates/",
"profile": "https://forums.unraid.net/profile/114193-laur/",
"title": "laur's Repository",
"index": 148
"index": 149
},
{
"url": "https://github.com/lawryder/unraid_docker_reps",
"profile": "https://forums.unraid.net/profile/122425-lawryder/",
"title": "LawRyder's Repository",
"index": 149
"index": 150
},
{
"url": "https://github.com/linuxserver/linuxserver-Plugin-Repository",
"profile": null,
"title": "Linuxserver's Plugin Repository",
"index": 150
"index": 151
},
{
"url": "https://github.com/macexx/docker-templates",
"profile": "https://forums.lime-technology.com/profile/66302-macester/",
"title": "macester's Repository",
"index": 151
"index": 152
},
{
"url": "https://github.com/magmpzero/docker-templates",
"profile": "https://forums.lime-technology.com/profile/69284-magmpzero/",
"title": "magmpzero's Repository",
"index": 152
"index": 153
},
{
"url": "https://github.com/Malfurious/docker-templates",
"profile": "https://forums.lime-technology.com/profile/77149-malfurious/",
"title": "malfurious' Repository",
"index": 153
"index": 154
},
{
"url": "https://github.com/malvarez00/unRAID-Docker-Templates",
"profile": "https://forums.lime-technology.com/profile/77549-malvarez00/",
"title": "malvarez00's Repository",
"index": 154
"index": 155
},
{
"url": "https://github.com/MarkusMcNugen/docker-templates",
"profile": "https://lime-technology.com/profile/79684-markusmcnugen/",
"title": "MarkusMcNugen's Repository",
"index": 155
"index": 156
},
{
"url": "https://github.com/marzel1/docker-templates",
"profile": "https://forums.unraid.net/profile/117249-marzel/",
"title": "Marzel's Repository",
"index": 156
"index": 157
},
{
"url": "https://github.com/mason-xx/unraid-templates",
"profile": "https://forums.unraid.net/profile/914-mason",
"title": "mason's Repository",
"index": 157
"index": 158
},
{
"url": "https://github.com/mdarkness1988/rust-server-template",
"profile": "https://lime-technology.com/profile/84443-mdarkness1988/",
"title": "mdarkness1988's Repository",
"index": 158
"index": 159
},
{
"url": "https://github.com/OctoPrint/Unraid-Template",
"profile": "https://forums.unraid.net/profile/100446-mearman",
"title": "mearman's 2nd Repository",
"index": 159
"index": 160
},
{
"url": "https://github.com/NotExpectedYet/OctoFarm-UnRaid-Template",
"profile": "https://forums.unraid.net/profile/100446-mearman",
"title": "mearman's Repository",
"index": 160
"index": 161
},
{
"url": "https://github.com/Squidly271/Mettbrot-s-plugin-repo/",
"profile": "https://forums.lime-technology.com/profile/11013-mettbrot/",
"title": "Mettbrot's Repository",
"index": 161
"index": 162
},
{
"url": "https://github.com/kiwimato/nut-influxdb-exporter",
"profile": "https://forums.unraid.net/profile/89549-mihai/",
"title": "Mihai's Repository",
"index": 162
"index": 163
},
{
"url": "https://github.com/mikeylikesrocks/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/89382-mikeylikesrocks",
"title": "mikeylikesrocks' Repository",
"index": 163
"index": 164
},
{
"url": "https://github.com/mlebjerg/docker-templates",
"profile": "https://lime-technology.com/profile/76816-mlebjerg/",
"title": "mlebjerg's Repository",
"index": 164
"index": 165
},
{
"url": "https://github.com/MobiusNine/docker-templates",
"profile": "https://forums.unraid.net/profile/84666-mobiusnine/",
"title": "MobiusNine's Repository",
"index": 165
"index": 166
},
{
"url": "https://github.com/dalekseevs/Unraid-Docker-Templates",
"profile": "https://forums.unraid.net/profile/74482-mrchunky",
"title": "MrChunky's Repository",
"index": 166
"index": 167
},
{
"url": "https://github.com/Mudislander/docker-templates",
"profile": "https://lime-technology.com/profile/67039-mudislander/",
"title": "Mudislander's Repository",
"index": 167
"index": 168
},
{
"url": "https://github.com/Muwahhidun/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/107652-muwahhid/",
"title": "Muwahhidun's Repository",
"index": 168
"index": 169
},
{
"url": "https://github.com/natcoso9955/unRAID-docker",
"profile": "https://forums.unraid.net/profile/73128-natcoso9955/",
"title": "Natcoso9955's Repository",
"index": 169
"index": 170
},
{
"url": "https://github.com/ninthwalker/docker-templates",
"profile": "https://forums.lime-technology.com/profile/9420-ninthwalker/",
"title": "ninthwalker's Repository",
"index": 170
"index": 171
},
{
"url": "https://github.com/NixonInnes/unraid-builds-xml",
"profile": "https://forums.unraid.net/profile/122748-nixoninnes/",
"title": "NixonInnes' Repository",
"index": 171
"index": 172
},
{
"url": "https://github.com/OFark/docker-templates",
"profile": "https://forums.unraid.net/profile/86513-ofark/",
"title": "OFark's Repository",
"index": 172
"index": 173
},
{
"url": "https://github.com/plexinc/pms-docker",
"profile": null,
"title": "Official Plex Repository",
"index": 173
"index": 174
},
{
"url": "https://github.com/ijabz/songkong_unraid/",
"profile": null,
"title": "Official Songkong Repository",
"index": 174
"index": 175
},
{
"url": "https://github.com/opal06/unraid_docker_templates",
"profile": "https://forums.unraid.net/profile/110756-opal_06/",
"title": "opal_06's Repository",
"index": 175
"index": 176
},
{
"url": "https://github.com/openspeedtest/unraid-docker-plugin",
"profile": "https://forums.unraid.net/profile/110999-openspeedtest/",
"title": "openspeedtest's Repository",
"index": 176
"index": 177
},
{
"url": "https://github.com/wranglatang/docker-bluelinky",
"profile": "https://forums.unraid.net/profile/89354-pwrangles/",
"title": "p.wrangles' Repository",
"index": 177
"index": 178
},
{
"url": "https://github.com/PartitionPixel/unraid-templates",
"profile": "https://forums.unraid.net/profile/119008-partition-pixel/",
"title": "Partition Pixel's Repository",
"index": 178
"index": 179
},
{
"url": "https://github.com/pducharme/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/62479-pducharme/",
"title": "pducharme's Repository",
"index": 179
"index": 180
},
{
"url": "https://github.com/noinip/container-templates",
"profile": "https://forums.lime-technology.com/profile/10946-pinion/",
"title": "pinion's Repository",
"index": 180
"index": 181
},
{
"url": "https://github.com/dcflachs/plugin-repository",
"profile": "https://forums.unraid.net/profile/63584-primeval_god/",
"title": "primeval_god's Repository",
"index": 181
"index": 182
},
{
"url": "https://github.com/Progeny42/unRAID-CA-Templates",
"profile": "https://forums.unraid.net/profile/101997-progeny42",
"title": "Progeny42's Repository",
"index": 182
"index": 183
},
{
"url": "https://github.com/wger-project/unraid-templates",
"profile": "https://forums.unraid.net/profile/118956-rge/",
"title": "rge's Repository",
"index": 183
"index": 184
},
{
"url": "https://github.com/roflcoopter/viseron-unraid-ca-template",
"profile": "https://forums.unraid.net/profile/113120-roflcoopter",
"title": "roflcoopter's Repository",
"index": 184
"index": 185
},
{
"url": "https://github.com/SAL-e/docker-templates",
"profile": "https://forums.unraid.net/profile/11345-sal-e/",
"title": "SAL-e's Repository",
"index": 185
"index": 186
},
{
"url": "https://github.com/sdesbure/docker-containers",
"profile": "https://forums.lime-technology.com/profile/3477-sdesbure/",
"title": "sdesbure's Repository",
"index": 186
"index": 187
},
{
"url": "https://github.com/dersimn/docker-unraid-templates",
"profile": "https://forums.unraid.net/profile/11673-seim/",
"title": "seim's Repository",
"index": 187
},
{
"url": "https://github.com/sgraaf/Unraid-Docker-Templates",
"profile": "https://forums.unraid.net/profile/119190-sgraaf/",
"title": "sgraaf's Repository",
"index": 188
},
{