diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 3477c4f5b..d2e8b3b0d 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1637175815 + "last_updated_timestamp": 1637183023 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index 8578ef9b8..8f95c3138 100755 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -5276,11 +5276,10 @@ "MediaServer-Music", "MediaServer-Photos" ], - "downloads": 4506496, + "downloads": 4650110, "stars": 24, - "trending": 3.122, + "trending": 3.088, "trends": [ - 3.519, 3.416, 2.106, 2.391, @@ -5292,10 +5291,10 @@ 3.605, 3.553, 3.17, - 3.122 + 3.122, + 3.088 ], "trendsDate": [ - 1603404509, 1606000073, 1608599251, 1611198475, @@ -5307,10 +5306,10 @@ 1626789796, 1629389012, 1631988204, - 1634587413 + 1634587413, + 1637183020 ], "downloadtrend": [ - 3021840, 3128710, 3196002, 3274304, @@ -5322,12 +5321,13 @@ 4077217, 4227423, 4365810, - 4506496 + 4506496, + 4650110 ], - "LastUpdateScan": 1634587413, + "LastUpdateScan": 1637183020, "FirstSeen": 1, - "topTrending": -0.39700000000000024, - "topPerforming": 3.122 + "topTrending": -0.32799999999999985, + "topPerforming": 3.088 }, { "TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/plexpass.xml", @@ -127716,75 +127716,43 @@ }, { "Name": "gPodder", - "Repository": "xthursdayx/gpodder-docker", + "Repository": "xthursdayx/gpodder-docker:latest", "Registry": "https://hub.docker.com/r/xthursdayx/gpodder-docker/", "Network": "bridge", "Shell": "bash", "Privileged": "false", "Support": "https://forums.unraid.net/topic/83812-support-xthursdayx-gpodder/", "Project": "https://gpodder.github.io/", - "Overview": "gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.
\r\n
\r\n[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
\r\n [b]/config[/b] - Location of gPodder persistent config.[br]
\r\n [b]/downloads[/b] - Location of downloads.[br]
\r\n [b]PUID[/b] - set UserID[br]
\r\n [b]PGID[/b] - set GroupID[br]
\r\n [b]8080:[/b] - HTTP GUI access[br]
\r\n [b]3389[/b] - RDP access[br]
\r\n [b]GUAC_USER[/b] for setting a username for the gPodder desktop GUI #optional[br]
\r\n [b]GUAC_PASSS[/b] Password md5 hash for the gPodder desktop GUI #optional[br]
\r\n[br][b]When creating this container you first need to generate an MD5 hash of your password. You can do this by running the command: [br]
\r\n`echo -n password | openssl md5` & `printf '%s' password | md5sum`", - "WebUI": "http://[IP]:[PORT:8080]", + "Overview": "gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.
\r\n
\r\n\r\nConfiguration:\r\n
\r\n /config - Location of gPodder persistent config.\r\n
\r\n /downloads - Location of downloads.\r\n
\r\n PUID - set UserID\r\n
\r\n PGID - set GroupID\r\n
\r\n 3000 - WebUI access\r\n
\r\n PASSWORD for setting a password for the gPodder WebUI #optional\r\n
", + "WebUI": "http://[IP]:[PORT:3000]", "TemplateURL": "https://raw.githubusercontent.com/xthursdayx/docker-templates/master/xthursdayx/gpodder.xml", "Icon": "https://raw.githubusercontent.com/xthursdayx/docker-templates/master/xthursdayx/images/gpodder-icon.png", "ExtraParams": "--restart=unless-stopped", "PostArgs": "", "CPUset": "", - "DonateText": "\u200b If you appreciate my work please consider buying me a coffee, cheers!\u00a0\ud83d\ude01 \u00a0 \u200b", - "DonateLink": "https://www.buymeacoffee.com/xthursdayx", - "Networking": { - "Mode": "bridge" - }, + "Requires": "", "Config": [ - { - "@attributes": { - "Name": "PUID", - "Target": "PUID", - "Default": "99", - "Mode": "", - "Description": "Container Variable: PUID", - "Type": "Variable", - "Display": "advanced", - "Required": "true", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "PGID", - "Target": "PGID", - "Default": "100", - "Mode": "", - "Description": "Container Variable: PGID", - "Type": "Variable", - "Display": "advanced", - "Required": "true", - "Mask": "false" - }, - "value": "" - }, { "@attributes": { "Name": "Time Zone", "Target": "TZ", "Default": "America/New_York", "Mode": "", - "Description": "Container Variable: TZ", + "Description": "", "Type": "Variable", "Display": "always", "Required": "false", "Mask": "false" }, - "value": "" + "value": "America/New_York" }, { "@attributes": { - "Name": "GUAC_USER", - "Target": "GUAC_USER", + "Name": "PASSWORD", + "Target": "PASSWORD", "Default": "", "Mode": "", - "Description": "Optional - Username for Guacamole's web interface", + "Description": "Optional - password for Guacamole's web interface", "Type": "Variable", "Display": "always", "Required": "false", @@ -127794,45 +127762,17 @@ }, { "@attributes": { - "Name": "GUAC_PASS", - "Target": "GUAC_PASS", - "Default": "", - "Mode": "", - "Description": "Optional - MD5 hash of your password for Guacamole's web interface", - "Type": "Variable", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "HTTP Port", - "Target": "8080", - "Default": "8080", + "Name": "Port", + "Target": "3000", + "Default": "3000", "Mode": "tcp", - "Description": "Container Port: 8080", + "Description": "", "Type": "Port", "Display": "always", - "Required": "false", + "Required": "true", "Mask": "false" }, - "value": "" - }, - { - "@attributes": { - "Name": "RDP Port", - "Target": "3389", - "Default": "3389", - "Mode": "tcp", - "Description": "Container Port: 3389", - "Type": "Port", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "" + "value": "3000" }, { "@attributes": { @@ -127840,87 +127780,68 @@ "Target": "/downloads", "Default": "", "Mode": "rw", - "Description": "Container Path: /downloads", + "Description": "", "Type": "Path", "Display": "always", - "Required": "false", + "Required": "true", "Mask": "false" }, "value": "" }, + { + "@attributes": { + "Name": "PUID", + "Target": "PUID", + "Default": "99", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "99" + }, + { + "@attributes": { + "Name": "PGID", + "Target": "PGID", + "Default": "100", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "100" + }, { "@attributes": { "Name": "Config Path", "Target": "/config", "Default": "/mnt/cache/appdata/gpodder", "Mode": "rw", - "Description": "Container Path: /config", + "Description": "", "Type": "Path", "Display": "advanced", "Required": "true", "Mask": "false" }, - "value": "" + "value": "/mnt/cache/appdata/gPodder" } ], "Repo": "xthursdayx's Repository", - "Date": "1623725708", + "Date": "1637180685", "templatePath": "/tmp/GitHub/AppFeed/templates/xthursdayxsRepository/xthursdayx/gpodder.xml", "CategoryList": [ "Downloaders", "MediaApp-Other" ], - "downloads": 88887, + "downloads": 92798, "stars": 3, - "trending": 3.987, - "trends": [ - 11.835, - 11.017, - 15.295, - 9.071, - 10.527, - 9.793, - 9.993, - 8.854, - 19.227, - 18.419, - 15.104, - 4.449, - 3.987 - ], - "trendsDate": [ - 1603260636, - 1605856103, - 1608450223, - 1611047273, - 1613646162, - 1616241788, - 1618840977, - 1621440194, - 1624212191, - 1626811403, - 1629410615, - 1632009808, - 1634609040 - ], - "downloadtrend": [ - 20702, - 23265, - 27466, - 30206, - 33760, - 37425, - 41580, - 45619, - 56478, - 69229, - 81546, - 85343, - 88887 - ], - "LastUpdateScan": 1634609040, - "FirstSeen": 1569478035, - "topTrending": -7.848000000000001 + "LastUpdateScan": 1637183020, + "FirstSeen": 1637183020 }, { "Name": "lingva", @@ -154036,9 +153957,9 @@ "Downloaders", "MediaApp-Music" ], - "downloads": 18800, + "downloads": 20834, "stars": 4, - "trending": 11.128, + "trending": 9.763, "trends": [ 10.089, 5.305, @@ -154046,7 +153967,8 @@ 6.225, 7.019, 9.618, - 11.128 + 11.128, + 9.763 ], "trendsDate": [ 1618992155, @@ -154055,7 +153977,8 @@ 1626789796, 1629389012, 1631988204, - 1634587413 + 1634587413, + 1637183021 ], "downloadtrend": [ 10801, @@ -154065,11 +153988,12 @@ 14041, 15101, 16708, - 18800 + 18800, + 20834 ], - "LastUpdateScan": 1634587413, + "LastUpdateScan": 1637183021, "FirstSeen": 1598206108, - "topTrending": 1.0389999999999997 + "topTrending": -0.3260000000000005 }, { "Beta": "true", @@ -171961,9 +171885,9 @@ "CategoryList": [ "Backup" ], - "downloads": 6264252, + "downloads": 6472730, "stars": 30, - "trending": 2.358, + "trending": 3.221, "trends": [ 1.771, 2.142, @@ -171975,7 +171899,8 @@ 2.462, 2.451, 2.443, - 2.358 + 2.358, + 3.221 ], "trendsDate": [ 1608599252, @@ -171988,7 +171913,8 @@ 1626789796, 1629389013, 1631988205, - 1634587414 + 1634587414, + 1637183022 ], "downloadtrend": [ 4837298, @@ -172002,12 +171928,13 @@ 5820879, 5967120, 6116545, - 6264252 + 6264252, + 6472730 ], - "LastUpdateScan": 1634587414, + "LastUpdateScan": 1637183022, "FirstSeen": 1606005862, - "topTrending": 0.5870000000000002, - "topPerforming": 2.358 + "topTrending": 1.4500000000000002, + "topPerforming": 3.221 }, { "Name": "google-cloud-storage-backup", @@ -185191,8 +185118,9 @@ "CategoryList": [ "Crypto" ], - "downloads": 164, - "LastUpdateScan": 1634587414, + "downloads": 730, + "stars": 2, + "LastUpdateScan": 1637183022, "FirstSeen": 1634587414 }, { @@ -185417,8 +185345,9 @@ "CategoryList": [ "Crypto" ], - "downloads": 257, - "LastUpdateScan": 1634587414, + "downloads": 901, + "stars": 4, + "LastUpdateScan": 1637183022, "FirstSeen": 1634587414 }, { @@ -185869,8 +185798,9 @@ "CategoryList": [ "Crypto" ], - "downloads": 184, - "LastUpdateScan": 1634587414, + "downloads": 742, + "stars": 4, + "LastUpdateScan": 1637183022, "FirstSeen": 1634587414 }, { @@ -186095,8 +186025,9 @@ "CategoryList": [ "Crypto" ], - "downloads": 186, - "LastUpdateScan": 1634587415, + "downloads": 742, + "stars": 4, + "LastUpdateScan": 1637183023, "FirstSeen": 1634587415 }, { diff --git a/applicationFeed.json b/applicationFeed.json index 7fca7bb84..e13e68f0b 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { "apps": 1413, - "last_updated_timestamp": 1637175815, - "last_updated": "2021-11-17 14:03", + "last_updated_timestamp": 1637183023, + "last_updated": "2021-11-17 16:03", "categories": [ { "Cat": "Backup:", @@ -5438,11 +5438,10 @@ "MediaServer-Music", "MediaServer-Photos" ], - "downloads": 4506496, + "downloads": 4650110, "stars": 24, - "trending": 3.122, + "trending": 3.088, "trends": [ - 3.519, 3.416, 2.106, 2.391, @@ -5454,10 +5453,10 @@ 3.605, 3.553, 3.17, - 3.122 + 3.122, + 3.088 ], "trendsDate": [ - 1603404509, 1606000073, 1608599251, 1611198475, @@ -5469,10 +5468,10 @@ 1626789796, 1629389012, 1631988204, - 1634587413 + 1634587413, + 1637183020 ], "downloadtrend": [ - 3021840, 3128710, 3196002, 3274304, @@ -5484,12 +5483,13 @@ 4077217, 4227423, 4365810, - 4506496 + 4506496, + 4650110 ], - "LastUpdateScan": 1634587413, + "LastUpdateScan": 1637183020, "FirstSeen": 1, - "topTrending": -0.39700000000000024, - "topPerforming": 3.122 + "topTrending": -0.32799999999999985, + "topPerforming": 3.088 }, { "TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/plexpass.xml", @@ -127878,75 +127878,43 @@ }, { "Name": "gPodder", - "Repository": "xthursdayx/gpodder-docker", + "Repository": "xthursdayx/gpodder-docker:latest", "Registry": "https://hub.docker.com/r/xthursdayx/gpodder-docker/", "Network": "bridge", "Shell": "bash", "Privileged": "false", "Support": "https://forums.unraid.net/topic/83812-support-xthursdayx-gpodder/", "Project": "https://gpodder.github.io/", - "Overview": "gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.
\r\n
\r\n[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
\r\n [b]/config[/b] - Location of gPodder persistent config.[br]
\r\n [b]/downloads[/b] - Location of downloads.[br]
\r\n [b]PUID[/b] - set UserID[br]
\r\n [b]PGID[/b] - set GroupID[br]
\r\n [b]8080:[/b] - HTTP GUI access[br]
\r\n [b]3389[/b] - RDP access[br]
\r\n [b]GUAC_USER[/b] for setting a username for the gPodder desktop GUI #optional[br]
\r\n [b]GUAC_PASSS[/b] Password md5 hash for the gPodder desktop GUI #optional[br]
\r\n[br][b]When creating this container you first need to generate an MD5 hash of your password. You can do this by running the command: [br]
\r\n`echo -n password | openssl md5` & `printf '%s' password | md5sum`", - "WebUI": "http://[IP]:[PORT:8080]", + "Overview": "gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.
\r\n
\r\n\r\nConfiguration:\r\n
\r\n /config - Location of gPodder persistent config.\r\n
\r\n /downloads - Location of downloads.\r\n
\r\n PUID - set UserID\r\n
\r\n PGID - set GroupID\r\n
\r\n 3000 - WebUI access\r\n
\r\n PASSWORD for setting a password for the gPodder WebUI #optional\r\n
", + "WebUI": "http://[IP]:[PORT:3000]", "TemplateURL": "https://raw.githubusercontent.com/xthursdayx/docker-templates/master/xthursdayx/gpodder.xml", "Icon": "https://raw.githubusercontent.com/xthursdayx/docker-templates/master/xthursdayx/images/gpodder-icon.png", "ExtraParams": "--restart=unless-stopped", "PostArgs": "", "CPUset": "", - "DonateText": "\u200b If you appreciate my work please consider buying me a coffee, cheers!\u00a0\ud83d\ude01 \u00a0 \u200b", - "DonateLink": "https://www.buymeacoffee.com/xthursdayx", - "Networking": { - "Mode": "bridge" - }, + "Requires": "", "Config": [ - { - "@attributes": { - "Name": "PUID", - "Target": "PUID", - "Default": "99", - "Mode": "", - "Description": "Container Variable: PUID", - "Type": "Variable", - "Display": "advanced", - "Required": "true", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "PGID", - "Target": "PGID", - "Default": "100", - "Mode": "", - "Description": "Container Variable: PGID", - "Type": "Variable", - "Display": "advanced", - "Required": "true", - "Mask": "false" - }, - "value": "" - }, { "@attributes": { "Name": "Time Zone", "Target": "TZ", "Default": "America/New_York", "Mode": "", - "Description": "Container Variable: TZ", + "Description": "", "Type": "Variable", "Display": "always", "Required": "false", "Mask": "false" }, - "value": "" + "value": "America/New_York" }, { "@attributes": { - "Name": "GUAC_USER", - "Target": "GUAC_USER", + "Name": "PASSWORD", + "Target": "PASSWORD", "Default": "", "Mode": "", - "Description": "Optional - Username for Guacamole's web interface", + "Description": "Optional - password for Guacamole's web interface", "Type": "Variable", "Display": "always", "Required": "false", @@ -127956,45 +127924,17 @@ }, { "@attributes": { - "Name": "GUAC_PASS", - "Target": "GUAC_PASS", - "Default": "", - "Mode": "", - "Description": "Optional - MD5 hash of your password for Guacamole's web interface", - "Type": "Variable", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "HTTP Port", - "Target": "8080", - "Default": "8080", + "Name": "Port", + "Target": "3000", + "Default": "3000", "Mode": "tcp", - "Description": "Container Port: 8080", + "Description": "", "Type": "Port", "Display": "always", - "Required": "false", + "Required": "true", "Mask": "false" }, - "value": "" - }, - { - "@attributes": { - "Name": "RDP Port", - "Target": "3389", - "Default": "3389", - "Mode": "tcp", - "Description": "Container Port: 3389", - "Type": "Port", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "" + "value": "3000" }, { "@attributes": { @@ -128002,87 +127942,68 @@ "Target": "/downloads", "Default": "", "Mode": "rw", - "Description": "Container Path: /downloads", + "Description": "", "Type": "Path", "Display": "always", - "Required": "false", + "Required": "true", "Mask": "false" }, "value": "" }, + { + "@attributes": { + "Name": "PUID", + "Target": "PUID", + "Default": "99", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "99" + }, + { + "@attributes": { + "Name": "PGID", + "Target": "PGID", + "Default": "100", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "100" + }, { "@attributes": { "Name": "Config Path", "Target": "/config", "Default": "/mnt/cache/appdata/gpodder", "Mode": "rw", - "Description": "Container Path: /config", + "Description": "", "Type": "Path", "Display": "advanced", "Required": "true", "Mask": "false" }, - "value": "" + "value": "/mnt/cache/appdata/gPodder" } ], "Repo": "xthursdayx's Repository", - "Date": "1623725708", + "Date": "1637180685", "templatePath": "/tmp/GitHub/AppFeed/templates/xthursdayxsRepository/xthursdayx/gpodder.xml", "CategoryList": [ "Downloaders", "MediaApp-Other" ], - "downloads": 88887, + "downloads": 92798, "stars": 3, - "trending": 3.987, - "trends": [ - 11.835, - 11.017, - 15.295, - 9.071, - 10.527, - 9.793, - 9.993, - 8.854, - 19.227, - 18.419, - 15.104, - 4.449, - 3.987 - ], - "trendsDate": [ - 1603260636, - 1605856103, - 1608450223, - 1611047273, - 1613646162, - 1616241788, - 1618840977, - 1621440194, - 1624212191, - 1626811403, - 1629410615, - 1632009808, - 1634609040 - ], - "downloadtrend": [ - 20702, - 23265, - 27466, - 30206, - 33760, - 37425, - 41580, - 45619, - 56478, - 69229, - 81546, - 85343, - 88887 - ], - "LastUpdateScan": 1634609040, - "FirstSeen": 1569478035, - "topTrending": -7.848000000000001 + "LastUpdateScan": 1637183020, + "FirstSeen": 1637183020 }, { "Name": "lingva", @@ -154198,9 +154119,9 @@ "Downloaders", "MediaApp-Music" ], - "downloads": 18800, + "downloads": 20834, "stars": 4, - "trending": 11.128, + "trending": 9.763, "trends": [ 10.089, 5.305, @@ -154208,7 +154129,8 @@ 6.225, 7.019, 9.618, - 11.128 + 11.128, + 9.763 ], "trendsDate": [ 1618992155, @@ -154217,7 +154139,8 @@ 1626789796, 1629389012, 1631988204, - 1634587413 + 1634587413, + 1637183021 ], "downloadtrend": [ 10801, @@ -154227,11 +154150,12 @@ 14041, 15101, 16708, - 18800 + 18800, + 20834 ], - "LastUpdateScan": 1634587413, + "LastUpdateScan": 1637183021, "FirstSeen": 1598206108, - "topTrending": 1.0389999999999997 + "topTrending": -0.3260000000000005 }, { "Beta": "true", @@ -172123,9 +172047,9 @@ "CategoryList": [ "Backup" ], - "downloads": 6264252, + "downloads": 6472730, "stars": 30, - "trending": 2.358, + "trending": 3.221, "trends": [ 1.771, 2.142, @@ -172137,7 +172061,8 @@ 2.462, 2.451, 2.443, - 2.358 + 2.358, + 3.221 ], "trendsDate": [ 1608599252, @@ -172150,7 +172075,8 @@ 1626789796, 1629389013, 1631988205, - 1634587414 + 1634587414, + 1637183022 ], "downloadtrend": [ 4837298, @@ -172164,12 +172090,13 @@ 5820879, 5967120, 6116545, - 6264252 + 6264252, + 6472730 ], - "LastUpdateScan": 1634587414, + "LastUpdateScan": 1637183022, "FirstSeen": 1606005862, - "topTrending": 0.5870000000000002, - "topPerforming": 2.358 + "topTrending": 1.4500000000000002, + "topPerforming": 3.221 }, { "Name": "google-cloud-storage-backup", @@ -185353,8 +185280,9 @@ "CategoryList": [ "Crypto" ], - "downloads": 164, - "LastUpdateScan": 1634587414, + "downloads": 730, + "stars": 2, + "LastUpdateScan": 1637183022, "FirstSeen": 1634587414 }, { @@ -185579,8 +185507,9 @@ "CategoryList": [ "Crypto" ], - "downloads": 257, - "LastUpdateScan": 1634587414, + "downloads": 901, + "stars": 4, + "LastUpdateScan": 1637183022, "FirstSeen": 1634587414 }, { @@ -186031,8 +185960,9 @@ "CategoryList": [ "Crypto" ], - "downloads": 184, - "LastUpdateScan": 1634587414, + "downloads": 742, + "stars": 4, + "LastUpdateScan": 1637183022, "FirstSeen": 1634587414 }, { @@ -186257,8 +186187,9 @@ "CategoryList": [ "Crypto" ], - "downloads": 186, - "LastUpdateScan": 1634587415, + "downloads": 742, + "stars": 4, + "LastUpdateScan": 1637183023, "FirstSeen": 1634587415 }, { diff --git a/firstSeen.json b/firstSeen.json index acd65016a..03c320aab 100755 --- a/firstSeen.json +++ b/firstSeen.json @@ -1861,5 +1861,6 @@ "ghcr.io/guydavis/machinaris-cactus": 1636700604, "ghcr.io/guydavis/machinaris-stor": 1636700604, "goobaroo/skyfactory4": 1636844606, - "cncjs/cncjs:v1.9.22": 1636967004 + "cncjs/cncjs:v1.9.22": 1636967004, + "xthursdayx/gpodder-docker:latest": 1637183020 } \ No newline at end of file diff --git a/repoInfo.json b/repoInfo.json index d30e5fc51..8d3e269e0 100755 --- a/repoInfo.json +++ b/repoInfo.json @@ -3870,12 +3870,11 @@ }, "binhex/arch-plex": { "Base": null, - "Downloads": 4506496, + "Downloads": 4650110, "Stars": 24, - "Time": 1634587413, - "trending": 3.122, + "Time": 1637183020, + "trending": 3.088, "trends": [ - 3.519, 3.416, 2.106, 2.391, @@ -3887,10 +3886,10 @@ 3.605, 3.553, 3.17, - 3.122 + 3.122, + 3.088 ], "downloadtrend": [ - 3021840, 3128710, 3196002, 3274304, @@ -3902,10 +3901,10 @@ 4077217, 4227423, 4365810, - 4506496 + 4506496, + 4650110 ], "trendsDate": [ - 1603404509, 1606000073, 1608599251, 1611198475, @@ -3917,7 +3916,8 @@ 1626789796, 1629389012, 1631988204, - 1634587413 + 1634587413, + 1637183020 ] }, "binhex/arch-plexpass": { @@ -42388,10 +42388,10 @@ }, "randomninjaatk/ama": { "Base": null, - "Downloads": 18800, + "Downloads": 20834, "Stars": 4, - "Time": 1634587413, - "trending": 11.128, + "Time": 1637183021, + "trending": 9.763, "trends": [ 10.089, 5.305, @@ -42399,7 +42399,8 @@ 6.225, 7.019, 9.618, - 11.128 + 11.128, + 9.763 ], "downloadtrend": [ 10801, @@ -42409,7 +42410,8 @@ 14041, 15101, 16708, - 18800 + 18800, + 20834 ], "trendsDate": [ 1618992155, @@ -42418,7 +42420,8 @@ 1626789796, 1629389012, 1631988204, - 1634587413 + 1634587413, + 1637183021 ] }, "chacawaca/post-recording": { @@ -46710,10 +46713,10 @@ }, "b3vis/borgmatic": { "Base": null, - "Downloads": 6264252, + "Downloads": 6472730, "Stars": 30, - "Time": 1634587414, - "trending": 2.358, + "Time": 1637183022, + "trending": 3.221, "trends": [ 1.771, 2.142, @@ -46725,7 +46728,8 @@ 2.462, 2.451, 2.443, - 2.358 + 2.358, + 3.221 ], "downloadtrend": [ 4837298, @@ -46739,7 +46743,8 @@ 5820879, 5967120, 6116545, - 6264252 + 6264252, + 6472730 ], "trendsDate": [ 1608599252, @@ -46752,7 +46757,8 @@ 1626789796, 1629389013, 1631988205, - 1634587414 + 1634587414, + 1637183022 ] }, "vinid223/gcloud-storage-backup": { @@ -55898,9 +55904,9 @@ }, "ghcr.io/guydavis/machinaris-chives": { "Base": null, - "Downloads": 164, - "Stars": null, - "Time": 1634587414, + "Downloads": 730, + "Stars": 2, + "Time": 1637183022, "trending": null, "trends": null, "downloadtrend": null, @@ -55908,9 +55914,9 @@ }, "ghcr.io/guydavis/machinaris-flax": { "Base": null, - "Downloads": 257, - "Stars": null, - "Time": 1634587414, + "Downloads": 901, + "Stars": 4, + "Time": 1637183022, "trending": null, "trends": null, "downloadtrend": null, @@ -55918,9 +55924,9 @@ }, "ghcr.io/guydavis/machinaris-hddcoin": { "Base": null, - "Downloads": 184, - "Stars": null, - "Time": 1634587414, + "Downloads": 742, + "Stars": 4, + "Time": 1637183022, "trending": null, "trends": null, "downloadtrend": null, @@ -55928,9 +55934,9 @@ }, "ghcr.io/guydavis/machinaris-nchain": { "Base": null, - "Downloads": 186, - "Stars": null, - "Time": 1634587415, + "Downloads": 742, + "Stars": 4, + "Time": 1637183023, "trending": null, "trends": null, "downloadtrend": null, @@ -57615,5 +57621,15 @@ "trends": null, "downloadtrend": null, "trendsDate": null + }, + "xthursdayx/gpodder-docker:latest": { + "Base": null, + "Downloads": 92798, + "Stars": 3, + "Time": 1637183020, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null } } \ No newline at end of file