This commit is contained in:
Andrew Z 2021-12-11 14:03:29 -05:00
parent 04d44a0a2d
commit e53e3bb610
7 changed files with 1309 additions and 542 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1639242205
"last_updated_timestamp": 1639249407
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1917,5 +1917,8 @@
"dzhuang/tinymediamanager": 1639148623,
"kopia/kopia": 1639170214,
"drone/drone": 1639242205,
"drone/drone-runner-docker": 1639242205
"drone/drone-runner-docker": 1639242205,
"hernandito/myfilebrowser:latest": 1639249403,
"ghcr.io/siafoundation/siad:master": 1639249405,
"justarchi/archisteamfarm": 1639249407
}

View File

@ -23360,7 +23360,7 @@
"WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/main/unraid/netbox.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/netbox-logo.png",
"Date": 1619409600,
"Date": 1639112400,
"Config": [
{
"@attributes": {
@ -113991,6 +113991,228 @@
"topTrending": 3.8369999999999997,
"topPerforming": 8.853
},
{
"Name": "Drone",
"Repository": "drone/drone",
"Registry": "https://hub.docker.com/r/drone/drone/",
"Network": "bridge",
"Privileged": "false",
"Support": "https://docs.drone.io/",
"Project": "https://github.com/harness/drone",
"Overview": "Drone is a Continuous Integration platform built on Docker",
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/drone.xml",
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/drone.png",
"ExtraParams": "--restart=always",
"Config": [
{
"@attributes": {
"Name": "GitHub Client ID",
"Target": "DRONE_GITHUB_CLIENT_ID",
"Default": "",
"Mode": "",
"Description": "Container Variable: DRONE_GITHUB_CLIENT_ID",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "GitHub Client Secret",
"Target": "DRONE_GITHUB_CLIENT_SECRET",
"Default": "",
"Mode": "",
"Description": "Container Variable: DRONE_GITHUB_CLIENT_SECRET",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Shared Secret",
"Target": "DRONE_RPC_SECRET",
"Default": "",
"Mode": "",
"Description": "Container Variable: DRONE_RPC_SECRET",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Host",
"Target": "DRONE_SERVER_HOST",
"Default": "drone.example.com",
"Mode": "",
"Description": "Container Variable: DRONE_SERVER_HOST",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Protocol",
"Target": "DRONE_SERVER_PROTO",
"Default": "https",
"Mode": "",
"Description": "Container Variable: DRONE_SERVER_PROTO",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "HTTP Port",
"Target": "80",
"Default": "80",
"Mode": "tcp",
"Description": "Container Port: 80",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "HTTPS Port",
"Target": "443",
"Default": "443",
"Mode": "tcp",
"Description": "Container Port: 443",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Data directory",
"Target": "/data",
"Default": "/mnt/user/appdata/drone",
"Mode": "rw",
"Description": "Container Path: /data",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/drone.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities"
],
"downloads": 176184451,
"stars": 334,
"LastUpdateScan": 1639242205,
"FirstSeen": 1639242205
},
{
"Name": "Drone-Runner",
"Repository": "drone/drone-runner-docker",
"Registry": "https://hub.docker.com/r/drone/drone-runner-docker",
"Network": "bridge",
"Privileged": "false",
"Support": "https://docs.drone.io/",
"Project": "https://github.com/drone-runners/drone-runner-docker",
"Overview": "Drone is a Continuous Integration platform built on Docker",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/drone-runner-docker.xml",
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/drone.png",
"ExtraParams": "--volume=/var/run/docker.sock:/var/run/docker.sock --restart=always",
"Config": [
{
"@attributes": {
"Name": "Host",
"Target": "DRONE_RPC_HOST",
"Default": "drone.example.com",
"Mode": "",
"Description": "Container Variable: DRONE_RPC_HOST",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Protocol",
"Target": "DRONE_RPC_PROTO",
"Default": "https",
"Mode": "",
"Description": "Container Variable: DRONE_RPC_PROTO",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "https"
},
{
"@attributes": {
"Name": "Shared Secret",
"Target": "DRONE_RPC_SECRET",
"Default": "",
"Mode": "",
"Description": "Container Variable: DRONE_RPC_SECRET",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Port",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "Container Port: 3000",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "3000"
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/drone-runner-docker.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities"
],
"downloads": 42550427,
"stars": 15,
"LastUpdateScan": 1639242205,
"FirstSeen": 1639242205
},
{
"Name": "Duplicacy",
"Repository": "saspus/duplicacy-web",

View File

@ -4272,12 +4272,11 @@
},
"binhex/arch-sabnzbdvpn": {
"Base": null,
"Downloads": 13410852,
"Stars": 19,
"Time": 1636650209,
"trending": 1.855,
"Downloads": 13617841,
"Stars": 20,
"Time": 1639249402,
"trending": 1.52,
"trends": [
2.485,
1.028,
0.924,
1.336,
@ -4289,10 +4288,10 @@
1.836,
1.857,
1.98,
1.855
1.855,
1.52
],
"downloadtrend": [
10985497,
11099571,
11203066,
11354747,
@ -4304,10 +4303,10 @@
12661835,
12901379,
13162037,
13410852
13410852,
13617841
],
"trendsDate": [
1605474551,
1608071274,
1610665712,
1613265032,
@ -4319,7 +4318,8 @@
1628856213,
1631455406,
1634054629,
1636650209
1636650209,
1639249402
]
},
"binhex/arch-sickbeard": {
@ -5066,12 +5066,11 @@
},
"dmaxwell/airvideohd": {
"Base": null,
"Downloads": 475002,
"Downloads": 482755,
"Stars": 11,
"Time": 1636650210,
"trending": 1.295,
"Time": 1639249402,
"trending": 1.606,
"trends": [
0.604,
0.516,
0.757,
1.183,
@ -5083,10 +5082,10 @@
0.895,
0.889,
0.871,
1.295
1.295,
1.606
],
"downloadtrend": [
423665,
425864,
429114,
434249,
@ -5098,10 +5097,10 @@
460636,
464768,
468852,
475002
475002,
482755
],
"trendsDate": [
1605474552,
1608071274,
1610665712,
1613265032,
@ -5113,7 +5112,8 @@
1628856213,
1631455406,
1634054630,
1636650210
1636650210,
1639249402
]
},
"dmaxwell/splunk": {
@ -11250,12 +11250,11 @@
},
"sdesbure/domoticz": {
"Base": null,
"Downloads": 85449,
"Downloads": 85496,
"Stars": 18,
"Time": 1636650210,
"trending": 0.039,
"Time": 1639249403,
"trending": 0.055,
"trends": [
0.053,
0.058,
0.046,
0.056,
@ -11267,10 +11266,10 @@
0.036,
0.057,
0.053,
0.039
0.039,
0.055
],
"downloadtrend": [
84938,
84987,
85026,
85074,
@ -11282,10 +11281,10 @@
85322,
85371,
85416,
85449
85449,
85496
],
"trendsDate": [
1605474552,
1608071274,
1610665712,
1613265033,
@ -11297,7 +11296,8 @@
1628856214,
1631455407,
1634054630,
1636650210
1636650210,
1639249403
]
},
"sdesbure/arch-jackett": {
@ -12830,12 +12830,11 @@
},
"roninkenji/dropbox-docker": {
"Base": null,
"Downloads": 623115,
"Downloads": 632673,
"Stars": 1,
"Time": 1636650210,
"trending": 1.592,
"Time": 1639249403,
"trending": 1.511,
"trends": [
0.93,
1.061,
1.254,
2.01,
@ -12847,10 +12846,10 @@
1.747,
1.666,
1.635,
1.592
1.592,
1.511
],
"downloadtrend": [
508487,
513938,
520466,
531143,
@ -12862,10 +12861,10 @@
593118,
603167,
613194,
623115
623115,
632673
],
"trendsDate": [
1605474552,
1608071275,
1610665712,
1613265033,
@ -12877,7 +12876,8 @@
1628856214,
1631455407,
1634054631,
1636650210
1636650210,
1639249403
]
},
"mccloud/ps3netsrv:alpine": {
@ -12932,12 +12932,11 @@
},
"magmpzero/magrack": {
"Base": null,
"Downloads": 51471,
"Downloads": 52452,
"Stars": null,
"Time": 1636650210,
"trending": 2.011,
"Time": 1639249403,
"trending": 1.87,
"trends": [
1.497,
1.222,
1.689,
2.358,
@ -12949,10 +12948,10 @@
2.292,
2.124,
1.991,
2.011
2.011,
1.87
],
"downloadtrend": [
39207,
39692,
40374,
41349,
@ -12964,10 +12963,10 @@
48382,
49432,
50436,
51471
51471,
52452
],
"trendsDate": [
1605474552,
1608071275,
1610665713,
1613265033,
@ -12979,7 +12978,8 @@
1628856214,
1631455407,
1634054631,
1636650210
1636650210,
1639249403
]
},
"https://raw.githubusercontent.com/bshakil/unraid-libvirt-usbhotplug/master/plugins/libvirt.hotplug.usb.plg": {
@ -13949,12 +13949,11 @@
},
"activ/arch-lazylibrarian": {
"Base": null,
"Downloads": 315962,
"Downloads": 324459,
"Stars": 1,
"Time": 1636650211,
"trending": 2.098,
"Time": 1639249404,
"trending": 2.619,
"trends": [
2.804,
1.275,
1.478,
2.181,
@ -13966,10 +13965,10 @@
1.963,
2.959,
2.847,
2.098
2.098,
2.619
],
"downloadtrend": [
247250,
250443,
254199,
259868,
@ -13981,10 +13980,10 @@
291632,
300526,
309332,
315962
315962,
324459
],
"trendsDate": [
1605474552,
1608071275,
1610665713,
1613265033,
@ -13996,7 +13995,8 @@
1628856215,
1631455407,
1634054631,
1636650211
1636650211,
1639249404
]
},
"activ/arch-transmissionvpn": {
@ -14107,7 +14107,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1636650211,
"Time": 1639249404,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -17275,12 +17275,11 @@
},
"dlandon/logitechmediaserver": {
"Base": null,
"Downloads": 1816919,
"Downloads": 1917311,
"Stars": 3,
"Time": 1636650211,
"trending": 5.227,
"Time": 1639249404,
"trending": 5.236,
"trends": [
6.123,
1.8,
6.84,
9.342,
@ -17292,10 +17291,10 @@
6.145,
6.072,
5.635,
5.227
5.227,
5.236
],
"downloadtrend": [
810311,
825164,
885753,
977025,
@ -17307,10 +17306,10 @@
1526254,
1624922,
1721950,
1816919
1816919,
1917311
],
"trendsDate": [
1605474553,
1608071276,
1610665713,
1613265034,
@ -17322,7 +17321,8 @@
1628856215,
1631455408,
1634054632,
1636650211
1636650211,
1639249404
]
},
"dlandon/owncloud": {
@ -26411,12 +26411,11 @@
},
"alturismo/ovpn_privoxy": {
"Base": null,
"Downloads": 287120,
"Downloads": 297588,
"Stars": null,
"Time": 1636650212,
"trending": 4.566,
"Time": 1639249405,
"trending": 3.518,
"trends": [
11.803,
6.619,
7.774,
9.496,
@ -26428,10 +26427,10 @@
5.988,
6,
5.42,
4.566
4.566,
3.518
],
"downloadtrend": [
119466,
127934,
138718,
153272,
@ -26443,10 +26442,10 @@
243610,
259159,
274011,
287120
287120,
297588
],
"trendsDate": [
1605474554,
1608071277,
1610665714,
1613265035,
@ -26458,7 +26457,8 @@
1628856216,
1631455409,
1634054633,
1636650212
1636650212,
1639249405
]
},
"alturismo/xteve": {
@ -29547,12 +29547,11 @@
},
"monitorr/logarr-alpha": {
"Base": null,
"Downloads": 1624407,
"Downloads": 1645227,
"Stars": 2,
"Time": 1636650212,
"trending": 2.832,
"Time": 1639249404,
"trending": 1.265,
"trends": [
8.897,
2.26,
2.71,
2.881,
@ -29564,10 +29563,10 @@
1.462,
1.338,
2.866,
2.832
2.832,
1.265
],
"downloadtrend": [
1244518,
1273290,
1308751,
1347568,
@ -29579,10 +29578,10 @@
1512642,
1533162,
1578407,
1624407
1624407,
1645227
],
"trendsDate": [
1605474553,
1608071276,
1610665714,
1613265034,
@ -29594,17 +29593,17 @@
1628856216,
1631455408,
1634054632,
1636650212
1636650212,
1639249404
]
},
"mongoclient/mongoclient": {
"Base": null,
"Downloads": 16744671,
"Downloads": 16882093,
"Stars": 106,
"Time": 1636650212,
"trending": 0.813,
"Time": 1639249405,
"trending": 0.814,
"trends": [
4.378,
3.645,
4.062,
6.198,
@ -29616,10 +29615,10 @@
1.095,
0.798,
0.83,
0.813
0.813,
0.814
],
"downloadtrend": [
10782786,
11190666,
11664482,
12435276,
@ -29631,10 +29630,10 @@
16339309,
16470757,
16608587,
16744671
16744671,
16882093
],
"trendsDate": [
1605474553,
1608071276,
1610665714,
1613265034,
@ -29646,17 +29645,17 @@
1628856216,
1631455408,
1634054632,
1636650212
1636650212,
1639249405
]
},
"privatebin/nginx-fpm-alpine": {
"Base": null,
"Downloads": 21072004,
"Stars": 60,
"Time": 1636650212,
"trending": 2.09,
"Downloads": 21573113,
"Stars": 61,
"Time": 1639249405,
"trending": 2.323,
"trends": [
10.266,
2.933,
2.837,
4.252,
@ -29668,10 +29667,10 @@
4.006,
1.856,
2.076,
2.09
2.09,
2.323
],
"downloadtrend": [
14813281,
15260875,
15706440,
16404009,
@ -29683,10 +29682,10 @@
19828313,
20203366,
20631701,
21072004
21072004,
21573113
],
"trendsDate": [
1605474554,
1608071277,
1610665714,
1613265035,
@ -29698,17 +29697,17 @@
1628856216,
1631455409,
1634054632,
1636650212
1636650212,
1639249405
]
},
"digitalhigh/flexconnect": {
"Base": null,
"Downloads": 11906,
"Downloads": 12091,
"Stars": null,
"Time": 1636650213,
"trending": 0.991,
"Time": 1639249406,
"trending": 1.53,
"trends": [
1.049,
1.029,
1.46,
1.367,
@ -29720,10 +29719,10 @@
0.794,
0.677,
1.001,
0.991
0.991,
1.53
],
"downloadtrend": [
10485,
10594,
10751,
10900,
@ -29735,10 +29734,10 @@
11591,
11670,
11788,
11906
11906,
12091
],
"trendsDate": [
1605474554,
1608071277,
1610665715,
1613265035,
@ -29750,17 +29749,17 @@
1628856217,
1631455410,
1634054633,
1636650213
1636650213,
1639249406
]
},
"digitalhigh/flextv": {
"Base": null,
"Downloads": 2231222,
"Downloads": 2242846,
"Stars": 4,
"Time": 1636650213,
"trending": 0.575,
"Time": 1639249406,
"trending": 0.518,
"trends": [
2.993,
0.754,
0.621,
0.752,
@ -29772,10 +29771,10 @@
0.758,
0.653,
0.658,
0.575
0.575,
0.518
],
"downloadtrend": [
2038640,
2054120,
2066964,
2082619,
@ -29787,10 +29786,10 @@
2189398,
2203798,
2218392,
2231222
2231222,
2242846
],
"trendsDate": [
1605474554,
1608071277,
1610665715,
1613265035,
@ -29802,7 +29801,8 @@
1628856217,
1631455410,
1634054633,
1636650213
1636650213,
1639249406
]
},
"digitalhigh/huedream": {
@ -36607,12 +36607,11 @@
},
"docpht/docpht:latest": {
"Base": null,
"Downloads": 80206,
"Downloads": 80560,
"Stars": 2,
"Time": 1636650213,
"trending": 0.453,
"Time": 1639249406,
"trending": 0.439,
"trends": [
9.172,
1.461,
0.469,
0.709,
@ -36624,10 +36623,10 @@
0.558,
0.565,
0.481,
0.453
0.453,
0.439
],
"downloadtrend": [
73869,
74964,
75317,
75855,
@ -36639,10 +36638,10 @@
79010,
79459,
79843,
80206
80206,
80560
],
"trendsDate": [
1605474554,
1608071278,
1610665715,
1613265036,
@ -36654,17 +36653,17 @@
1628856218,
1631455410,
1634054634,
1636650213
1636650213,
1639249406
]
},
"tiredofit/freescout:latest": {
"Base": null,
"Downloads": 338653,
"Downloads": 368734,
"Stars": 7,
"Time": 1636650214,
"trending": 7.754,
"Time": 1639249407,
"trending": 8.158,
"trends": [
5.678,
4.052,
6.178,
5.361,
@ -36676,10 +36675,10 @@
11.977,
3.847,
4.189,
7.754
7.754,
8.158
],
"downloadtrend": [
181475,
189139,
201593,
213012,
@ -36691,10 +36690,10 @@
287793,
299308,
312393,
338653
338653,
368734
],
"trendsDate": [
1605474555,
1608071278,
1610665716,
1613265036,
@ -36706,17 +36705,17 @@
1628856218,
1631455411,
1634054634,
1636650214
1636650214,
1639249407
]
},
"qmcgaw/stackedit:latest": {
"Base": null,
"Downloads": 67711,
"Downloads": 68900,
"Stars": 3,
"Time": 1636650214,
"trending": 1.362,
"Time": 1639249407,
"trending": 1.726,
"trends": [
7.676,
5.601,
4.189,
5.304,
@ -36728,10 +36727,10 @@
1.718,
2.679,
1.696,
1.362
1.362,
1.726
],
"downloadtrend": [
28584,
30280,
31604,
33374,
@ -36743,10 +36742,10 @@
63897,
65656,
66789,
67711
67711,
68900
],
"trendsDate": [
1605474555,
1608071278,
1610665716,
1613265036,
@ -36758,7 +36757,8 @@
1628856218,
1631455411,
1634054634,
1636650214
1636650214,
1639249407
]
},
"nikisweeting/archivebox:latest": {
@ -46826,10 +46826,10 @@
},
"promasu/cryptpad:latest": {
"Base": null,
"Downloads": 787118,
"Stars": 12,
"Time": 1636650213,
"trending": 13.463,
"Downloads": 993383,
"Stars": 13,
"Time": 1639249406,
"trending": 20.764,
"trends": [
5.623,
4.632,
@ -46842,10 +46842,10 @@
5.932,
6.001,
4.982,
13.463
13.463,
20.764
],
"downloadtrend": [
219348,
232416,
243705,
266363,
@ -46857,7 +46857,8 @@
608376,
647215,
681151,
787118
787118,
993383
],
"trendsDate": [
1608066538,
@ -46871,7 +46872,8 @@
1628856217,
1631455410,
1634054633,
1636650213
1636650213,
1639249406
]
},
"spaceinvaderone/vm_custom_icons": {
@ -59354,5 +59356,35 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"hernandito/myfilebrowser:latest": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1639249403,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"ghcr.io/siafoundation/siad:master": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1639249405,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"justarchi/archisteamfarm": {
"Base": null,
"Downloads": 6370479,
"Stars": 55,
"Time": 1639249407,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}

View File

@ -1,5 +1,5 @@
{
"caFixed": 417,
"caFixed": 419,
"fixedTemplates": {
"smdion's Repository": {
"smdion/docker-h5ai": [
@ -50,6 +50,10 @@
"hernandito/docker-apache-php-adminer": [
"Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:80]/"
],
"hernandito/myfilebrowser:latest": [
"Unknown category Utilities:",
"Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:80]"
],
"hernandito/docker-resourcespace": [
"Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:80]/"
],