This commit is contained in:
Andrew Z 2021-12-18 20:03:32 -05:00
parent 5db6d498ab
commit 3ee177b1d0
6 changed files with 367 additions and 220 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1639868656
"last_updated_timestamp": 1639875811
}

View File

@ -184211,31 +184211,34 @@
"CategoryList": [
"Crypto"
],
"downloads": 74306,
"downloads": 83780,
"stars": 2,
"trending": 10.621,
"trending": 11.308,
"trends": [
41.738,
11.764,
10.674,
10.621
10.621,
11.308
],
"trendsDate": [
1629482614,
1632081615,
1634680993,
1637276614
1637276614,
1639875810
],
"downloadtrend": [
30498,
52346,
59325,
66414,
74306
74306,
83780
],
"LastUpdateScan": 1637276614,
"LastUpdateScan": 1639875810,
"FirstSeen": 1616494792,
"topTrending": -31.116999999999997
"topTrending": -30.43
},
{
"Name": "PhoenixStats",
@ -197602,6 +197605,62 @@
"LastUpdateScan": 1638219838,
"FirstSeen": 1630429175
},
{
"Name": "Temp_Mail",
"Repository": "olprog/tmpmail",
"Registry": "https://hub.docker.com/repository/docker/olprog/tmpmail",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117458-support-tmpmail/",
"Project": "https://forums.unraid.net/topic/117458-support-tmpmail/",
"Overview": "tmpmail is a command line utility written in POSIX sh that allows you to create a temporary email address and receive emails to the temporary email address. It uses 1secmail's API to receive emails.\r\n\r\nBy default w3m is used to render the HTML emails on the terminal.\r\n\r\nCheck the log for the temporary email if not filled in.\r\n\r\nCommand Example:\r\n- $tmpmail -r\r\n- $tmpmail 2533131\r\n\r\nhttps://www.1secmail.com\r\nhttps://github.com/sdushantha/tmpmail\r\n\r\nDependencies: \r\n- w3m \r\n- curl\r\n- jq\r\n\r\n$ tmpmail --help\r\ntmpmail\r\ntmpmail -h | --version\r\ntmpmail -g \r\ntmpmail -r | ID\r\n\r\nWhen called with no option and no argument, tmpmail lists the messages in\r\nthe inbox and their numeric IDs. When called with one argument, tmpmail\r\nshows the email message with specified ID.\r\n\r\n-b, --browser BROWSER\r\n Specify BROWSER (default: w3m) that is used to render the HTML of\r\n the email\r\n-g, --generate \r\n Generate a new email address, either the specified ADDRESS, or\r\n randomly create one\r\n-h, --help\r\n Show help\r\n-r, --recent\r\n View the most recent email message\r\n-t, --text\r\n View the email as raw text, where all the HTML tags are removed.\r\n Without this option, HTML is used.\r\n--version\r\n Show version\r\n\r\n",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/Olprog59/unraid-templates/main/tmpmail/tmpmail.xml",
"Icon": "https://raw.githubusercontent.com/Olprog59/unraid-templates/main/tmpmail/logo.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "EMAIL",
"Target": "EMAIL",
"Default": "",
"Mode": "",
"Description": "If not filled in, generate email auto.if you wish to indicate a personalized email, dns: 1secmail.[com,org,net] / other choices : https://www.1secmail.com",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "olprog@1secmail.org"
},
{
"@attributes": {
"Name": "TimeZone",
"Target": "TZ",
"Default": "Europe/Paris",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "Europe/Paris"
}
],
"Repo": "Kameleon83's Repository",
"Date": "1639873561",
"templatePath": "/tmp/GitHub/AppFeed/templates/Kameleon83sRepository/tmpmail/tmpmail.xml",
"CategoryList": [
"Network-Messenger"
],
"downloads": 100,
"LastUpdateScan": 1639875810,
"FirstSeen": 1639875810
},
{
"Name": "auto-yt-dl",
"Repository": "guhu007/auto-yt-dl",

View File

@ -1,7 +1,7 @@
{
"apps": 1490,
"last_updated_timestamp": 1639868656,
"last_updated": "2021-12-18 18:04",
"apps": 1491,
"last_updated_timestamp": 1639875811,
"last_updated": "2021-12-18 20:03",
"categories": [
{
"Cat": "Backup:",
@ -184373,31 +184373,34 @@
"CategoryList": [
"Crypto"
],
"downloads": 74306,
"downloads": 83780,
"stars": 2,
"trending": 10.621,
"trending": 11.308,
"trends": [
41.738,
11.764,
10.674,
10.621
10.621,
11.308
],
"trendsDate": [
1629482614,
1632081615,
1634680993,
1637276614
1637276614,
1639875810
],
"downloadtrend": [
30498,
52346,
59325,
66414,
74306
74306,
83780
],
"LastUpdateScan": 1637276614,
"LastUpdateScan": 1639875810,
"FirstSeen": 1616494792,
"topTrending": -31.116999999999997
"topTrending": -30.43
},
{
"Name": "PhoenixStats",
@ -197764,6 +197767,62 @@
"LastUpdateScan": 1638219838,
"FirstSeen": 1630429175
},
{
"Name": "Temp_Mail",
"Repository": "olprog/tmpmail",
"Registry": "https://hub.docker.com/repository/docker/olprog/tmpmail",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117458-support-tmpmail/",
"Project": "https://forums.unraid.net/topic/117458-support-tmpmail/",
"Overview": "tmpmail is a command line utility written in POSIX sh that allows you to create a temporary email address and receive emails to the temporary email address. It uses 1secmail's API to receive emails.\r\n\r\nBy default w3m is used to render the HTML emails on the terminal.\r\n\r\nCheck the log for the temporary email if not filled in.\r\n\r\nCommand Example:\r\n- $tmpmail -r\r\n- $tmpmail 2533131\r\n\r\nhttps://www.1secmail.com\r\nhttps://github.com/sdushantha/tmpmail\r\n\r\nDependencies: \r\n- w3m \r\n- curl\r\n- jq\r\n\r\n$ tmpmail --help\r\ntmpmail\r\ntmpmail -h | --version\r\ntmpmail -g \r\ntmpmail -r | ID\r\n\r\nWhen called with no option and no argument, tmpmail lists the messages in\r\nthe inbox and their numeric IDs. When called with one argument, tmpmail\r\nshows the email message with specified ID.\r\n\r\n-b, --browser BROWSER\r\n Specify BROWSER (default: w3m) that is used to render the HTML of\r\n the email\r\n-g, --generate \r\n Generate a new email address, either the specified ADDRESS, or\r\n randomly create one\r\n-h, --help\r\n Show help\r\n-r, --recent\r\n View the most recent email message\r\n-t, --text\r\n View the email as raw text, where all the HTML tags are removed.\r\n Without this option, HTML is used.\r\n--version\r\n Show version\r\n\r\n",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/Olprog59/unraid-templates/main/tmpmail/tmpmail.xml",
"Icon": "https://raw.githubusercontent.com/Olprog59/unraid-templates/main/tmpmail/logo.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "EMAIL",
"Target": "EMAIL",
"Default": "",
"Mode": "",
"Description": "If not filled in, generate email auto.if you wish to indicate a personalized email, dns: 1secmail.[com,org,net] / other choices : https://www.1secmail.com",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "olprog@1secmail.org"
},
{
"@attributes": {
"Name": "TimeZone",
"Target": "TZ",
"Default": "Europe/Paris",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "Europe/Paris"
}
],
"Repo": "Kameleon83's Repository",
"Date": "1639873561",
"templatePath": "/tmp/GitHub/AppFeed/templates/Kameleon83sRepository/tmpmail/tmpmail.xml",
"CategoryList": [
"Network-Messenger"
],
"downloads": 100,
"LastUpdateScan": 1639875810,
"FirstSeen": 1639875810
},
{
"Name": "auto-yt-dl",
"Repository": "guhu007/auto-yt-dl",

View File

@ -1948,5 +1948,6 @@
"docker.elastic.co/elasticsearch/elasticsearch:7.16.1": 1639717409,
"krateng/maloja:latest": 1639753431,
"atdr.meo.ws/archiveteam/warrior-dockerfile:latest": 1639775022,
"cr.hotio.dev/hotio/qbitmanage": 1639782214
"cr.hotio.dev/hotio/qbitmanage": 1639782214,
"olprog/tmpmail": 1639875810
}

View File

@ -7922,11 +7922,10 @@
"Tools-Utilities",
"Backup"
],
"downloads": 1039872,
"downloads": 1124223,
"stars": 2,
"trending": 8.211,
"trending": 7.503,
"trends": [
7.038,
3.128,
4.396,
6.122,
@ -7938,10 +7937,10 @@
5.862,
6.156,
7.009,
8.211
8.211,
7.503
],
"trendsDate": [
1606072271,
1608671248,
1611270835,
1613869525,
@ -7953,10 +7952,10 @@
1629475407,
1632074614,
1634673851,
1637269416
1637269416,
1639868610
],
"downloadtrend": [
498091,
514175,
537820,
572895,
@ -7968,12 +7967,13 @@
832945,
887585,
954486,
1039872
1039872,
1124223
],
"LastUpdateScan": 1637269416,
"LastUpdateScan": 1639868610,
"FirstSeen": 1564495713,
"topTrending": 1.173,
"topPerforming": 8.211
"topTrending": 4.375,
"topPerforming": 7.503
},
{
"Date": 1483506000,
@ -9364,7 +9364,7 @@
"CategoryList": [
"MediaServer-Video"
],
"LastUpdateScan": 1637269417,
"LastUpdateScan": 1639868610,
"FirstSeen": 1
},
{
@ -10554,11 +10554,10 @@
"TemplateURL": "https://raw.githubusercontent.com/jshridha/templates/master/Bungy/watchtower.xml",
"Overview": "Automatically update running Docker containers \r\n",
"templatePath": "/tmp/GitHub/AppFeed/templates/BungysRepository/Bungy/watchtower.xml",
"downloads": 145996183,
"downloads": 148053558,
"stars": 45,
"trending": 1.27,
"trending": 1.39,
"trends": [
0.626,
0.3,
0.405,
0.515,
@ -10570,10 +10569,10 @@
1.094,
1.173,
1.192,
1.27
1.27,
1.39
],
"trendsDate": [
1606093686,
1608692849,
1611292040,
1613890943,
@ -10585,10 +10584,10 @@
1629475408,
1632074615,
1634673851,
1637269417
1637269417,
1639868611
],
"downloadtrend": [
132210169,
132608306,
133147042,
133835770,
@ -10600,12 +10599,13 @@
140752658,
142422968,
144141826,
145996183
145996183,
148053558
],
"LastUpdateScan": 1637269417,
"LastUpdateScan": 1639868611,
"FirstSeen": 1,
"topTrending": 0.644,
"topPerforming": 1.27
"topTrending": 1.0899999999999999,
"topPerforming": 1.39
},
{
"Name": "glFTPd",
@ -10754,11 +10754,10 @@
"CategoryList": [
"MediaServer-Books"
],
"downloads": 215195,
"downloads": 216092,
"stars": 2,
"trending": 0.39,
"trending": 0.415,
"trends": [
0.34,
0.272,
0.383,
0.538,
@ -10770,10 +10769,10 @@
0.408,
0.414,
0.375,
0.39
0.39,
0.415
],
"trendsDate": [
1606079308,
1608685673,
1611284847,
1613883750,
@ -10785,10 +10784,10 @@
1629475409,
1632074615,
1634673852,
1637269418
1637269418,
1639868611
],
"downloadtrend": [
204579,
205136,
205925,
207039,
@ -10800,12 +10799,13 @@
212669,
213553,
214356,
215195
215195,
216092
],
"LastUpdateScan": 1637269418,
"LastUpdateScan": 1639868611,
"FirstSeen": 1,
"topTrending": 0.04999999999999999,
"topPerforming": 0.39
"topTrending": 0.14299999999999996,
"topPerforming": 0.415
},
{
"Name": "DigiKam",
@ -11434,11 +11434,10 @@
"Network-Web",
"Network-Proxy"
],
"downloads": 341905,
"downloads": 342191,
"stars": 9,
"trending": 0.082,
"trending": 0.084,
"trends": [
0.074,
0.059,
0.076,
0.09,
@ -11450,10 +11449,10 @@
0.075,
0.075,
0.074,
0.082
0.082,
0.084
],
"trendsDate": [
1606093686,
1608692849,
1611292041,
1613890943,
@ -11465,10 +11464,10 @@
1629475409,
1632074615,
1634673852,
1637269418
1637269418,
1639868612
],
"downloadtrend": [
338587,
338788,
339045,
339349,
@ -11480,12 +11479,13 @@
341115,
341370,
341624,
341905
341905,
342191
],
"LastUpdateScan": 1637269418,
"LastUpdateScan": 1639868612,
"FirstSeen": 1474516800,
"topTrending": 0.008000000000000007,
"topPerforming": 0.082
"topTrending": 0.02500000000000001,
"topPerforming": 0.084
},
{
"Name": "OpenRemote-Controller",
@ -48189,11 +48189,10 @@
"CategoryList": [
"Backup"
],
"downloads": 20341045,
"stars": 105,
"trending": 2.108,
"downloads": 20764957,
"stars": 106,
"trending": 2.041,
"trends": [
4.691,
2.258,
1.638,
2.037,
@ -48205,10 +48204,10 @@
2.35,
2.363,
2.474,
2.108
2.108,
2.041
],
"trendsDate": [
1606093686,
1608692850,
1611292041,
1613890943,
@ -48220,10 +48219,10 @@
1629475409,
1632074616,
1634673852,
1637269418
1637269418,
1639868612
],
"downloadtrend": [
15369154,
15724209,
15986098,
16318578,
@ -48235,12 +48234,13 @@
18960650,
19419576,
19912245,
20341045
20341045,
20764957
],
"LastUpdateScan": 1637269418,
"LastUpdateScan": 1639868612,
"FirstSeen": 1537416000,
"topTrending": -2.5829999999999997,
"topPerforming": 2.108
"topTrending": -0.21700000000000008,
"topPerforming": 2.041
},
{
"Name": "Czkawka",
@ -55558,11 +55558,10 @@
"Network-Management",
"Network-Other"
],
"downloads": 57104960,
"stars": 115,
"trending": 7.707,
"downloads": 59659453,
"stars": 118,
"trending": 4.282,
"trends": [
5.517,
1.527,
2.529,
2.773,
@ -55574,10 +55573,10 @@
3.353,
6.384,
4.037,
7.707
7.707,
4.282
],
"trendsDate": [
1606072272,
1608671249,
1611270835,
1613869525,
@ -55589,10 +55588,10 @@
1629475409,
1632074616,
1634673853,
1637269419
1637269419,
1639868612
],
"downloadtrend": [
36013916,
36572243,
37521116,
38591146,
@ -55604,12 +55603,13 @@
47347604,
50576290,
52704009,
57104960
57104960,
59659453
],
"LastUpdateScan": 1637269419,
"LastUpdateScan": 1639868612,
"FirstSeen": 1505793600,
"topTrending": 2.1899999999999995,
"topPerforming": 7.707
"topTrending": 2.755,
"topPerforming": 4.282
},
{
"Name": "Rocket.Chat",
@ -55690,11 +55690,10 @@
"CategoryList": [
"Network-Messenger"
],
"downloads": 68577752,
"stars": 651,
"trending": 0.9,
"downloads": 69304385,
"stars": 659,
"trending": 1.048,
"trends": [
1.232,
0.418,
0.432,
0.791,
@ -55706,10 +55705,10 @@
0.524,
0.709,
0.726,
0.9
0.9,
1.048
],
"trendsDate": [
1606093686,
1608692850,
1611292041,
1613890943,
@ -55721,10 +55720,10 @@
1629475410,
1632074616,
1634673853,
1637269419
1637269419,
1639868612
],
"downloadtrend": [
62928765,
63192704,
63467093,
63972823,
@ -55736,12 +55735,13 @@
66988437,
67466810,
67960505,
68577752
68577752,
69304385
],
"LastUpdateScan": 1637269419,
"LastUpdateScan": 1639868612,
"FirstSeen": 1,
"topTrending": -0.33199999999999996,
"topPerforming": 0.9
"topTrending": 0.6300000000000001,
"topPerforming": 1.048
},
{
"Name": "Virt-Manager",
@ -58136,22 +58136,24 @@
"Network-Web",
"Network-FTP"
],
"downloads": 61017,
"downloads": 71424,
"stars": 1,
"trending": 16.014,
"trending": 14.571,
"trends": [
35.184,
25.033,
21.391,
18.337,
16.014
16.014,
14.571
],
"trendsDate": [
1626877296,
1629475410,
1632074616,
1634673853,
1637269419
1637269419,
1639868613
],
"downloadtrend": [
15985,
@ -58159,11 +58161,12 @@
32897,
41849,
51246,
61017
61017,
71424
],
"LastUpdateScan": 1637269419,
"LastUpdateScan": 1639868613,
"FirstSeen": 1616450563,
"topTrending": -19.169999999999998
"topTrending": -20.613
},
{
"Name": "OpenConnectServer",
@ -63155,11 +63158,10 @@
"HomeAutomation",
"Network-Management"
],
"downloads": 1498604,
"downloads": 1532864,
"stars": 3,
"trending": 2.993,
"trending": 2.235,
"trends": [
10.82,
1.66,
0.852,
13.393,
@ -63171,10 +63173,10 @@
2.584,
2.86,
2.579,
2.993
2.993,
2.235
],
"trendsDate": [
1606064887,
1608664061,
1611263503,
1613862341,
@ -63186,10 +63188,10 @@
1629475410,
1632074617,
1634673854,
1637269419
1637269419,
1639868613
],
"downloadtrend": [
1014749,
1031875,
1040743,
1201687,
@ -63201,12 +63203,13 @@
1375753,
1416265,
1453758,
1498604
1498604,
1532864
],
"LastUpdateScan": 1637269419,
"LastUpdateScan": 1639868613,
"FirstSeen": 1580079983,
"topTrending": -7.827,
"topPerforming": 2.993
"topTrending": 0.575,
"topPerforming": 2.235
},
{
"Name": "tasui",
@ -65702,9 +65705,9 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 660836,
"downloads": 663896,
"stars": 6,
"trending": 0.468,
"trending": 0.461,
"trends": [
0.307,
0.287,
@ -65713,7 +65716,8 @@
0.243,
0.224,
0.471,
0.468
0.468,
0.461
],
"trendsDate": [
1619086534,
@ -65723,7 +65727,8 @@
1629475410,
1632074617,
1634673854,
1637269420
1637269420,
1639868613
],
"downloadtrend": [
644263,
@ -65734,12 +65739,13 @@
653181,
654646,
657746,
660836
660836,
663896
],
"LastUpdateScan": 1637269420,
"LastUpdateScan": 1639868613,
"FirstSeen": 1616450564,
"topTrending": 0.16100000000000003,
"topPerforming": 0.468
"topTrending": 0.15400000000000003,
"topPerforming": 0.461
},
{
"Name": "TandoorRecipes",
@ -67552,11 +67558,10 @@
"CategoryList": [
"MediaApp-Music"
],
"downloads": 65787,
"downloads": 68219,
"stars": 2,
"trending": 3.669,
"trending": 3.565,
"trends": [
1.391,
1.051,
1.86,
2.737,
@ -67568,10 +67573,10 @@
3.605,
3.733,
3.918,
3.669
3.669,
3.565
],
"trendsDate": [
1606057713,
1608656857,
1611256899,
1613854946,
@ -67583,10 +67588,10 @@
1629475411,
1632074617,
1634673854,
1637269420
1637269420,
1639868614
],
"downloadtrend": [
45583,
46067,
46940,
48261,
@ -67598,11 +67603,12 @@
58617,
60890,
63373,
65787
65787,
68219
],
"LastUpdateScan": 1637269420,
"LastUpdateScan": 1639868614,
"FirstSeen": 1534219200,
"topTrending": 2.278
"topTrending": 2.5140000000000002
},
{
"Name": "Funkwhale",
@ -84302,9 +84308,10 @@
1629475411,
1632074617,
1634673855,
1637269420
1637269420,
1639868615
],
"LastUpdateScan": 1637269420,
"LastUpdateScan": 1639868615,
"FirstSeen": 1556719608
},
{
@ -84538,9 +84545,10 @@
1629475411,
1632074618,
1634673855,
1637269420
1637269420,
1639868615
],
"LastUpdateScan": 1637269420,
"LastUpdateScan": 1639868615,
"FirstSeen": 1556727169
},
{
@ -92323,11 +92331,10 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 30210,
"downloads": 31475,
"stars": 1,
"trending": 5.31,
"trending": 4.019,
"trends": [
4.499,
3.173,
3.588,
5.266,
@ -92339,10 +92346,10 @@
5.395,
5.897,
6.215,
5.31
5.31,
4.019
],
"trendsDate": [
1606093687,
1608692850,
1611292042,
1613890944,
@ -92354,10 +92361,10 @@
1629475411,
1632074618,
1634673855,
1637269421
1637269421,
1639868615
],
"downloadtrend": [
15869,
16389,
16999,
17944,
@ -92369,11 +92376,12 @@
25246,
26828,
28606,
30210
30210,
31475
],
"LastUpdateScan": 1637269421,
"LastUpdateScan": 1639868615,
"FirstSeen": 1577523960,
"topTrending": 0.8109999999999999
"topTrending": 0.8460000000000001
},
{
"Name": "KillingFloor",
@ -94199,11 +94207,10 @@
"Tools-Utilities",
"Backup"
],
"downloads": 80488,
"downloads": 87613,
"stars": 1,
"trending": 8.622,
"trending": 8.132,
"trends": [
22.006,
15.43,
18.889,
22.043,
@ -94215,10 +94222,10 @@
9.872,
8.828,
8.361,
8.622
8.622,
8.132
],
"trendsDate": [
1606093687,
1608692850,
1611292042,
1613890944,
@ -94230,10 +94237,10 @@
1629475412,
1632074618,
1634673856,
1637269421
1637269421,
1639868616
],
"downloadtrend": [
13001,
15373,
18953,
24312,
@ -94245,11 +94252,12 @@
61449,
67399,
73548,
80488
80488,
87613
],
"LastUpdateScan": 1637269421,
"LastUpdateScan": 1639868616,
"FirstSeen": 1593108480,
"topTrending": -13.384
"topTrending": -7.298
},
{
"Name": "Memories-of-Mars",
@ -110516,9 +110524,9 @@
"CategoryList": [
"Other"
],
"downloads": 3470,
"downloads": 3681,
"stars": 1,
"LastUpdateScan": 1637269421,
"LastUpdateScan": 1639868616,
"FirstSeen": 1559297414
},
{
@ -125282,11 +125290,10 @@
"Tools-Utilities",
"Network-Management"
],
"downloads": 25730785,
"stars": 46,
"trending": 2.942,
"downloads": 26542907,
"stars": 47,
"trending": 3.06,
"trends": [
8.392,
2.118,
1.6,
2.403,
@ -125298,10 +125305,10 @@
3.575,
3.393,
3.318,
2.942
2.942,
3.06
],
"trendsDate": [
1606079308,
1608685673,
1611284847,
1613883750,
@ -125313,10 +125320,10 @@
1629475413,
1632074619,
1634673856,
1637269421
1637269421,
1639868631
],
"downloadtrend": [
18412361,
18810764,
19116580,
19587285,
@ -125328,12 +125335,13 @@
23325813,
24145000,
24973745,
25730785
25730785,
26542907
],
"LastUpdateScan": 1637269421,
"LastUpdateScan": 1639868631,
"FirstSeen": 1567102098,
"topTrending": -5.449999999999999,
"topPerforming": 2.942
"topTrending": 0.9420000000000002,
"topPerforming": 3.06
},
{
"Name": "unpackerr",
@ -160479,11 +160487,10 @@
"CategoryList": [
"Network-Management"
],
"downloads": 10882057,
"downloads": 11472517,
"stars": 14,
"trending": 5.952,
"trending": 5.147,
"trends": [
11.615,
2.615,
4.357,
5.089,
@ -160495,10 +160502,10 @@
6.281,
5.203,
5.332,
5.952
5.952,
5.147
],
"trendsDate": [
1606093687,
1608692851,
1611292042,
1613890944,
@ -160510,10 +160517,10 @@
1629475415,
1632074622,
1634673860,
1637269424
1637269424,
1639868631
],
"downloadtrend": [
5276865,
5418573,
5665423,
5969178,
@ -160525,12 +160532,13 @@
9184499,
9688639,
10234373,
10882057
10882057,
11472517
],
"LastUpdateScan": 1637269424,
"LastUpdateScan": 1639868631,
"FirstSeen": 1590506426,
"topTrending": -5.663,
"topPerforming": 5.952
"topTrending": 2.532,
"topPerforming": 5.147
},
{
"Name": "phpIPAM-www",
@ -160755,11 +160763,10 @@
"CategoryList": [
"Network-Management"
],
"downloads": 15748579,
"stars": 53,
"trending": 4.561,
"downloads": 16513183,
"stars": 54,
"trending": 4.63,
"trends": [
11.748,
2.836,
4.447,
13.127,
@ -160771,10 +160778,10 @@
7.909,
3.994,
3.798,
4.561
4.561,
4.63
],
"trendsDate": [
1606093688,
1608692851,
1611292042,
1613890944,
@ -160786,10 +160793,10 @@
1629475416,
1632074622,
1634673861,
1637269425
1637269425,
1639868655
],
"downloadtrend": [
6123749,
6302513,
6595859,
7592538,
@ -160801,12 +160808,13 @@
13882026,
14459513,
15030300,
15748579
15748579,
16513183
],
"LastUpdateScan": 1637269425,
"LastUpdateScan": 1639868655,
"FirstSeen": 1590506426,
"topTrending": -7.186999999999999,
"topPerforming": 4.561
"topTrending": 1.794,
"topPerforming": 4.63
},
{
"Name": "Directus",
@ -166348,24 +166356,28 @@
"CategoryList": [
"MediaApp-Video"
],
"downloads": 13329,
"downloads": 18046,
"stars": 1,
"trending": 10.241,
"trending": 26.139,
"trends": [
14.176,
10.241
10.241,
26.139
],
"trendsDate": [
1634673861,
1637269425
1637269425,
1639868655
],
"downloadtrend": [
10268,
11964,
13329
13329,
18046
],
"LastUpdateScan": 1637269425,
"FirstSeen": 1598303903
"LastUpdateScan": 1639868655,
"FirstSeen": 1598303903,
"topTrending": 11.963
},
{
"Name": "DNS-DoH-companion",
@ -173230,8 +173242,8 @@
"Backup",
"Cloud"
],
"downloads": 6222,
"LastUpdateScan": 1637269425,
"downloads": 6873,
"LastUpdateScan": 1639868655,
"FirstSeen": 1606101044
},
{
@ -190588,28 +190600,31 @@
"CategoryList": [
"Security"
],
"downloads": 9480328,
"stars": 62,
"trending": 12.776,
"downloads": 11173080,
"stars": 67,
"trending": 15.15,
"trends": [
5.616,
15.048,
12.776
12.776,
15.15
],
"trendsDate": [
1632074623,
1634673862,
1637269425
1637269425,
1639868656
],
"downloadtrend": [
6630253,
7024734,
8269106,
9480328
9480328,
11173080
],
"LastUpdateScan": 1637269425,
"LastUpdateScan": 1639868656,
"FirstSeen": 1629475416,
"topTrending": 7.16
"topTrending": 9.534
},
{
"Name": "flame",

View File

@ -51142,28 +51142,31 @@
},
"lnxd/phoenixminer": {
"Base": null,
"Downloads": 74306,
"Downloads": 83780,
"Stars": 2,
"Time": 1637276614,
"trending": 10.621,
"Time": 1639875810,
"trending": 11.308,
"trends": [
41.738,
11.764,
10.674,
10.621
10.621,
11.308
],
"downloadtrend": [
30498,
52346,
59325,
66414,
74306
74306,
83780
],
"trendsDate": [
1629482614,
1632081615,
1634680993,
1637276614
1637276614,
1639875810
]
},
"lawryder/ankidock": {
@ -58953,5 +58956,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"olprog/tmpmail": {
"Base": null,
"Downloads": 100,
"Stars": null,
"Time": 1639875810,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}