From 929bbc2aa399e1b736d297545c943cf6b1c0d837 Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Tue, 9 Nov 2021 08:03:35 -0500 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 15 ++- applicationFeed.json | 19 +++- old-applicationFeed-raw.json | 155 +++++++++++++++++++++++++++++-- repoInfo.json | 19 ++-- 5 files changed, 187 insertions(+), 23 deletions(-) diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 9d2dd0b72..348d8222f 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1636455802 + "last_updated_timestamp": 1636463014 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index 88f5efa5d..2f5c9de18 100755 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -173977,9 +173977,20 @@ "CategoryList": [ "Cloud" ], - "downloads": 14022, + "downloads": 26092, "stars": 1, - "LastUpdateScan": 1633867408, + "trending": 46.259, + "trends": [ + 46.259 + ], + "trendsDate": [ + 1636463014 + ], + "downloadtrend": [ + 14022, + 26092 + ], + "LastUpdateScan": 1636463014, "FirstSeen": 1628669013 }, { diff --git a/applicationFeed.json b/applicationFeed.json index d9ee6045f..01cdf4b12 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { "apps": 1409, - "last_updated_timestamp": 1636455802, - "last_updated": "2021-11-09 06:03", + "last_updated_timestamp": 1636463014, + "last_updated": "2021-11-09 08:03", "categories": [ { "Cat": "Backup:", @@ -174139,9 +174139,20 @@ "CategoryList": [ "Cloud" ], - "downloads": 14022, + "downloads": 26092, "stars": 1, - "LastUpdateScan": 1633867408, + "trending": 46.259, + "trends": [ + 46.259 + ], + "trendsDate": [ + 1636463014 + ], + "downloadtrend": [ + 14022, + 26092 + ], + "LastUpdateScan": 1636463014, "FirstSeen": 1628669013 }, { diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index dd6da335d..88f5efa5d 100755 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -170114,9 +170114,9 @@ "HomeAutomation", "Tools-Utilities" ], - "downloads": 42386534, - "stars": 75, - "trending": 20.137, + "downloads": 50550232, + "stars": 77, + "trending": 16.15, "trends": [ 18.73, 7.18, @@ -170129,7 +170129,8 @@ 22.74, 14.356, 3.857, - 20.137 + 20.137, + 16.15 ], "trendsDate": [ 1605272899, @@ -170143,10 +170144,10 @@ 1626062584, 1628661806, 1631261045, - 1633860211 + 1633860211, + 1636455802 ], "downloadtrend": [ - 2519895, 3100643, 3340504, 4616389, @@ -170158,12 +170159,13 @@ 27873464, 32545605, 33851293, - 42386534 + 42386534, + 50550232 ], - "LastUpdateScan": 1633860211, + "LastUpdateScan": 1636455802, "FirstSeen": 1602676263, - "topTrending": 1.407, - "topPerforming": 20.137 + "topTrending": -2.580000000000002, + "topPerforming": 16.15 }, { "Name": "amongusdiscord", @@ -181209,6 +181211,139 @@ "topTrending": -9.415000000000001, "topPerforming": 2.382 }, + { + "Name": "Kodi-Headless", + "Repository": "matthuisman/kodi-headless:Matrix", + "Registry": "https://hub.docker.com/r/matthuisman/kodi-headless", + "Network": "bridge", + "Shell": "sh", + "Privileged": "false", + "Support": "https://github.com/matthuisman/docker-kodi-headless/issues", + "Project": "https://kodi.tv/", + "Overview": "A headless install of kodi in a docker container. Commonly used with MySQL Kodi setup to allow library updates via web interface.", + "WebUI": "http://[IP]:[PORT:8080]", + "TemplateURL": "https://raw.githubusercontent.com/hussainalhaddad/docker-templates/master/kodi-headless/kodi-headless.xml", + "Icon": "https://github.com/xbmc/xbmc/raw/master/media/icon80x80.png", + "ExtraParams": "--restart unless-stopped", + "PostArgs": "", + "CPUset": "", + "Networking": { + "Mode": "bridge" + }, + "Config": [ + { + "@attributes": { + "Name": "Config path", + "Target": "/config/.kodi", + "Default": "/mnt/user/appdata/kodi-headless", + "Mode": "rw", + "Description": "Container Path: /config/.kodi", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "/mnt/user/appdata/kodi-headless" + }, + { + "@attributes": { + "Name": "PGID", + "Target": "PGID", + "Default": "100", + "Mode": "", + "Description": "Container Variable: PGID", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "100" + }, + { + "@attributes": { + "Name": "PUID", + "Target": "PUID", + "Default": "1000", + "Mode": "", + "Description": "Container Variable: PUID", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "1000" + }, + { + "@attributes": { + "Name": "Timezone", + "Target": "TZ", + "Default": "Asia/Bahrain", + "Mode": "", + "Description": "Container Variable: TZ", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "Asia/Bahrain" + }, + { + "@attributes": { + "Name": "WebUI - TCP", + "Target": "8080", + "Default": "8080", + "Mode": "tcp", + "Description": "Container Port: 8080", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "8080" + }, + { + "@attributes": { + "Name": "JSON-RPC API - TCP", + "Target": "9090", + "Default": "9090", + "Mode": "tcp", + "Description": "Container Port: 9090", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "9090" + }, + { + "@attributes": { + "Name": "EventServer - UDP", + "Target": "9777", + "Default": "9777", + "Mode": "udp", + "Description": "Container Port: 9777", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "9777" + } + ], + "Repo": "hussainalhaddad's Repository", + "Date": "1636450316", + "templatePath": "/tmp/GitHub/AppFeed/templates/hussainalhaddadsRepository/kodi-headless/kodi-headless.xml", + "CategoryList": [ + "MediaApp-Video", + "MediaApp-Music", + "MediaServer-Video", + "MediaServer-Music" + ], + "downloads": 137306, + "stars": 8, + "LastUpdateScan": 1636455802, + "FirstSeen": 1636455802 + }, { "Name": "MyJDownloader", "Repository": "jaymoulin/jdownloader", diff --git a/repoInfo.json b/repoInfo.json index 5a20a873a..eb29e2b1d 100755 --- a/repoInfo.json +++ b/repoInfo.json @@ -54496,13 +54496,20 @@ }, "apachewebdav/apachewebdav": { "Base": null, - "Downloads": 14022, + "Downloads": 26092, "Stars": 1, - "Time": 1633867408, - "trending": null, - "trends": null, - "downloadtrend": null, - "trendsDate": null + "Time": 1636463014, + "trending": 46.259, + "trends": [ + 46.259 + ], + "downloadtrend": [ + 14022, + 26092 + ], + "trendsDate": [ + 1636463014 + ] }, "linuxserver/webtop:ubuntu-mate": { "Base": null,