From 4e61f6bec2a4eb9ee877ecc6c9e2438b54754235 Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Thu, 7 Mar 2024 12:06:01 -0500 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 120 ++++++++++++++++++++++++++++- applicationFeed.json | 126 +++++++++++++++++++++++++++++-- duplicatedTemplates.json | 3 +- log.txt | 3 + old-applicationFeed-raw.json | 6 +- repoInfo.json | 19 +++-- 7 files changed, 259 insertions(+), 20 deletions(-) diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 9bdcf2a95..5e48c226b 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1709823968 + "last_updated_timestamp": 1709831159 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index 4a916947a..e0105fed8 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -287916,10 +287916,21 @@ "Downloaders", "Other" ], - "downloads": 194357, + "downloads": 194629, "stars": 1, - "LastUpdateScan": 1707231965, "LastUpdate": 1707169202, + "trending": 0.14, + "trends": [ + 0.14 + ], + "trendsDate": [ + 1709831159 + ], + "downloadtrend": [ + 194357, + 194629 + ], + "LastUpdateScan": 1709831159, "FirstSeen": 1707231965 }, { @@ -306679,7 +306690,7 @@ "Mode": "tcp", "Description": "PostgreSQL TCP connection port mapped to 5433 from 5432 in case of other postgres container present", "Type": "Port", - "Display": "always-hide", + "Display": "always", "Required": "true", "Mask": "null" }, @@ -306755,6 +306766,109 @@ "LastUpdate": 1709655430, "FirstSeen": 1709816755 }, + { + "Name": "Redis-Official", + "Repository": "redis", + "Registry": "https://hub.docker.com/_/redis", + "Network": "bridge", + "Shell": "sh", + "Privileged": "false", + "Support": "https://forums.unraid.net/topic/156964-support-unra1duser-redis-official/", + "Project": "https://redis.io/", + "Overview": "Redis is an open-source, networked, in-memory, key-value data store with optional durability. It is written in ANSI C. The development of Redis is sponsored by Redis Labs today; before that, it was sponsored by Pivotal and VMware. According to the monthly ranking by DB-Engines.com, Redis is the most popular key-value store. The name Redis means REmote DIctionary Server.\r\n\r\nhttps://en.wikipedia.org/wiki/Redis\r\n\r\n\r\nThis container is configured using the official redis.conf file!\r\n\r\nI have limited this Docker to 10 GB. If you want to use less or more RAM, you can change this under \"Extra Parameters\" -> \"--memory=10G\". You can also delete this value completely if you want the Docker to use as much RAM as necessary.", + "TemplateURL": "https://raw.githubusercontent.com/UNRA1DUser/unraid-docker-templates/master/UNRA1DUser/Redis-Official.xml", + "Icon": "https://raw.githubusercontent.com/UNRA1DUser/unraid-docker-templates/main/UNRA1DUser/img/redis.png", + "ExtraParams": "--memory=10G --restart=unless-stopped", + "PostArgs": "redis-server /usr/local/etc/redis/redis.conf", + "Requires": "After you started this Container the first time and the folder has been created. Stop the Server and upload the "redis.conf" file from "https://github.com/UNRA1DUser/unraid-docker-templates/blob/main/.conf/redis.conf" into your "/redis-official/conf" folder! Otherwithe this Container won\u00b4t start!", + "Config": [ + { + "@attributes": { + "Name": "REDIS_TCP_PORT", + "Target": "6379", + "Default": "6379", + "Mode": "tcp", + "Description": "Redis TCP connection port", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "null" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Redis Storage Path", + "Target": "/data", + "Default": "/mnt/cache/appdata/redis-official", + "Mode": "rw", + "Description": "Redis data storage location", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "null" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Redis Configuration Path", + "Target": "/usr/local/etc/redis", + "Default": "/mnt/cache/appdata/redis-official/conf", + "Mode": "rw", + "Description": "Redis conf storage location", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "null" + }, + "value": "" + } + ], + "Repo": "UNRA1DUser's Repository", + "Official": true, + "templatePath": "/tmp/GitHub/AppFeed/templates/UNRA1DUsersRepository/UNRA1DUser/Redis-Official.xml", + "CategoryList": [ + "Network-Management", + "Productivity", + "Tools-Utilities" + ], + "downloads": 7486908571, + "stars": 12660, + "trending": 5.499, + "trends": [ + 1.508, + 1.514, + 3.792, + 6.217, + 5.776, + 5.632, + 5.499 + ], + "trendsDate": [ + 1692669899, + 1695269137, + 1697868329, + 1700463943, + 1703063145, + 1705662353, + 1708261544 + ], + "downloadtrend": [ + 5590306875, + 5676251746, + 5899963513, + 6291097255, + 6676735841, + 7075224600, + 7486908571 + ], + "LastUpdateScan": 1708261544, + "LastUpdate": 1708070908, + "FirstSeen": 1525579200, + "topTrending": 3.9909999999999997, + "topPerforming": 5.499 + }, { "Name": "pihole-unbound", "Repository": "cbcrowe/pihole-unbound:latest", diff --git a/applicationFeed.json b/applicationFeed.json index b8c2d55fe..34b654245 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { - "apps": 2179, - "last_updated_timestamp": 1709823968, - "last_updated": "2024-03-07 10:06", + "apps": 2180, + "last_updated_timestamp": 1709831159, + "last_updated": "2024-03-07 12:05", "categories": [ { "Cat": "AI:", @@ -288082,10 +288082,21 @@ "Downloaders", "Other" ], - "downloads": 194357, + "downloads": 194629, "stars": 1, - "LastUpdateScan": 1707231965, "LastUpdate": 1707169202, + "trending": 0.14, + "trends": [ + 0.14 + ], + "trendsDate": [ + 1709831159 + ], + "downloadtrend": [ + 194357, + 194629 + ], + "LastUpdateScan": 1709831159, "FirstSeen": 1707231965 }, { @@ -306845,7 +306856,7 @@ "Mode": "tcp", "Description": "PostgreSQL TCP connection port mapped to 5433 from 5432 in case of other postgres container present", "Type": "Port", - "Display": "always-hide", + "Display": "always", "Required": "true", "Mask": "null" }, @@ -306921,6 +306932,109 @@ "LastUpdate": 1709655430, "FirstSeen": 1709816755 }, + { + "Name": "Redis-Official", + "Repository": "redis", + "Registry": "https://hub.docker.com/_/redis", + "Network": "bridge", + "Shell": "sh", + "Privileged": "false", + "Support": "https://forums.unraid.net/topic/156964-support-unra1duser-redis-official/", + "Project": "https://redis.io/", + "Overview": "Redis is an open-source, networked, in-memory, key-value data store with optional durability. It is written in ANSI C. The development of Redis is sponsored by Redis Labs today; before that, it was sponsored by Pivotal and VMware. According to the monthly ranking by DB-Engines.com, Redis is the most popular key-value store. The name Redis means REmote DIctionary Server.\r\n\r\nhttps://en.wikipedia.org/wiki/Redis\r\n\r\n\r\nThis container is configured using the official redis.conf file!\r\n\r\nI have limited this Docker to 10 GB. If you want to use less or more RAM, you can change this under \"Extra Parameters\" -> \"--memory=10G\". You can also delete this value completely if you want the Docker to use as much RAM as necessary.", + "TemplateURL": "https://raw.githubusercontent.com/UNRA1DUser/unraid-docker-templates/master/UNRA1DUser/Redis-Official.xml", + "Icon": "https://raw.githubusercontent.com/UNRA1DUser/unraid-docker-templates/main/UNRA1DUser/img/redis.png", + "ExtraParams": "--memory=10G --restart=unless-stopped", + "PostArgs": "redis-server /usr/local/etc/redis/redis.conf", + "Requires": "After you started this Container the first time and the folder has been created. Stop the Server and upload the "redis.conf" file from "https://github.com/UNRA1DUser/unraid-docker-templates/blob/main/.conf/redis.conf" into your "/redis-official/conf" folder! Otherwithe this Container won\u00b4t start!", + "Config": [ + { + "@attributes": { + "Name": "REDIS_TCP_PORT", + "Target": "6379", + "Default": "6379", + "Mode": "tcp", + "Description": "Redis TCP connection port", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "null" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Redis Storage Path", + "Target": "/data", + "Default": "/mnt/cache/appdata/redis-official", + "Mode": "rw", + "Description": "Redis data storage location", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "null" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Redis Configuration Path", + "Target": "/usr/local/etc/redis", + "Default": "/mnt/cache/appdata/redis-official/conf", + "Mode": "rw", + "Description": "Redis conf storage location", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "null" + }, + "value": "" + } + ], + "Repo": "UNRA1DUser's Repository", + "Official": true, + "templatePath": "/tmp/GitHub/AppFeed/templates/UNRA1DUsersRepository/UNRA1DUser/Redis-Official.xml", + "CategoryList": [ + "Network-Management", + "Productivity", + "Tools-Utilities" + ], + "downloads": 7486908571, + "stars": 12660, + "trending": 5.499, + "trends": [ + 1.508, + 1.514, + 3.792, + 6.217, + 5.776, + 5.632, + 5.499 + ], + "trendsDate": [ + 1692669899, + 1695269137, + 1697868329, + 1700463943, + 1703063145, + 1705662353, + 1708261544 + ], + "downloadtrend": [ + 5590306875, + 5676251746, + 5899963513, + 6291097255, + 6676735841, + 7075224600, + 7486908571 + ], + "LastUpdateScan": 1708261544, + "LastUpdate": 1708070908, + "FirstSeen": 1525579200, + "topTrending": 3.9909999999999997, + "topPerforming": 5.499 + }, { "Name": "pihole-unbound", "Repository": "cbcrowe/pihole-unbound:latest", diff --git a/duplicatedTemplates.json b/duplicatedTemplates.json index bd92b7482..ec5c23e65 100644 --- a/duplicatedTemplates.json +++ b/duplicatedTemplates.json @@ -117,5 +117,6 @@ "nicolargo/glances": true, "nzbgetcom/nzbget": true, "jc21/nginx-proxy-manager": true, - "pomerium/pomerium": true + "pomerium/pomerium": true, + "redis": true } \ No newline at end of file diff --git a/log.txt b/log.txt index 9e682a720..4c2db1ed0 100644 --- a/log.txt +++ b/log.txt @@ -3893,6 +3893,7 @@ Downloading UNRA1DUser's Repository: https://github.com/UNRA1DUser/unraid-docker Processing /tmp/appFeed/templates/UNRA1DUsersRepository/UNRA1DUser/ca_profile.xml...FOUND PROFILE Processing /tmp/appFeed/templates/UNRA1DUsersRepository/UNRA1DUser/MySQL-Official.xml...Success Processing /tmp/appFeed/templates/UNRA1DUsersRepository/UNRA1DUser/PostgreSQL_Immich-Official.xml...Success +Processing /tmp/appFeed/templates/UNRA1DUsersRepository/UNRA1DUser/Redis-Official.xml...Success Downloading TeddyTux's Repository: https://github.com/TeddyTux/unraidtemplates -> /tmp/appFeed/templates/TeddyTuxsRepository Attempt 1...https://github.com/TeddyTux/unraidtemplates/archive/master.tar.gz Success! @@ -3991,6 +3992,8 @@ Processing /tmp/appFeed/templates/JoeyGennarisRepository/goatcounter.xml...Succe Updating stats on containers +digrouz/joal +digrouz/joal Downloads: 194629 Stars: 1 Base: unknown Privileged: 102 diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index 4f1b941d2..4a916947a 100644 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -139037,8 +139037,8 @@ "Tools-Utilities" ], "downloads": 19454, - "LastUpdate": 1708164904, "LastUpdateScan": 1709816755, + "LastUpdate": 1708164904, "FirstSeen": 1704618337 }, { @@ -306665,7 +306665,7 @@ "Project": "https://www.postgresql.org/", "Overview": "This container (based on PostgreSQL 16) is specifically configured for seamless integration with the Immich container, which requires PostgreSQL equipped with pgvecto a robust Postgres extension enabling vector similarity search functions. The specific version used is tensorchord/pgvecto-rs:pg16-v0.2.1\r\n\r\n\r\n#Note\r\nAny change here should be replicated in the Immich container configuration.", "TemplateURL": "https://raw.githubusercontent.com/UNRA1DUser/unraid-docker-templates/master/UNRA1DUser/PostgreSQL_Immich-Official.xml", - "Icon": "https://raw.githubusercontent.com/UNRA1DUser/unraid-docker-templates/main/UNRA1DUser/img/postgresql-immich-logo.png", + "Icon": "https://raw.githubusercontent.com/UNRA1DUser/unraid-docker-templates/main/UNRA1DUser/img/postgresql-immich.png", "ExtraParams": "--memory=2G --restart=unless-stopped", "DonateText": "If you like my work and would like to support me please consider Donating.", "DonateLink": "https://www.paypal.com/paypalme/M4rc31", @@ -306751,8 +306751,8 @@ ], "downloads": 1001130, "stars": 7, - "LastUpdate": 1709655430, "LastUpdateScan": 1709816755, + "LastUpdate": 1709655430, "FirstSeen": 1709816755 }, { diff --git a/repoInfo.json b/repoInfo.json index 90eb4290c..7a6b10fdc 100755 --- a/repoInfo.json +++ b/repoInfo.json @@ -84855,13 +84855,20 @@ }, "digrouz/joal": { "Base": null, - "Downloads": 194357, + "Downloads": 194629, "Stars": 1, - "Time": 1707231965, - "trending": null, - "trends": null, - "downloadtrend": null, - "trendsDate": null, + "Time": 1709831159, + "trending": 0.14, + "trends": [ + 0.14 + ], + "downloadtrend": [ + 194357, + 194629 + ], + "trendsDate": [ + 1709831159 + ], "LastUpdate": 1707169202 }, "ghcr.io/bravohotel91/ipfspodcastnode:latest": {