This commit is contained in:
Andrew Z 2022-03-24 12:44:29 -04:00
parent ed96a7fe65
commit 376920fca7
8 changed files with 458 additions and 135 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1648137813
"last_updated_timestamp": 1648140268
}

View File

@ -141043,7 +141043,6 @@
],
"downloads": 39088,
"stars": 5,
"LastUpdate": 1633989892,
"trending": 0.437,
"trends": [
4.479,
@ -141073,6 +141072,7 @@
39088
],
"LastUpdateScan": 1648137812,
"LastUpdate": 1633989892,
"FirstSeen": 1619553755,
"topTrending": -4.042
},
@ -224117,5 +224117,151 @@
"LastUpdateScan": 1647772968,
"LastUpdate": 1647727560,
"FirstSeen": 1647772968
},
{
"Name": "Gladys",
"Repository": "gladysassistant/gladys:v4",
"Registry": "https://hub.docker.com/r/gladysassistant/gladys/",
"Network": "host",
"Shell": "bash",
"Privileged": "true",
"Support": "https://forums.unraid.net/topic/121498-support-gladys-privacy-first-open-source-home-assistant/",
"Project": "https://gladysassistant.com/",
"Overview": "Gladys Assistant (https://gladysassistant.com) is a privacy-first, open-source home assistant. Gladys helps you centralize your connected devices, visualize data on your dashboards and build automations to make your daily life easier.\r\n\r\nYou can support the project here : https://www.buymeacoffee.com/gladysassistant",
"WebUI": "http://[IP]:[PORT:8006]",
"TemplateURL": "https://raw.githubusercontent.com/GladysAssistant/unraid-gladys-templates/master/Gladys/Gladys.xml",
"Icon": "https://gladysassistant.com/en/img/external/github-gladys-logo.png",
"ExtraParams": "--restart=always --log-opt max-size=10m",
"PostArgs": "",
"CPUset": "",
"DonateLink": "https://www.buymeacoffee.com/gladysassistant",
"Networking": {
"Mode": "host"
},
"Config": [
{
"@attributes": {
"Name": "Time Zone",
"Target": "TZ",
"Default": "Europe/Paris",
"Mode": "",
"Description": "Visit https://en.wikipedia.org/wiki/List_of_tz_database_time_zones to get the right one",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "Europe/Paris"
},
{
"@attributes": {
"Name": "server-port",
"Target": "SERVER_PORT",
"Default": "80",
"Mode": "",
"Description": "Container Variable: SERVER_PORT",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8006"
},
{
"@attributes": {
"Name": "Gladys lib folder",
"Target": "/var/lib/gladysassistant",
"Default": "/mnt/user/appdata/Gladys",
"Mode": "rw",
"Description": "Container Path: /var/lib/gladysassistant",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/Gladys"
},
{
"@attributes": {
"Name": "Gladys Dev Folder",
"Target": "/dev",
"Default": "/dev",
"Mode": "rw",
"Description": "Container Path: /dev",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/dev"
},
{
"@attributes": {
"Name": "Gladys uDev Folder",
"Target": "/run/udev",
"Default": "/run/udev",
"Mode": "ro",
"Description": "Container Path: /run/udev",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/run/udev"
},
{
"@attributes": {
"Name": "DB File path",
"Target": "SQLITE_FILE_PATH",
"Default": "/var/lib/gladysassistant/gladys-production.db",
"Mode": "",
"Description": "Container Variable: SQLITE_FILE_PATH",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/var/lib/gladysassistant/gladys-production.db"
},
{
"@attributes": {
"Name": "Environement",
"Target": "NODE_ENV",
"Default": "production",
"Mode": "",
"Description": "Container Variable: NODE_ENV",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "production"
},
{
"@attributes": {
"Name": "Gladys Docker Folder",
"Target": "/var/run/docker.sock",
"Default": "/var/run/docker.sock",
"Mode": "rw",
"Description": "Container Path: /var/run/docker.sock",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/var/run/docker.sock"
}
],
"Repo": "jgcb00's Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/jgcb00sRepository/Gladys/Gladys.xml",
"CategoryList": [
"HomeAutomation"
],
"downloads": 7097401,
"stars": 12,
"LastUpdate": 1647867021,
"LastUpdateScan": 1648140267,
"FirstSeen": 1648140267
}
]

View File

@ -1,7 +1,7 @@
{
"apps": 1656,
"last_updated_timestamp": 1648137813,
"last_updated": "2022-03-24 12:03",
"apps": 1657,
"last_updated_timestamp": 1648140268,
"last_updated": "2022-03-24 12:44",
"categories": [
{
"Cat": "Backup:",
@ -141205,7 +141205,6 @@
],
"downloads": 39088,
"stars": 5,
"LastUpdate": 1633989892,
"trending": 0.437,
"trends": [
4.479,
@ -141235,6 +141234,7 @@
39088
],
"LastUpdateScan": 1648137812,
"LastUpdate": 1633989892,
"FirstSeen": 1619553755,
"topTrending": -4.042
},
@ -224279,6 +224279,152 @@
"LastUpdateScan": 1647772968,
"LastUpdate": 1647727560,
"FirstSeen": 1647772968
},
{
"Name": "Gladys",
"Repository": "gladysassistant/gladys:v4",
"Registry": "https://hub.docker.com/r/gladysassistant/gladys/",
"Network": "host",
"Shell": "bash",
"Privileged": "true",
"Support": "https://forums.unraid.net/topic/121498-support-gladys-privacy-first-open-source-home-assistant/",
"Project": "https://gladysassistant.com/",
"Overview": "Gladys Assistant (https://gladysassistant.com) is a privacy-first, open-source home assistant. Gladys helps you centralize your connected devices, visualize data on your dashboards and build automations to make your daily life easier.\r\n\r\nYou can support the project here : https://www.buymeacoffee.com/gladysassistant",
"WebUI": "http://[IP]:[PORT:8006]",
"TemplateURL": "https://raw.githubusercontent.com/GladysAssistant/unraid-gladys-templates/master/Gladys/Gladys.xml",
"Icon": "https://gladysassistant.com/en/img/external/github-gladys-logo.png",
"ExtraParams": "--restart=always --log-opt max-size=10m",
"PostArgs": "",
"CPUset": "",
"DonateLink": "https://www.buymeacoffee.com/gladysassistant",
"Networking": {
"Mode": "host"
},
"Config": [
{
"@attributes": {
"Name": "Time Zone",
"Target": "TZ",
"Default": "Europe/Paris",
"Mode": "",
"Description": "Visit https://en.wikipedia.org/wiki/List_of_tz_database_time_zones to get the right one",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "Europe/Paris"
},
{
"@attributes": {
"Name": "server-port",
"Target": "SERVER_PORT",
"Default": "80",
"Mode": "",
"Description": "Container Variable: SERVER_PORT",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8006"
},
{
"@attributes": {
"Name": "Gladys lib folder",
"Target": "/var/lib/gladysassistant",
"Default": "/mnt/user/appdata/Gladys",
"Mode": "rw",
"Description": "Container Path: /var/lib/gladysassistant",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/Gladys"
},
{
"@attributes": {
"Name": "Gladys Dev Folder",
"Target": "/dev",
"Default": "/dev",
"Mode": "rw",
"Description": "Container Path: /dev",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/dev"
},
{
"@attributes": {
"Name": "Gladys uDev Folder",
"Target": "/run/udev",
"Default": "/run/udev",
"Mode": "ro",
"Description": "Container Path: /run/udev",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/run/udev"
},
{
"@attributes": {
"Name": "DB File path",
"Target": "SQLITE_FILE_PATH",
"Default": "/var/lib/gladysassistant/gladys-production.db",
"Mode": "",
"Description": "Container Variable: SQLITE_FILE_PATH",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/var/lib/gladysassistant/gladys-production.db"
},
{
"@attributes": {
"Name": "Environement",
"Target": "NODE_ENV",
"Default": "production",
"Mode": "",
"Description": "Container Variable: NODE_ENV",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "production"
},
{
"@attributes": {
"Name": "Gladys Docker Folder",
"Target": "/var/run/docker.sock",
"Default": "/var/run/docker.sock",
"Mode": "rw",
"Description": "Container Path: /var/run/docker.sock",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/var/run/docker.sock"
}
],
"Repo": "jgcb00's Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/jgcb00sRepository/Gladys/Gladys.xml",
"CategoryList": [
"HomeAutomation"
],
"downloads": 7097401,
"stars": 12,
"LastUpdate": 1647867021,
"LastUpdateScan": 1648140267,
"FirstSeen": 1648140267
}
],
"repositories": {
@ -225926,6 +226072,10 @@
"SaveageAUS' Repository": {
"url": "https://github.com/SavageAUS/Unraid-Templates",
"profile": "https://forums.unraid.net/profile/91260-savageaus/"
},
"jgcb00's Repository": {
"url": "https://github.com/GladysAssistant/unraid-gladys-templates",
"profile": "https://forums.unraid.net/profile/159169-jgcb00/"
}
}
}

View File

@ -2145,5 +2145,6 @@
"ghcr.io/gilbn/theme.park": 1647993790,
"ich777/jdupes-gui": 1648029801,
"ich777/unmined": 1648058620,
"lscr.io/linuxserver/paperless-ngx": 1648130602
"lscr.io/linuxserver/paperless-ngx": 1648130602,
"gladysassistant/gladys:v4": 1648140267
}

View File

@ -2722,3 +2722,12 @@ Updating GitHub
Saving /tmp/GitHub/Squidly271.github.io/forum_post0
[master ed96a7fe] Update
6 files changed, 199 insertions(+), 98 deletions(-)
To https://github.com/Squidly271/AppFeed.git
943dce70..ed96a7fe master -> master
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
Everything up-to-date

View File

@ -141041,40 +141041,40 @@
"Productivity",
"Crypto"
],
"downloads": 38917,
"downloads": 39088,
"stars": 5,
"trending": 2.259,
"LastUpdate": 1633989892,
"trending": 0.437,
"trends": [
4.577,
4.479,
3.743,
2.966,
2.865,
2.445,
2.259
2.259,
0.437
],
"trendsDate": [
1629950602,
1632549804,
1635148995,
1637744622,
1640343806,
1642942979,
1645538938
1645538938,
1648137812
],
"downloadtrend": [
32159,
33667,
34976,
36045,
37108,
38038,
38917
38917,
39088
],
"LastUpdateScan": 1645538938,
"LastUpdate": 1633989892,
"LastUpdateScan": 1648137812,
"FirstSeen": 1619553755,
"topTrending": -2.318
"topTrending": -4.042
},
{
"Name": "cryptpad",
@ -147228,7 +147228,6 @@
],
"downloads": 1682271,
"stars": 17,
"LastUpdate": 1646997413,
"trending": 3.077,
"trends": [
3.654,
@ -147258,6 +147257,7 @@
1682271
],
"LastUpdateScan": 1648130602,
"LastUpdate": 1646997413,
"FirstSeen": 1624744985,
"topTrending": -0.577,
"topPerforming": 3.077
@ -154631,7 +154631,6 @@
],
"downloads": 322899,
"stars": 4,
"LastUpdate": 1639600566,
"trending": 1.02,
"trends": [
3.549,
@ -154661,6 +154660,7 @@
322899
],
"LastUpdateScan": 1648130603,
"LastUpdate": 1639600566,
"FirstSeen": 1596161409,
"topTrending": -2.529,
"topPerforming": 1.02
@ -197367,7 +197367,6 @@
],
"downloads": 768838,
"stars": 3,
"LastUpdate": 1627182332,
"trending": 2.85,
"trends": [
24.605,
@ -197397,6 +197396,7 @@
768838
],
"LastUpdateScan": 1648130603,
"LastUpdate": 1627182332,
"FirstSeen": 1629943413,
"topTrending": -21.755,
"topPerforming": 2.85

View File

@ -57297,5 +57297,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
},
"gladysassistant/gladys:v4": {
"Base": null,
"Downloads": 7097401,
"Stars": 12,
"Time": 1648140267,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1647867021
}
}

View File

@ -1569,691 +1569,697 @@
"title": "Jflo's Repository",
"index": 191
},
{
"url": "https://github.com/GladysAssistant/unraid-gladys-templates",
"profile": "https://forums.unraid.net/profile/159169-jgcb00/",
"title": "jgcb00's Repository",
"index": 192
},
{
"url": "https://github.com/jkirkcaldy/unraid-CA-templates",
"profile": "https://forums.unraid.net/profile/114408-jkirkcaldy/",
"title": "jkirkcaldy's Repository",
"index": 192
"index": 193
},
{
"url": "https://github.com/joch/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/2607-joch/",
"title": "joch's Repository",
"index": 193
"index": 194
},
{
"url": "https://github.com/johnodon/docker-templates",
"profile": "https://forums.lime-technology.com/profile/6506-johnodon/",
"title": "johnodon's Repository",
"index": 194
"index": 195
},
{
"url": "https://github.com/jorgenman/unraid-templates",
"profile": "https://forums.unraid.net/profile/142946-jorgenman/",
"title": "jorgenman's Repository",
"index": 195
"index": 196
},
{
"url": "https://github.com/qubex22/unraid-templates",
"profile": "https://forums.unraid.net/profile/110563-joroga22/",
"title": "joroga22's Repository",
"index": 196
"index": 197
},
{
"url": "https://github.com/Joshndroid/joshndroid-unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/123042-joshndroid/",
"title": "Joshndroid's Repository",
"index": 197
"index": 198
},
{
"url": "https://github.com/angelics/unraid-docker-template",
"profile": "https://forums.unraid.net/profile/7122-josywong/",
"title": "josywong's Repository",
"index": 198
"index": 199
},
{
"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": 199
"index": 200
},
{
"url": "https://github.com/jsavargas/telethon_downloader",
"profile": "https://forums.unraid.net/profile/93593-jsavargas/",
"title": "jsavargas' Repository",
"index": 200
"index": 201
},
{
"url": "https://github.com/jslay88/unraid_apps",
"profile": "https://forums.unraid.net/profile/107385-jslay/",
"title": "jslay's Repository",
"index": 201
"index": 202
},
{
"url": "https://github.com/shaf/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/71085-jugniji/",
"title": "JugniJi's Repository",
"index": 202
"index": 203
},
{
"url": "https://github.com/JustinAiken/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/1079-justinaiken/",
"title": "JustinAiken's Repository",
"index": 203
"index": 204
},
{
"url": "https://github.com/Olprog59/unraid-templates",
"profile": "https://forums.unraid.net/profile/121454-kameleon83/",
"title": "Kameleon83's Repository",
"index": 204
"index": 205
},
{
"url": "https://github.com/roninkenji/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/62359-ken-ji/",
"title": "ken-ji's Repository",
"index": 205
"index": 206
},
{
"url": "https://github.com/yqlbu/unraid-templates",
"profile": "https://forums.unraid.net/profile/110700-kevin-yu/",
"title": "kevin yu's Repository",
"index": 206
"index": 207
},
{
"url": "https://github.com/kiowadriver/unraid-docker",
"profile": "https://forums.unraid.net/profile/74645-kiowa2005/",
"title": "kiowa2005's Repository",
"index": 207
"index": 208
},
{
"url": "https://github.com/Knoxie/UnraidTemplates",
"profile": "https://forums.unraid.net/profile/78069-knoxie89/",
"title": "Knoxie89's Repository",
"index": 208
"index": 209
},
{
"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": 209
"index": 210
},
{
"url": "https://github.com/laur89/unraid-templates/",
"profile": "https://forums.unraid.net/profile/114193-laur/",
"title": "laur's Repository",
"index": 210
"index": 211
},
{
"url": "https://github.com/lawryder/unraid_docker_reps",
"profile": "https://forums.unraid.net/profile/122425-lawryder/",
"title": "LawRyder's Repository",
"index": 211
"index": 212
},
{
"url": "https://github.com/L1cardo/Unraid-Templates",
"profile": "https://forums.unraid.net/profile/128967-licardo/",
"title": "licardo's Repository",
"index": 212
"index": 213
},
{
"url": "https://github.com/linuxserver/linuxserver-Plugin-Repository",
"profile": null,
"title": "Linuxserver's Plugin Repository",
"index": 213
"index": 214
},
{
"url": "https://github.com/locus313/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/74415-locus313/",
"title": "locus313's Repository",
"index": 214
"index": 215
},
{
"url": "https://github.com/macexx/docker-templates",
"profile": "https://forums.lime-technology.com/profile/66302-macester/",
"title": "macester's Repository",
"index": 215
"index": 216
},
{
"url": "https://github.com/magmpzero/docker-templates",
"profile": "https://forums.lime-technology.com/profile/69284-magmpzero/",
"title": "magmpzero's Repository",
"index": 216
"index": 217
},
{
"url": "https://github.com/Malfurious/docker-templates",
"profile": "https://forums.lime-technology.com/profile/77149-malfurious/",
"title": "malfurious' Repository",
"index": 217
"index": 218
},
{
"url": "https://github.com/malvarez00/unRAID-Docker-Templates",
"profile": "https://forums.lime-technology.com/profile/77549-malvarez00/",
"title": "malvarez00's Repository",
"index": 218
"index": 219
},
{
"url": "https://github.com/MarkusMcNugen/docker-templates",
"profile": "https://lime-technology.com/profile/79684-markusmcnugen/",
"title": "MarkusMcNugen's Repository",
"index": 219
"index": 220
},
{
"url": "https://github.com/Marraz/unraid-templates",
"profile": "https://forums.unraid.net/profile/127460-marraz/",
"title": "Marraz' Repository",
"index": 220
"index": 221
},
{
"url": "https://github.com/marzel1/docker-templates",
"profile": "https://forums.unraid.net/profile/117249-marzel/",
"title": "Marzel's Repository",
"index": 221
"index": 222
},
{
"url": "https://github.com/mason-xx/unraid-templates",
"profile": "https://forums.unraid.net/profile/914-mason",
"title": "mason's Repository",
"index": 222
"index": 223
},
{
"url": "https://github.com/mdarkness1988/rust-server-template",
"profile": "https://lime-technology.com/profile/84443-mdarkness1988/",
"title": "mdarkness1988's Repository",
"index": 223
"index": 224
},
{
"url": "https://github.com/OctoPrint/Unraid-Template",
"profile": "https://forums.unraid.net/profile/100446-mearman",
"title": "mearman's 2nd Repository",
"index": 224
"index": 225
},
{
"url": "https://github.com/NotExpectedYet/OctoFarm-UnRaid-Template",
"profile": "https://forums.unraid.net/profile/100446-mearman",
"title": "mearman's Repository",
"index": 225
"index": 226
},
{
"url": "https://github.com/Squidly271/Mettbrot-s-plugin-repo/",
"profile": "https://forums.lime-technology.com/profile/11013-mettbrot/",
"title": "Mettbrot's Repository",
"index": 226
"index": 227
},
{
"url": "https://github.com/kiwimato/nut-influxdb-exporter",
"profile": "https://forums.unraid.net/profile/89549-mihai/",
"title": "Mihai's Repository",
"index": 227
"index": 228
},
{
"url": "https://github.com/helfrichmichael/unraid-templates",
"profile": "https://forums.unraid.net/profile/68815-mikeah/",
"title": "MikeAH's Repository",
"index": 228
"index": 229
},
{
"url": "https://github.com/mikeylikesrocks/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/89382-mikeylikesrocks",
"title": "mikeylikesrocks' Repository",
"index": 229
"index": 230
},
{
"url": "https://github.com/mizz141/mizz141-unraid-xml",
"profile": "https://forums.unraid.net/profile/98815-mizz141/",
"title": "Mizz141's Repository",
"index": 230
"index": 231
},
{
"url": "https://github.com/mlebjerg/docker-templates",
"profile": "https://lime-technology.com/profile/76816-mlebjerg/",
"title": "mlebjerg's Repository",
"index": 231
"index": 232
},
{
"url": "https://github.com/MobiusNine/docker-templates",
"profile": "https://forums.unraid.net/profile/84666-mobiusnine/",
"title": "MobiusNine's Repository",
"index": 232
"index": 233
},
{
"url": "https://github.com/crazyqin/unraid-templates",
"profile": "https://forums.unraid.net/profile/157513-mrafter/",
"title": "mrafter's Repository",
"index": 233
"index": 234
},
{
"url": "https://github.com/dalekseevs/Unraid-Docker-Templates",
"profile": "https://forums.unraid.net/profile/74482-mrchunky",
"title": "MrChunky's Repository",
"index": 234
"index": 235
},
{
"url": "https://github.com/Mrlafontaine/Unraid-ErgoNode",
"profile": "https://forums.unraid.net/profile/163009-mrlafontaine/",
"title": "mrlafontaine's Repository",
"index": 235
"index": 236
},
{
"url": "https://github.com/Mudislander/docker-templates",
"profile": "https://lime-technology.com/profile/67039-mudislander/",
"title": "Mudislander's Repository",
"index": 236
"index": 237
},
{
"url": "https://github.com/Muwahhidun/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/107652-muwahhid/",
"title": "Muwahhidun's Repository",
"index": 237
"index": 238
},
{
"url": "https://github.com/MyFaith/unraid-templates",
"profile": "https://forums.unraid.net/profile/157465-myfaith/",
"title": "MyFaith's Repository",
"index": 238
"index": 239
},
{
"url": "https://github.com/natcoso9955/unRAID-docker",
"profile": "https://forums.unraid.net/profile/73128-natcoso9955/",
"title": "Natcoso9955's Repository",
"index": 239
"index": 240
},
{
"url": "https://github.com/ninthwalker/docker-templates",
"profile": "https://forums.lime-technology.com/profile/9420-ninthwalker/",
"title": "ninthwalker's Repository",
"index": 240
"index": 241
},
{
"url": "https://github.com/NixonInnes/unraid-builds-xml",
"profile": "https://forums.unraid.net/profile/122748-nixoninnes/",
"title": "NixonInnes' Repository",
"index": 241
"index": 242
},
{
"url": "https://github.com/OFark/docker-templates",
"profile": "https://forums.unraid.net/profile/86513-ofark/",
"title": "OFark's Repository",
"index": 242
"index": 243
},
{
"url": "https://github.com/ofawx/unraid-templates",
"profile": "https://forums.unraid.net/profile/109310-ofawx/",
"title": "ofawx's Repository",
"index": 243
"index": 244
},
{
"url": "https://github.com/photostructure/unraid-template",
"profile": "https://forums.unraid.net/profile/116201-mrm/",
"shortName": "PhotoStructure",
"title": "Official PhotoStructure Repository",
"index": 244
"index": 245
},
{
"url": "https://github.com/plexinc/pms-docker",
"profile": null,
"shortName": "Plex",
"title": "Official Plex Repository",
"index": 245
"index": 246
},
{
"url": "https://github.com/ijabz/songkong_unraid/",
"profile": null,
"shortName": "Songkong",
"title": "Official Songkong Repository",
"index": 246
"index": 247
},
{
"url": "https://github.com/oldcrazyeye/unraid-templates",
"profile": "https://forums.unraid.net/profile/124305-oldcrazyeye/",
"title": "oldcrazyeye's Repository",
"index": 247
"index": 248
},
{
"url": "https://github.com/opal06/unraid_docker_templates",
"profile": "https://forums.unraid.net/profile/110756-opal_06/",
"title": "opal_06's Repository",
"index": 248
"index": 249
},
{
"url": "https://github.com/openspeedtest/unraid-docker-plugin",
"profile": "https://forums.unraid.net/profile/110999-openspeedtest/",
"title": "openspeedtest's Repository",
"index": 249
"index": 250
},
{
"url": "https://github.com/wranglatang/docker-bluelinky",
"profile": "https://forums.unraid.net/profile/89354-pwrangles/",
"title": "p.wrangles' Repository",
"index": 250
"index": 251
},
{
"url": "https://github.com/PartitionPixel/unraid-templates",
"profile": "https://forums.unraid.net/profile/119008-partition-pixel/",
"title": "Partition Pixel's Repository",
"index": 251
"index": 252
},
{
"url": "https://github.com/patrickstigler/unraid_app_templates",
"profile": "https://forums.unraid.net/profile/139758-maddash1337/",
"title": "patrickstigler's Repository",
"index": 252
"index": 253
},
{
"url": "https://github.com/pawelmalak/unraid-templates",
"profile": "https://forums.unraid.net/profile/119205-paululibro/",
"title": "paululibro's Repository",
"index": 253
"index": 254
},
{
"url": "https://github.com/imTHAI/unraid-templates",
"profile": "https://forums.unraid.net/profile/117577-pbear/",
"title": "pbear's Repository",
"index": 254
"index": 255
},
{
"url": "https://github.com/pducharme/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/62479-pducharme/",
"title": "pducharme's Repository",
"index": 255
"index": 256
},
{
"url": "https://github.com/poke0/Unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/139781-poke0/",
"title": "Poke0's Repository",
"index": 256
"index": 257
},
{
"url": "https://github.com/Sleepingpirates/invitarr-unraid",
"profile": "https://forums.unraid.net/profile/114147-priate/",
"title": "priate's Repository",
"index": 257
"index": 258
},
{
"url": "https://github.com/dcflachs/plugin-repository",
"profile": "https://forums.unraid.net/profile/63584-primeval_god/",
"title": "primeval_god's Repository",
"index": 258
"index": 259
},
{
"url": "https://github.com/Progeny42/unRAID-CA-Templates",
"profile": "https://forums.unraid.net/profile/101997-progeny42",
"title": "Progeny42's Repository",
"index": 259
"index": 260
},
{
"url": "https://github.com/ptchernegovski/Unraid-Templates",
"profile": "https://forums.unraid.net/profile/99869-ptchernegovski/",
"title": "ptchernegovski's Repository",
"index": 260
"index": 261
},
{
"url": "https://github.com/picthor-io/unraid-templates",
"profile": "https://forums.unraid.net/profile/106558-realcnbs/",
"title": "realcnbs' Repository",
"index": 261
"index": 262
},
{
"url": "https://github.com/wger-project/unraid-templates",
"profile": "https://forums.unraid.net/profile/118956-rge/",
"title": "rge's Repository",
"index": 262
"index": 263
},
{
"url": "https://github.com/roflcoopter/viseron-unraid-ca-template",
"profile": "https://forums.unraid.net/profile/113120-roflcoopter",
"title": "roflcoopter's Repository",
"index": 263
"index": 264
},
{
"url": "https://github.com/SAL-e/docker-templates",
"profile": "https://forums.unraid.net/profile/11345-sal-e/",
"title": "SAL-e's Repository",
"index": 264
"index": 265
},
{
"url": "https://github.com/SavageAUS/Unraid-Templates",
"profile": "https://forums.unraid.net/profile/91260-savageaus/",
"title": "SaveageAUS' Repository",
"index": 265
"index": 266
},
{
"url": "https://github.com/sdesbure/docker-containers",
"profile": "https://forums.lime-technology.com/profile/3477-sdesbure/",
"title": "sdesbure's Repository",
"index": 266
"index": 267
},
{
"url": "https://github.com/dersimn/docker-unraid-templates",
"profile": "https://forums.unraid.net/profile/11673-seim/",
"title": "seim's Repository",
"index": 267
"index": 268
},
{
"url": "https://github.com/shaksiwnl/unraid-templates",
"profile": "https://forums.unraid.net/profile/118681-jakemoura/",
"title": "shaksiwnl's Repository",
"index": 268
"index": 269
},
{
"url": "https://github.com/shrmnk/docker-templates",
"profile": "https://forums.unraid.net/profile/77786-shrmn/",
"title": "shrmn's Repository",
"index": 269
"index": 270
},
{
"url": "https://github.com/silman/unraid_templates",
"profile": "https://forums.unraid.net/profile/163023-silman/",
"title": "silman's Repository",
"index": 270
"index": 271
},
{
"url": "https://github.com/SimonFair/unraid-plugins",
"profile": "https://forums.unraid.net/profile/75917-simonf",
"title": "SimonF's Repository",
"index": 271
"index": 272
},
{
"url": "https://github.com/simse/docker-templates",
"profile": "https://forums.unraid.net/profile/69400-simse/",
"title": "simse's Repository",
"index": 272
"index": 273
},
{
"url": "https://github.com/SiwatINC/unraid-ca-repository",
"profile": "https://forums.unraid.net/profile/72489-siwat2545/",
"title": "Siwat2545's Repository",
"index": 273
"index": 274
},
{
"url": "https://github.com/Skitals/unraid-ca-templates",
"profile": "https://forums.unraid.net/profile/97624-skitals/",
"title": "Skitals Repository",
"index": 274
"index": 275
},
{
"url": "https://github.com/SlrG/unRAID",
"profile": "https://forums.lime-technology.com/profile/16166-slrg/",
"title": "SlrG's Repository",
"index": 275
"index": 276
},
{
"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": 276
"index": 277
},
{
"url": "https://github.com/smdion/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/26365-smdion/",
"title": "smdion's Repository",
"index": 277
"index": 278
},
{
"url": "https://github.com/soana/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/10065-soana/",
"title": "soana's Repository",
"index": 278
"index": 279
},
{
"url": "https://github.com/SpaceinvaderOne/Docker-Templates-Unraid",
"profile": "https://forums.unraid.net/profile/67288-spaceinvaderone/",
"title": "SpaceInvaderOne's Repository",
"index": 279
"index": 280
},
{
"url": "https://github.com/spants/unraidtemplates",
"profile": "https://forums.lime-technology.com/profile/2148-spants/",
"title": "Spants' Repository",
"index": 280
"index": 281
},
{
"url": "https://github.com/Spikhalskiy/docker-templates",
"profile": "https://lime-technology.com/profile/82549-dmitry-spikhalskiy/",
"title": "Spikhalskiy's Repository",
"index": 281
"index": 282
},
{
"url": "https://github.com/Steini1984/steini1984-s-repositoy",
"profile": "https://forums.lime-technology.com/profile/2957-steini84/",
"title": "steini84's Repository",
"index": 282
"index": 283
},
{
"url": "https://github.com/stuckless/unRAID",
"profile": "https://forums.lime-technology.com/profile/70058-stuckless/",
"title": "stuckless' Repository",
"index": 283
"index": 284
},
{
"url": "https://github.com/Sabreu/unraid_templates",
"profile": "https://forums.unraid.net/profile/98837-sublivion/",
"title": "sublivion's Repository",
"index": 284
"index": 285
},
{
"url": "https://github.com/Tautulli/Tautulli-Unraid-Template",
"profile": "https://lime-technology.com/profile/69064-wreave/",
"title": "Tautulli's Repository",
"index": 285
"index": 286
},
{
"url": "https://github.com/testdasi/testdasi-unraid-repo",
"profile": "https://forums.unraid.net/profile/70144-testdasi",
"title": "testdasi's Repository",
"index": 286
"index": 287
},
{
"url": "https://github.com/brianmiller/docker-templates",
"profile": "https://forums.unraid.net/profile/86892-thebrian",
"title": "TheBrian's Repository",
"index": 287
"index": 288
},
{
"url": "https://github.com/Squidly271/theone-plugin-repository/",
"profile": "https://forums.lime-technology.com/profile/2231-theone/",
"title": "theone's Repository",
"index": 288
"index": 289
},
{
"url": "https://github.com/thetarkus/docker-templates",
"profile": "https://lime-technology.com/profile/84238-tarkus/",
"title": "thetarkus' Repository",
"index": 289
"index": 290
},
{
"url": "https://github.com/tynor88/docker-templates",
"profile": "https://forums.lime-technology.com/profile/70206-thomast_88/",
"title": "thomast_88's Repository",
"index": 290
"index": 291
},
{
"url": "https://github.com/Thraxis/docker-templates",
"profile": "https://forums.lime-technology.com/profile/9802-thraxis/",
"title": "Thraxis' Repository",
"index": 291
"index": 292
},
{
"url": "https://github.com/timstephens24/docker-templates",
"profile": "https://forums.unraid.net/profile/67918-timstephens24/",
"title": "timstephens24's Repository",
"index": 292
"index": 293
},
{
"url": "https://github.com/tinglis1/docker-containers",
"profile": "https://forums.lime-technology.com/profile/6492-tinglis1/",
"title": "tinglis1's Repository",
"index": 293
"index": 294
},
{
"url": "https://github.com/tobbenb/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/63089-saarg/",
"title": "tobbenb's Repository",
"index": 294
"index": 295
},
{
"url": "https://github.com/tombowditch/docker-templates",
"profile": "https://lime-technology.com/profile/80184-tombowditch/",
"title": "tombowditch's Repository",
"index": 295
"index": 296
},
{
"url": "https://github.com/TrophyBuck/unraid-templates",
"profile": "https://forums.unraid.net/profile/140258-trophybuck/",
"title": "TrophyBuck's Repository",
"index": 296
"index": 297
},
{
"url": "https://github.com/charlescng/docker-containers",
"profile": "https://forums.unraid.net/profile/64811-uberchuckie/",
"title": "uberchuckie's Repository",
"index": 297
"index": 298
},
{
"url": "https://github.com/Poag/docker-xml",
"profile": "https://forums.lime-technology.com/profile/63933-uirel/",
"title": "Uirel's Repository",
"index": 298
"index": 299
},
{
"url": "https://github.com/Ulisses1478/templates-unraid",
"profile": "https://forums.unraid.net/profile/90485-ulisses1478/",
"title": "ulisses1478's Repository",
"index": 299
"index": 300
},
{
"url": "https://github.com/xamindar/docker-templates",
"profile": "https://forums.lime-technology.com/profile/1543-xamindar/",
"title": "xamindar's Repository",
"index": 300
"index": 301
},
{
"url": "https://github.com/xavier-hernandez/unraid-templates",
"profile": "https://forums.unraid.net/profile/158924-xavierh/",
"title": "xavierh's Repository",
"index": 301
"index": 302
},
{
"url": "https://github.com/xenco/docker-templates",
"profile": "https://forums.unraid.net/profile/155847-xenco/",
"title": "xenco's Repository",
"index": 302
"index": 303
},
{
"url": "https://github.com/valaypatel/unraidapps",
"profile": "https://forums.unraid.net/profile/120399-yoda/",
"title": "Yoda's Repository",
"index": 303
"index": 304
},
{
"url": "https://github.com/josopu/unraid-template",
"profile": "https://forums.unraid.net/profile/101735-zotarios/",
"title": "Zotarios' Repository",
"index": 304
"index": 305
},
{
"url": "https://github.com/zyphermonkey/docker-templates",
"profile": "https://lime-technology.com/profile/67871-zyphermonkey/",
"title": "zyphermonkey's Repository",
"index": 305
"index": 306
}
]