From 663e571be19df5c177b9594f9bce729a57fbb963 Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Mon, 22 Jul 2024 06:06:37 -0400 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 326 ++++++++++++++++++++++++++++-- applicationFeed.json | 333 +++++++++++++++++++++++++++++-- firstSeen.json | 4 +- log.txt | 13 +- repoInfo.json | 28 ++- statistics.json | 5 +- 7 files changed, 674 insertions(+), 37 deletions(-) diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 6a772d366..17b8b2ac5 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1721606789 + "last_updated_timestamp": 1721642796 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index f1cce6ab0..edc0ed795 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -122754,9 +122754,9 @@ "CategoryList": [ "Downloaders" ], - "downloads": 10, - "LastUpdateScan": 1719043566, - "LastUpdate": 1719041417, + "downloads": 596, + "LastUpdate": 1721064090, + "LastUpdateScan": 1721642786, "FirstSeen": 1719043566 }, { @@ -150952,22 +150952,274 @@ }, { "Name": "Replex", - "Repository": "ghcr.io/sarendsen/replex", - "Registry": "https://github.com/sarendsen/replex/pkgs/container/replex", - "Support": "https://github.com/sarendsen/replex/issues", - "Project": "https://github.com/sarendsen/replex", + "Repository": "ghcr.io/lostb1t/replex", + "Registry": "https://github.com/lostb1t/replex/pkgs/container/replex", + "Network": "bridge", + "Privileged": "false", + "Support": "https://github.com/lostb1t/replex/issues", + "Project": "https://github.com/lostb1t/replex", + "Overview": "Remix your plex recommendations.", + "WebUI": "http://[IP]:[PORT:80]/", + "Config": [ + { + "@attributes": { + "Name": "Proxy Port", + "Target": "80", + "Default": "3001", + "Mode": "tcp", + "Description": "Port used to access the Plex proxy", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "3001" + }, + { + "@attributes": { + "Name": "Plex Host", + "Target": "REPLEX_HOST", + "Default": "http://localhost:32400", + "Description": "URL of your Plex instance", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "http://localhost:32400" + }, + { + "@attributes": { + "Name": "Plex Token", + "Target": "REPLEX_TOKEN", + "Default": "", + "Description": "Plex Token need for hero images", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "Insert Token" + }, + { + "@attributes": { + "Name": "Interleave?", + "Target": "REPLEX_INTERLEAVE", + "Default": "true", + "Description": "Interleave home hubs. Collection hubs with the same name from different libraries are interleaved (combined) into one.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "true" + }, + { + "@attributes": { + "Name": "Exclude watched?", + "Target": "REPLEX_EXCLUDE_WATCHED", + "Default": "true", + "Description": "If set to true, hide watched items for hubs.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "true" + }, + { + "@attributes": { + "Name": "Hub restrictions", + "Target": "REPLEX_HUB_RESTRICTIONS", + "Default": "true", + "Description": " Apply collections restrictions to their hub's, see GitHub for more info.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "true" + }, + { + "@attributes": { + "Name": "Disable continue watching?", + "Target": "REPLEX_DISABLE_CONTINUE_WATCHING", + "Default": "false", + "Description": "Disable/remove the continue watching row.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Disable user state?", + "Target": "REPLEX_DISABLE_USER_STATE", + "Default": "true", + "Description": "Remove watched badges from hub items. Doesn't work on all clients.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "true" + }, + { + "@attributes": { + "Name": "Disable leaf count?", + "Target": "REPLEX_DISABLE_LEAF_COUNT", + "Default": "false", + "Description": "Remove episode count label from show artwork.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Hero rows", + "Target": "REPLEX_HERO_ROWS", + "Default": "", + "Description": "Comma seperated list of hub-identifiers to make built-in hubs hero style, see GitHub for the options.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Force maximum quality?", + "Target": "REPLEX_FORCE_MAXIMUM_QUALITY", + "Default": "false", + "Description": "This will force clients to use the maximum quality, see GitHub for more info.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Force direct play for", + "Target": "REPLEX_FORCE_DIRECT_PLAY_FOR", + "Default": "false", + "Description": "Force direct play for the given resolutions, see GitHub for more info.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Video transcode fallback for", + "Target": "REPLEX_VIDEO_TRANSCODE_FALLBACK_FOR", + "Default": "", + "Description": "If the selected media triggers a video transcode fallback to another version of the media, see GitHub for more info.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Auto select version?", + "Target": "REPLEX_AUTO_SELECT_VERSION", + "Default": "false", + "Description": "If you have multiple versions of a media item then this setting will choose the one thats closest to the client resolution.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Disable related?", + "Target": "REPLEX_DISABLE_RELATED", + "Default": "false", + "Description": "See GitHub for more info.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Redirect streams?", + "Target": "REPLEX_REDIRECT_STREAMS", + "Default": "false", + "Description": "Redirect streams to another endpoint.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Redirect streams endpoint", + "Target": "REPLEX_REDIRECT_STREAMS_URL", + "Default": "", + "Description": "Alternative streams endpoint.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Cache TTL", + "Target": "REPLEX_CACHE_TTL", + "Default": "1800", + "Description": "Time to live for general caches in seconds.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "1800" + }, + { + "@attributes": { + "Name": "Log type", + "Target": "RUST_LOG", + "Default": "info,replex=info", + "Description": "Set info or debug after 'replex='", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "info,replex=info" + } + ], "Repo": "Selfhosters Unraid Discord Repository", "RepoShort": "Selfhosters", - "ModeratorComment": "Repository appears to be private", - "Blacklist": true, - "Overview": "Remix your plex recommendations.", + "TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/replex.xml", "templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/replex.xml", "CategoryList": [ "Tools-Utilities", "MediaServer-Other" ], - "LastUpdateScan": 1719288388, - "FirstSeen": 1693209937 + "LastUpdateScan": 1721642786, + "FirstSeen": 1721642786 }, { "Name": "requestrr", @@ -260624,6 +260876,56 @@ "topTrending": 0.024999999999999967, "topPerforming": 0.347 }, + { + "Name": "Arr-Tools", + "Repository": "ghcr.io/mah-thingies/arr-tools/main:latest", + "Registry": "https://github.com/users/mah-thingies/packages/container/package/arr-tools%2Fmain", + "Network": "bridge", + "Shell": "sh", + "Privileged": "false", + "Project": "https://github.com/mah-thingies/arr-tools", + "Overview": "Tools that I use to manage my media library. Main tools are Dynarr and Swipearr. But there are more tools which are unlisted here.\r\n Dynarr being a tool which automatically manages files and quality of files based on settings\r\n Swipearr is a Tinder like interface to go through the items that are in your *Arr instances", + "WebUI": "http://[IP]:[PORT:9000]", + "TemplateURL": "https://raw.githubusercontent.com/L4stIdi0t/Unraid-template/master/Arr-Tools/ArrTools.xml", + "Icon": "https://raw.githubusercontent.com/mah-thingies/arr-tools/main/src/frontend/public/android-chrome-192x192.png", + "Config": [ + { + "@attributes": { + "Name": "WebUI", + "Target": "9000", + "Default": "", + "Mode": "tcp", + "Description": "", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Persistent data", + "Target": "/app/backend/data", + "Default": "/mnt/user/appdata/arr-tools", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "L4stIdi0t's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/L4stIdi0tsRepository/Arr-Tools/ArrTools.xml", + "CategoryList": [ + "Tools-Utilities" + ], + "LastUpdateScan": 1721642790, + "FirstSeen": 1721642790 + }, { "Name": "Collabora-CODE", "Repository": "collabora/code", diff --git a/applicationFeed.json b/applicationFeed.json index 311bb39f9..eaef987b6 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { - "apps": 2326, - "last_updated_timestamp": 1721606789, - "last_updated": "2024-07-21 20:06", + "apps": 2327, + "last_updated_timestamp": 1721642796, + "last_updated": "2024-07-22 06:06", "categories": [ { "Cat": "AI:", @@ -122920,9 +122920,9 @@ "CategoryList": [ "Downloaders" ], - "downloads": 10, - "LastUpdateScan": 1719043566, - "LastUpdate": 1719041417, + "downloads": 596, + "LastUpdate": 1721064090, + "LastUpdateScan": 1721642786, "FirstSeen": 1719043566 }, { @@ -151118,22 +151118,274 @@ }, { "Name": "Replex", - "Repository": "ghcr.io/sarendsen/replex", - "Registry": "https://github.com/sarendsen/replex/pkgs/container/replex", - "Support": "https://github.com/sarendsen/replex/issues", - "Project": "https://github.com/sarendsen/replex", + "Repository": "ghcr.io/lostb1t/replex", + "Registry": "https://github.com/lostb1t/replex/pkgs/container/replex", + "Network": "bridge", + "Privileged": "false", + "Support": "https://github.com/lostb1t/replex/issues", + "Project": "https://github.com/lostb1t/replex", + "Overview": "Remix your plex recommendations.", + "WebUI": "http://[IP]:[PORT:80]/", + "Config": [ + { + "@attributes": { + "Name": "Proxy Port", + "Target": "80", + "Default": "3001", + "Mode": "tcp", + "Description": "Port used to access the Plex proxy", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "3001" + }, + { + "@attributes": { + "Name": "Plex Host", + "Target": "REPLEX_HOST", + "Default": "http://localhost:32400", + "Description": "URL of your Plex instance", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "http://localhost:32400" + }, + { + "@attributes": { + "Name": "Plex Token", + "Target": "REPLEX_TOKEN", + "Default": "", + "Description": "Plex Token need for hero images", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "Insert Token" + }, + { + "@attributes": { + "Name": "Interleave?", + "Target": "REPLEX_INTERLEAVE", + "Default": "true", + "Description": "Interleave home hubs. Collection hubs with the same name from different libraries are interleaved (combined) into one.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "true" + }, + { + "@attributes": { + "Name": "Exclude watched?", + "Target": "REPLEX_EXCLUDE_WATCHED", + "Default": "true", + "Description": "If set to true, hide watched items for hubs.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "true" + }, + { + "@attributes": { + "Name": "Hub restrictions", + "Target": "REPLEX_HUB_RESTRICTIONS", + "Default": "true", + "Description": " Apply collections restrictions to their hub's, see GitHub for more info.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "true" + }, + { + "@attributes": { + "Name": "Disable continue watching?", + "Target": "REPLEX_DISABLE_CONTINUE_WATCHING", + "Default": "false", + "Description": "Disable/remove the continue watching row.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Disable user state?", + "Target": "REPLEX_DISABLE_USER_STATE", + "Default": "true", + "Description": "Remove watched badges from hub items. Doesn't work on all clients.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "true" + }, + { + "@attributes": { + "Name": "Disable leaf count?", + "Target": "REPLEX_DISABLE_LEAF_COUNT", + "Default": "false", + "Description": "Remove episode count label from show artwork.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Hero rows", + "Target": "REPLEX_HERO_ROWS", + "Default": "", + "Description": "Comma seperated list of hub-identifiers to make built-in hubs hero style, see GitHub for the options.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Force maximum quality?", + "Target": "REPLEX_FORCE_MAXIMUM_QUALITY", + "Default": "false", + "Description": "This will force clients to use the maximum quality, see GitHub for more info.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Force direct play for", + "Target": "REPLEX_FORCE_DIRECT_PLAY_FOR", + "Default": "false", + "Description": "Force direct play for the given resolutions, see GitHub for more info.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Video transcode fallback for", + "Target": "REPLEX_VIDEO_TRANSCODE_FALLBACK_FOR", + "Default": "", + "Description": "If the selected media triggers a video transcode fallback to another version of the media, see GitHub for more info.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Auto select version?", + "Target": "REPLEX_AUTO_SELECT_VERSION", + "Default": "false", + "Description": "If you have multiple versions of a media item then this setting will choose the one thats closest to the client resolution.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Disable related?", + "Target": "REPLEX_DISABLE_RELATED", + "Default": "false", + "Description": "See GitHub for more info.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Redirect streams?", + "Target": "REPLEX_REDIRECT_STREAMS", + "Default": "false", + "Description": "Redirect streams to another endpoint.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "Redirect streams endpoint", + "Target": "REPLEX_REDIRECT_STREAMS_URL", + "Default": "", + "Description": "Alternative streams endpoint.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Cache TTL", + "Target": "REPLEX_CACHE_TTL", + "Default": "1800", + "Description": "Time to live for general caches in seconds.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "1800" + }, + { + "@attributes": { + "Name": "Log type", + "Target": "RUST_LOG", + "Default": "info,replex=info", + "Description": "Set info or debug after 'replex='", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "info,replex=info" + } + ], "Repo": "Selfhosters Unraid Discord Repository", "RepoShort": "Selfhosters", - "ModeratorComment": "Repository appears to be private", - "Blacklist": true, - "Overview": "Remix your plex recommendations.", + "TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/replex.xml", "templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/replex.xml", "CategoryList": [ "Tools-Utilities", "MediaServer-Other" ], - "LastUpdateScan": 1719288388, - "FirstSeen": 1693209937 + "LastUpdateScan": 1721642786, + "FirstSeen": 1721642786 }, { "Name": "requestrr", @@ -260790,6 +261042,56 @@ "topTrending": 0.024999999999999967, "topPerforming": 0.347 }, + { + "Name": "Arr-Tools", + "Repository": "ghcr.io/mah-thingies/arr-tools/main:latest", + "Registry": "https://github.com/users/mah-thingies/packages/container/package/arr-tools%2Fmain", + "Network": "bridge", + "Shell": "sh", + "Privileged": "false", + "Project": "https://github.com/mah-thingies/arr-tools", + "Overview": "Tools that I use to manage my media library. Main tools are Dynarr and Swipearr. But there are more tools which are unlisted here.\r\n Dynarr being a tool which automatically manages files and quality of files based on settings\r\n Swipearr is a Tinder like interface to go through the items that are in your *Arr instances", + "WebUI": "http://[IP]:[PORT:9000]", + "TemplateURL": "https://raw.githubusercontent.com/L4stIdi0t/Unraid-template/master/Arr-Tools/ArrTools.xml", + "Icon": "https://raw.githubusercontent.com/mah-thingies/arr-tools/main/src/frontend/public/android-chrome-192x192.png", + "Config": [ + { + "@attributes": { + "Name": "WebUI", + "Target": "9000", + "Default": "", + "Mode": "tcp", + "Description": "", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Persistent data", + "Target": "/app/backend/data", + "Default": "/mnt/user/appdata/arr-tools", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "L4stIdi0t's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/L4stIdi0tsRepository/Arr-Tools/ArrTools.xml", + "CategoryList": [ + "Tools-Utilities" + ], + "LastUpdateScan": 1721642790, + "FirstSeen": 1721642790 + }, { "Name": "Collabora-CODE", "Repository": "collabora/code", @@ -339591,6 +339893,7 @@ "andrewpaglusch/flashpaper": "No longer exists on dockerHub", "chvb/onlyofficedocumentserv": "Base container appears to violate OnlyOffice's EULA and the connection limit", "seadrive.org/seafileltd/seafile-pro-mc:latest": "Repository does not exist", + "ghcr.io/sarendsen/replex": "Repository appears to be private", "mtrogman/managarr:latest": "No longer available on dockerHub (or private)" }, "deprecated": { diff --git a/firstSeen.json b/firstSeen.json index 670838573..c2577f813 100755 --- a/firstSeen.json +++ b/firstSeen.json @@ -3392,5 +3392,7 @@ "getmeili/meilisearch:v1.9.0": 1721513191, "docmost/docmost:latest": 1721534787, "svenstaro/miniserve:alpine": 1721563575, - "ghcr.io/ggerganov/llama.cpp:server": 1721585182 + "ghcr.io/ggerganov/llama.cpp:server": 1721585182, + "ghcr.io/lostb1t/replex": 1721642786, + "ghcr.io/mah-thingies/arr-tools/main:latest": 1721642790 } \ No newline at end of file diff --git a/log.txt b/log.txt index b8065bf25..a1cfd6f2d 100644 --- a/log.txt +++ b/log.txt @@ -2818,6 +2818,7 @@ Processing /tmp/appFeed/templates/revensRepository/fileflows-unraid-docker.xml.. Downloading L4stIdi0t's Repository: https://github.com/L4stIdi0t/Unraid-template -> /tmp/appFeed/templates/L4stIdi0tsRepository Attempt 1...https://github.com/L4stIdi0t/Unraid-template/archive/master.tar.gz Success! Processing /tmp/appFeed/templates/L4stIdi0tsRepository/ASF/ArchiSteamFarm.xml...Success +Processing /tmp/appFeed/templates/L4stIdi0tsRepository/Arr-Tools/ArrTools.xml...Success Processing /tmp/appFeed/templates/L4stIdi0tsRepository/ca_profile.xml...FOUND PROFILE Processing /tmp/appFeed/templates/L4stIdi0tsRepository/Collabora/Collabora-CODE.xml...Success Processing /tmp/appFeed/templates/L4stIdi0tsRepository/Spotweb/spotweb.xml...Success @@ -4247,12 +4248,16 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml.. Updating stats on containers +ich777/readarr +ich777/readarr Downloads: 596 Stars: 0 Base: unknown +lostb1t/replex +ghcr.io/lostb1t/replex Downloads: Stars: Base: unknown +Pulling ghcr.io/lostb1t/replex +arr-tools/main +ghcr.io/mah-thingies/arr-tools/main:latest Downloads: Stars: Base: unknown +Pulling ghcr.io/mah-thingies/arr-tools/main:latest Privileged: 103 - -No change to feed - - Updating GitHub diff --git a/repoInfo.json b/repoInfo.json index 57498b842..b32daaac1 100755 --- a/repoInfo.json +++ b/repoInfo.json @@ -90535,14 +90535,14 @@ }, "ich777/readarr": { "Base": null, - "Downloads": 10, + "Downloads": 596, "Stars": null, - "Time": 1719043566, + "Time": 1721642786, "trending": null, "trends": null, "downloadtrend": null, "trendsDate": null, - "LastUpdate": 1719041417 + "LastUpdate": 1721064090 }, "blackfireweb/rolemaster-era-server": { "Base": null, @@ -90873,5 +90873,27 @@ "downloadtrend": null, "trendsDate": null, "LastUpdate": null + }, + "ghcr.io/lostb1t/replex": { + "Base": null, + "Downloads": null, + "Stars": null, + "Time": 1721642786, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null, + "LastUpdate": null + }, + "ghcr.io/mah-thingies/arr-tools/main:latest": { + "Base": null, + "Downloads": null, + "Stars": null, + "Time": 1721642790, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null, + "LastUpdate": null } } \ No newline at end of file diff --git a/statistics.json b/statistics.json index 039db0da9..81cd16a52 100755 --- a/statistics.json +++ b/statistics.json @@ -1,5 +1,5 @@ { - "caFixed": 494, + "caFixed": 495, "fixedTemplates": { "mandarons' Repository": { "mandarons/icloud-drive": [ @@ -836,6 +836,9 @@ "feramance/qbitrr": [ "No Icon specified within the application template" ], + "ghcr.io/lostb1t/replex": [ + "No Icon specified within the application template" + ], "ghcr.io/analogj/scrutiny:master-omnibus": [ "Privileged mode set. This may not be necessary" ],