From 21fc4922b84bc746b505edb90e3cc1ed9c0c3556 Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Fri, 10 Dec 2021 12:03:54 -0500 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 15 +- applicationFeed.json | 19 ++- old-applicationFeed-raw.json | 245 ------------------------------- repoInfo.json | 19 ++- 5 files changed, 42 insertions(+), 258 deletions(-) diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 7c8fb7a08..30ddb3fd8 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1639151297 + "last_updated_timestamp": 1639155832 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index dce921001..620257863 100755 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -202100,9 +202100,20 @@ "CategoryList": [ "GameServers" ], - "downloads": 15598, + "downloads": 30558, "stars": 2, - "LastUpdateScan": 1636560150, + "trending": 48.956, + "trends": [ + 48.956 + ], + "trendsDate": [ + 1639155832 + ], + "downloadtrend": [ + 15598, + 30558 + ], + "LastUpdateScan": 1639155832, "FirstSeen": 1636560150 }, { diff --git a/applicationFeed.json b/applicationFeed.json index 195656da8..86539eccd 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { "apps": 1463, - "last_updated_timestamp": 1639151297, - "last_updated": "2021-12-10 10:48", + "last_updated_timestamp": 1639155832, + "last_updated": "2021-12-10 12:03", "categories": [ { "Cat": "Backup:", @@ -202262,9 +202262,20 @@ "CategoryList": [ "GameServers" ], - "downloads": 15598, + "downloads": 30558, "stars": 2, - "LastUpdateScan": 1636560150, + "trending": 48.956, + "trends": [ + 48.956 + ], + "trendsDate": [ + 1639155832 + ], + "downloadtrend": [ + 15598, + 30558 + ], + "LastUpdateScan": 1639155832, "FirstSeen": 1636560150 }, { diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index 817279624..dce921001 100755 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -185213,7 +185213,6 @@ "Tools-System", "Plugins" ], - "LastUpdateScan": 1639149293, "FirstSeen": 1618366917 }, { @@ -205133,249 +205132,5 @@ "stars": 3, "LastUpdateScan": 1639130843, "FirstSeen": 1639130843 - }, - { - "Name": "nvim-server", - "Repository": "hikariai/nvim-server:latest", - "Registry": "https://hub.docker.com/r/hikariai/nvim-server", - "Network": "bridge", - "Shell": "bash", - "Privileged": "false", - "Project": "https://github.com/yqlbu/neovim-server", - "Overview": "A containerized IDE-like text editor that runs on a web server. This tool is for running NeoVim remotely and continuing the development process at \ud83d\ude80 speed.", - "WebUI": "http://[IP]:[PORT:3000]/wetty", - "TemplateURL": "https://raw.githubusercontent.com/yqlbu/unraid-templates/main/nvim-server/nvim-server.xml", - "Icon": "https://raw.githubusercontent.com/yqlbu/unraid-templates/main/nvim-server/icon.png", - "PostArgs": "", - "CPUset": "", - "Networking": { - "Mode": "bridge" - }, - "Config": [ - { - "@attributes": { - "Name": "USER", - "Target": "USER", - "Default": "guest", - "Mode": "", - "Description": "User for login, default is set to guest", - "Type": "Variable", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "guest" - }, - { - "@attributes": { - "Name": "SECRET", - "Target": "SECRET", - "Default": "password", - "Mode": "", - "Description": "Password for login, default is set to password", - "Type": "Variable", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "password" - }, - { - "@attributes": { - "Name": "TZ", - "Target": "TZ", - "Default": "Asia/Shanghai", - "Mode": "", - "Description": "Default TZ is set to Asia/Shanghai", - "Type": "Variable", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "Asia/Shanghai" - }, - { - "@attributes": { - "Name": "WEB UI", - "Target": "3000", - "Default": "6080", - "Mode": "tcp", - "Description": "Port for accessing the Web UI", - "Type": "Port", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "6080" - }, - { - "@attributes": { - "Name": "CONFIG", - "Target": "/config", - "Default": "/mnt/user/appdata/nvim-server", - "Mode": "rw", - "Description": "Container Path: /config", - "Type": "Path", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "/mnt/user/appdata/nvim-server" - }, - { - "@attributes": { - "Name": "WORKSPACE", - "Target": "/workspace", - "Default": "/mnt/user/appdata/nvim-server-workspace", - "Mode": "rw", - "Description": "Container Path: /workspace", - "Type": "Path", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "/mnt/user/appdata/nvim-server-workspace" - }, - { - "@attributes": { - "Name": "UID", - "Target": "", - "Default": "$UID", - "Mode": "", - "Description": "Container Variable: UID", - "Type": "Variable", - "Display": "advanced", - "Required": "false", - "Mask": "false" - }, - "value": "$UID" - }, - { - "@attributes": { - "Name": "Markdown Preview", - "Target": "8090", - "Default": "8090", - "Mode": "tcp", - "Description": "Port for the Instant Markdown Preview Server", - "Type": "Port", - "Display": "advanced", - "Required": "false", - "Mask": "false" - }, - "value": "8090" - }, - { - "@attributes": { - "Name": "GID", - "Target": "", - "Default": "$GID", - "Mode": "", - "Description": "Container Variable: GID", - "Type": "Variable", - "Display": "advanced", - "Required": "false", - "Mask": "false" - }, - "value": "$GID" - } - ], - "Repo": "kevin yu's Repository", - "Date": "1612912779", - "templatePath": "/tmp/GitHub/AppFeed/templates/kevinyusRepository/nvim-server/nvim-server.xml", - "CategoryList": [ - "Productivity" - ], - "downloads": 12310, - "stars": 1, - "trending": 6.255, - "trends": [ - 5.448, - 5.997, - 6.255 - ], - "trendsDate": [ - 1633709029, - 1636301472, - 1638896638 - ], - "downloadtrend": [ - 10257, - 10848, - 11540, - 12310 - ], - "LastUpdateScan": 1638896638, - "FirstSeen": 1612919463, - "topTrending": 0.8069999999999995 - }, - { - "Name": "TinyMediaManager", - "Repository": "dzhuang/tinymediamanager", - "Registry": "https://hub.docker.com/r/dzhuang/tinymediamanager", - "Network": "bridge", - "Shell": "sh", - "Privileged": "false", - "Project": "https://www.tinymediamanager.org/", - "Overview": "TinyMediaManager is a media management tool written in Java/Swing. It is written to provide metadata for the Kodi Media Center (formerly known as XBMC), MediaPortal, and Plex media server. Due to the fact that it is written in Java, tinyMediaManager will run on Windows, Linux, and macOS (and possibly more OS).", - "WebUI": "http://[IP]:[PORT:5800]", - "TemplateURL": "https://raw.githubusercontent.com/yqlbu/unraid-templates/main/tinymediamanager/tinymediamanager.xml", - "Icon": "https://i.ibb.co/BVkZTcd/tinymediamanager.png", - "PostArgs": "", - "CPUset": "", - "Requires": "", - "Config": [ - { - "@attributes": { - "Name": "Config", - "Target": "/config", - "Default": "", - "Mode": "rw", - "Description": "", - "Type": "Path", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "/mnt/user/appdata/tinymediaserver" - }, - { - "@attributes": { - "Name": "Media", - "Target": "/media", - "Default": "", - "Mode": "rw", - "Description": "", - "Type": "Path", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "Web UI", - "Target": "5800", - "Default": "", - "Mode": "tcp", - "Description": "", - "Type": "Port", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "5800" - } - ], - "Repo": "kevin yu's Repository", - "Date": "1639143623", - "templatePath": "/tmp/GitHub/AppFeed/templates/kevinyusRepository/tinymediamanager/tinymediamanager.xml", - "CategoryList": [ - "MediaApp-Video" - ], - "downloads": 130073, - "stars": 15, - "LastUpdateScan": 1639148623, - "FirstSeen": 1639148623 } ] \ No newline at end of file diff --git a/repoInfo.json b/repoInfo.json index bbc4d22b2..f19fe49b8 100755 --- a/repoInfo.json +++ b/repoInfo.json @@ -58635,13 +58635,20 @@ }, "ofsm/ofsm": { "Base": null, - "Downloads": 15598, + "Downloads": 30558, "Stars": 2, - "Time": 1636560150, - "trending": null, - "trends": null, - "downloadtrend": null, - "trendsDate": null + "Time": 1639155832, + "trending": 48.956, + "trends": [ + 48.956 + ], + "downloadtrend": [ + 15598, + 30558 + ], + "trendsDate": [ + 1639155832 + ] }, "lscr.io/linuxserver/emulatorjs": { "Base": null,