From d2786b04be10ca11bdbfd3a5688a9cba0eb1e1ca Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Thu, 19 Aug 2021 08:03:36 -0400 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 151 ++++++++++++++++++++++ applicationFeed.json | 157 ++++++++++++++++++++++- firstSeen.json | 3 +- old-applicationFeed-raw.json | 206 +++++++++++++++++++++++++++---- repoInfo.json | 10 ++ 6 files changed, 503 insertions(+), 26 deletions(-) diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 719b5abae..e70d2538e 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1629367419 + "last_updated_timestamp": 1629374614 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index f56d09329..96011e6fe 100755 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -184510,6 +184510,157 @@ "LastUpdateScan": 1627914737, "FirstSeen": 1627914737 }, + { + "Name": "invidious", + "Repository": "quay.io/invidious/invidious", + "Registry": "https://quay.io/repository/invidious/invidious", + "Network": "bridge", + "Shell": "sh", + "Privileged": "false", + "Support": "https://forums.unraid.net/topic/112086-support-joshndroids-docker-repo-support-thread/", + "Project": "https://github.com/iv-org/invidious", + "Overview": "An open source alternative front-end to YouTube", + "WebUI": "http://[IP]:[PORT:3000]/", + "TemplateURL": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/templates/invidious.xml", + "Icon": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/icons/invidious.png", + "ExtraParams": "--restart=always", + "PostArgs": "", + "Config": [ + { + "@attributes": { + "Name": "Port", + "Target": "3000", + "Default": "3000", + "Mode": "tcp", + "Description": "Webgui port", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "3000" + }, + { + "@attributes": { + "Name": "DB_HOST", + "Target": "DB_HOST", + "Default": "", + "Mode": "", + "Description": "Container Variable: DB_HOST", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "DB_PORT", + "Target": "DB_PORT", + "Default": "5432", + "Mode": "", + "Description": "Container Variable: DB_PORT", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "5432" + }, + { + "@attributes": { + "Name": "DB_USER", + "Target": "DB_USER", + "Default": "kemal", + "Mode": "", + "Description": "Container Variable: DB_USER", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "kemal" + }, + { + "@attributes": { + "Name": "DB_PASSWORD", + "Target": "DB_PASSWORD", + "Default": "", + "Mode": "", + "Description": "Container Variable: DB_PASSWORD", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "true" + }, + "value": "kemal" + }, + { + "@attributes": { + "Name": "DB_DATABASE", + "Target": "DB_DATABASE", + "Default": "invidious", + "Mode": "", + "Description": "Container Variable: DB_DATABASE", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "invidious" + }, + { + "@attributes": { + "Name": "Config", + "Target": "/config", + "Default": "/mnt/user/appdata/invidious", + "Mode": "rw", + "Description": "Config", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/invidious" + }, + { + "@attributes": { + "Name": "full_refresh", + "Target": "full_refresh", + "Default": "false", + "Mode": "", + "Description": "full_refresh", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Https_only", + "Target": "https_only", + "Default": "false", + "Mode": "", + "Description": "Https only", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + } + ], + "Repo": "Joshndroid's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/JoshndroidsRepository/templates/invidious.xml", + "CategoryList": [ + "Network-Web" + ], + "LastUpdateScan": 1629374613, + "FirstSeen": 1629374613 + }, { "Name": "libreddit", "Repository": "spikecodes/libreddit", diff --git a/applicationFeed.json b/applicationFeed.json index ef562a41f..2670e797b 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { - "apps": 1328, - "last_updated_timestamp": 1629367419, - "last_updated": "2021-08-19 06:03", + "apps": 1329, + "last_updated_timestamp": 1629374614, + "last_updated": "2021-08-19 08:03", "categories": [ { "Cat": "Backup:", @@ -184672,6 +184672,157 @@ "LastUpdateScan": 1627914737, "FirstSeen": 1627914737 }, + { + "Name": "invidious", + "Repository": "quay.io/invidious/invidious", + "Registry": "https://quay.io/repository/invidious/invidious", + "Network": "bridge", + "Shell": "sh", + "Privileged": "false", + "Support": "https://forums.unraid.net/topic/112086-support-joshndroids-docker-repo-support-thread/", + "Project": "https://github.com/iv-org/invidious", + "Overview": "An open source alternative front-end to YouTube", + "WebUI": "http://[IP]:[PORT:3000]/", + "TemplateURL": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/templates/invidious.xml", + "Icon": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/icons/invidious.png", + "ExtraParams": "--restart=always", + "PostArgs": "", + "Config": [ + { + "@attributes": { + "Name": "Port", + "Target": "3000", + "Default": "3000", + "Mode": "tcp", + "Description": "Webgui port", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "3000" + }, + { + "@attributes": { + "Name": "DB_HOST", + "Target": "DB_HOST", + "Default": "", + "Mode": "", + "Description": "Container Variable: DB_HOST", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "DB_PORT", + "Target": "DB_PORT", + "Default": "5432", + "Mode": "", + "Description": "Container Variable: DB_PORT", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "5432" + }, + { + "@attributes": { + "Name": "DB_USER", + "Target": "DB_USER", + "Default": "kemal", + "Mode": "", + "Description": "Container Variable: DB_USER", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "kemal" + }, + { + "@attributes": { + "Name": "DB_PASSWORD", + "Target": "DB_PASSWORD", + "Default": "", + "Mode": "", + "Description": "Container Variable: DB_PASSWORD", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "true" + }, + "value": "kemal" + }, + { + "@attributes": { + "Name": "DB_DATABASE", + "Target": "DB_DATABASE", + "Default": "invidious", + "Mode": "", + "Description": "Container Variable: DB_DATABASE", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "invidious" + }, + { + "@attributes": { + "Name": "Config", + "Target": "/config", + "Default": "/mnt/user/appdata/invidious", + "Mode": "rw", + "Description": "Config", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/invidious" + }, + { + "@attributes": { + "Name": "full_refresh", + "Target": "full_refresh", + "Default": "false", + "Mode": "", + "Description": "full_refresh", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Https_only", + "Target": "https_only", + "Default": "false", + "Mode": "", + "Description": "Https only", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + } + ], + "Repo": "Joshndroid's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/JoshndroidsRepository/templates/invidious.xml", + "CategoryList": [ + "Network-Web" + ], + "LastUpdateScan": 1629374613, + "FirstSeen": 1629374613 + }, { "Name": "libreddit", "Repository": "spikecodes/libreddit", diff --git a/firstSeen.json b/firstSeen.json index d5f89acb3..e24fb48db 100755 --- a/firstSeen.json +++ b/firstSeen.json @@ -1706,5 +1706,6 @@ "biggiesize/genea-app": 1629230625, "photonixapp/photonix": 1629308577, "vikunja/api:latest": 1629367418, - "vikunja/frontend:latest": 1629367418 + "vikunja/frontend:latest": 1629367418, + "quay.io/invidious/invidious": 1629374613 } \ No newline at end of file diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index b5f82d4f1..f56d09329 100755 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -648,11 +648,10 @@ "HomeAutomation", "Network-Management" ], - "downloads": 489823, + "downloads": 495337, "stars": 15, - "trending": 1.153, + "trending": 1.113, "trends": [ - 1.131, 1.122, 1.134, 1.01, @@ -664,10 +663,10 @@ 1.259, 1.263, 2.391, - 1.153 + 1.153, + 1.113 ], "trendsDate": [ - 1595585327, 1598184543, 1600783937, 1603382905, @@ -679,10 +678,10 @@ 1618970572, 1621569770, 1624168978, - 1626768198 + 1626768198, + 1629367418 ], "downloadtrend": [ - 425098, 429921, 434854, 439289, @@ -694,9 +693,10 @@ 466633, 472601, 484176, - 489823 + 489823, + 495337 ], - "LastUpdateScan": 1626768198, + "LastUpdateScan": 1629367418, "FirstSeen": 1 }, { @@ -40569,20 +40569,23 @@ "Backup", "Cloud" ], - "downloads": 185298, + "downloads": 187717, "stars": 6, - "trending": 1.166, + "trending": 1.289, "trends": [ - 1.166 + 1.166, + 1.289 ], "trendsDate": [ - 1626768198 + 1626768198, + 1629367418 ], "downloadtrend": [ 183137, - 185298 + 185298, + 187717 ], - "LastUpdateScan": 1626768198, + "LastUpdateScan": 1629367418, "FirstSeen": 1474257600 }, { @@ -132364,20 +132367,23 @@ "Backup", "Cloud" ], - "downloads": 185298, + "downloads": 187717, "stars": 6, - "trending": 1.166, + "trending": 1.289, "trends": [ - 1.166 + 1.166, + 1.289 ], "trendsDate": [ - 1626768198 + 1626768198, + 1629367418 ], "downloadtrend": [ 183137, - 185298 + 185298, + 187717 ], - "LastUpdateScan": 1626768198, + "LastUpdateScan": 1629367418, "FirstSeen": 1474257600 }, { @@ -151475,6 +151481,164 @@ "LastUpdateScan": 1627927404, "FirstSeen": 1596744529 }, + { + "Name": "vikunja-api", + "Repository": "vikunja/api:latest", + "Registry": "https://hub.docker.com/r/vikunja/api/", + "Network": "bridge", + "Shell": "sh", + "Privileged": "false", + "Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/", + "Project": "https://vikunja.io/", + "Overview": "The to-do app to organize your life.", + "TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/vikunja-api.xml", + "Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/vikunja.png", + "Config": [ + { + "@attributes": { + "Name": "AppData", + "Target": "/app/vikunja/files", + "Default": "", + "Mode": "rw", + "Description": "AppData", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/vikunja" + }, + { + "@attributes": { + "Name": "Port 1", + "Target": "3456", + "Default": "", + "Mode": "tcp", + "Description": "Port 1", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "3456" + }, + { + "@attributes": { + "Name": "Database Host", + "Target": "VIKUNJA_DATABASE_HOST", + "Default": "", + "Mode": "", + "Description": "Database Host", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "192.168.1.100" + }, + { + "@attributes": { + "Name": "Database Password", + "Target": "VIKUNJA_DATABASE_PASSWORD", + "Default": "", + "Mode": "", + "Description": "Database Password", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "password" + }, + { + "@attributes": { + "Name": "Database Type", + "Target": "VIKUNJA_DATABASE_TYPE", + "Default": "", + "Mode": "", + "Description": "Database Type", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "mysql" + }, + { + "@attributes": { + "Name": "Database User", + "Target": "VIKUNJA_DATABASE_USER", + "Default": "", + "Mode": "", + "Description": "Database User", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "root" + }, + { + "@attributes": { + "Name": "Database Name", + "Target": "VIKUNJA_DATABASE_DATABASE", + "Default": "", + "Mode": "", + "Description": "Database Name", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "vikunja" + } + ], + "Repo": "A75G's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/vikunja-api.xml", + "CategoryList": [ + "Productivity" + ], + "downloads": 1994491, + "LastUpdateScan": 1629367418, + "FirstSeen": 1629367418 + }, + { + "Name": "vikunja-frontend", + "Repository": "vikunja/frontend:latest", + "Registry": "https://hub.docker.com/r/vikunja/frontend/", + "Network": "bridge", + "Shell": "sh", + "Privileged": "false", + "Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/", + "Project": "https://vikunja.io/", + "Overview": "The to-do app to organize your life.", + "WebUI": "http://[IP]:[PORT:80]/", + "TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/vikunja-frontend.xml", + "Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/vikunja.png", + "Config": { + "@attributes": { + "Name": "Port 1", + "Target": "80", + "Default": "", + "Mode": "tcp", + "Description": "Port 1", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "8079" + }, + "Repo": "A75G's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/vikunja-frontend.xml", + "CategoryList": [ + "Productivity" + ], + "downloads": 2049571, + "stars": 1, + "LastUpdateScan": 1629367418, + "FirstSeen": 1629367418 + }, { "Name": "wallabag", "Repository": "wallabag/wallabag:latest", diff --git a/repoInfo.json b/repoInfo.json index 408edd759..552d80cef 100755 --- a/repoInfo.json +++ b/repoInfo.json @@ -50980,5 +50980,15 @@ "trends": null, "downloadtrend": null, "trendsDate": null + }, + "quay.io/invidious/invidious": { + "Base": null, + "Downloads": null, + "Stars": null, + "Time": 1629374613, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null } } \ No newline at end of file