From a4d2ae763aedab371524ca2839bd8c55e9f010a5 Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Mon, 23 Oct 2023 02:05:33 -0400 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 438 +++++++++++++++++++++++++++++- applicationFeed.json | 444 ++++++++++++++++++++++++++++++- firstSeen.json | 3 +- log.txt | 8 + old-applicationFeed-raw.json | 5 +- repoInfo.json | 19 +- 7 files changed, 901 insertions(+), 18 deletions(-) diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index f596baeb8..af7fd4538 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1698033932 + "last_updated_timestamp": 1698041132 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index 39153ee52..3f71dca33 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -164837,6 +164837,437 @@ "LastUpdate": 1669347173, "FirstSeen": 1667052221 }, + { + "Name": "outline", + "Repository": "outlinewiki/outline:latest", + "Registry": "https://hub.docker.com/r/outlinewiki/outline/", + "Network": "bridge", + "Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/", + "Project": "https://www.getoutline.com/", + "Overview": "The fastest wiki and knowledge base for growing teams.\r\nMore information https://docs.getoutline.com/s/hosting/doc/docker-7pfeLP5a8t \r\nAuthentication used in the docker template is OpenID https://medium.com/@Lola_Dam/guide-for-installing-outline-with-authelia-as-an-openid-provider-129a141f6090", + "WebUI": "http://[IP]:[PORT:3000]", + "Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/outline.png", + "Requires": "Postgres\r
Redis\r
Authentication - https://docs.getoutline.com/s/hosting/doc/authentication-7ViKRmRY5o https://github.com/outline/outline/blob/main/.env.sample https://medium.com/@Lola_Dam/guide-for-installing-outline-with-authelia-as-an-openid-provider-129a141f6090", + "Config": [ + { + "@attributes": { + "Name": "Data Path", + "Target": "/var/lib/outline/data", + "Default": "", + "Mode": "rw", + "Description": "Data Path", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/outline" + }, + { + "@attributes": { + "Name": "Port HTTP", + "Target": "3000", + "Default": "3000", + "Mode": "tcp", + "Description": "", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "3000" + }, + { + "@attributes": { + "Name": "SECRET_KEY", + "Target": "SECRET_KEY", + "Default": "", + "Mode": "", + "Description": "Generate a hex-encoded 32-byte random key. You could use `openssl rand -hex 32`", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "generate_a_new_key" + }, + { + "@attributes": { + "Name": "UTILS_SECRET", + "Target": "UTILS_SECRET", + "Default": "", + "Mode": "", + "Description": "Generate a hex-encoded 32-byte random key. You could use `openssl rand -hex 32`", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "generate_a_new_key" + }, + { + "@attributes": { + "Name": "DATABASE_URL", + "Target": "DATABASE_URL", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "postgres://user:pass@localhost:5432/outline" + }, + { + "@attributes": { + "Name": "REDIS_URL", + "Target": "REDIS_URL", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "redis://:password@localhost:6379" + }, + { + "@attributes": { + "Name": "URL", + "Target": "URL", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "https://docs.example.com" + }, + { + "@attributes": { + "Name": "FILE_STORAGE", + "Target": "FILE_STORAGE", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "local" + }, + { + "@attributes": { + "Name": "DEFAULT_LANGUAGE", + "Target": "DEFAULT_LANGUAGE", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "en_US" + }, + { + "@attributes": { + "Name": "PGSSLMODE", + "Target": "PGSSLMODE", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "disable" + }, + { + "@attributes": { + "Name": "OIDC_CLIENT_ID", + "Target": "OIDC_CLIENT_ID", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "outline" + }, + { + "@attributes": { + "Name": "OIDC_CLIENT_SECRET", + "Target": "OIDC_CLIENT_SECRET", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "OIDC_AUTH_URI", + "Target": "OIDC_AUTH_URI", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "https://auth.example.com/api/oidc/authorization" + }, + { + "@attributes": { + "Name": "OIDC_TOKEN_URI", + "Target": "OIDC_TOKEN_URI", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "https://auth.example.com/api/oidc/token" + }, + { + "@attributes": { + "Name": "OIDC_USERINFO_URI", + "Target": "OIDC_USERINFO_URI", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "https://auth.example.com/api/oidc/userinfo" + }, + { + "@attributes": { + "Name": "OIDC_DISPLAY_NAME", + "Target": "OIDC_DISPLAY_NAME", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "Auth" + }, + { + "@attributes": { + "Name": "NODE_ENV", + "Target": "NODE_ENV", + "Default": "production", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "production" + }, + { + "@attributes": { + "Name": "DATABASE_CONNECTION_POOL_MIN", + "Target": "DATABASE_CONNECTION_POOL_MIN", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "DATABASE_CONNECTION_POOL_MAX", + "Target": "DATABASE_CONNECTION_POOL_MAX", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "FILE_STORAGE_LOCAL_ROOT_DIR", + "Target": "FILE_STORAGE_LOCAL_ROOT_DIR", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "/var/lib/outline/data" + }, + { + "@attributes": { + "Name": "FILE_STORAGE_UPLOAD_MAX_SIZE", + "Target": "FILE_STORAGE_UPLOAD_MAX_SIZE", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "26214400" + }, + { + "@attributes": { + "Name": "FORCE_HTTPS", + "Target": "FORCE_HTTPS", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "ENABLE_UPDATES", + "Target": "ENABLE_UPDATES", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "true" + }, + { + "@attributes": { + "Name": "WEB_CONCURRENCY", + "Target": "WEB_CONCURRENCY", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "1" + }, + { + "@attributes": { + "Name": "MAXIMUM_IMPORT_SIZE", + "Target": "MAXIMUM_IMPORT_SIZE", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "5120000" + }, + { + "@attributes": { + "Name": "LOG_LEVEL", + "Target": "LOG_LEVEL", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "info" + }, + { + "@attributes": { + "Name": "RATE_LIMITER_ENABLED", + "Target": "RATE_LIMITER_ENABLED", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "true" + }, + { + "@attributes": { + "Name": "RATE_LIMITER_REQUESTS", + "Target": "RATE_LIMITER_REQUESTS", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "1000" + }, + { + "@attributes": { + "Name": "RATE_LIMITER_DURATION_WINDOW", + "Target": "RATE_LIMITER_DURATION_WINDOW", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "60" + } + ], + "Repo": "A75G's Repository", + "TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/outline.xml", + "templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/outline.xml", + "CategoryList": [ + "Productivity" + ], + "downloads": 7603243, + "stars": 108, + "LastUpdate": 1697083060, + "LastUpdateScan": 1698041131, + "FirstSeen": 1698041131 + }, { "Name": "phpbb", "Repository": "bitnami/phpbb:latest", @@ -191318,6 +191749,7 @@ "Drivers", "Plugins" ], + "LastUpdateScan": 1698041131, "FirstSeen": 1682445878 }, { @@ -271748,9 +272180,9 @@ "MediaApp-Music", "MediaServer-Music" ], - "downloads": 738, - "LastUpdateScan": 1695441933, + "downloads": 778, "LastUpdate": 1693880587, + "LastUpdateScan": 1698041132, "FirstSeen": 1692842700 }, { @@ -287951,7 +288383,7 @@ "CategoryList": [ "Tools-Utilities" ], - "LastUpdateScan": 1695441933, + "LastUpdateScan": 1698041132, "FirstSeen": 1687644271 }, { diff --git a/applicationFeed.json b/applicationFeed.json index 2b44ef502..4823cc7bf 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { - "apps": 2135, - "last_updated_timestamp": 1698033932, - "last_updated": "2023-10-23 00:05", + "apps": 2136, + "last_updated_timestamp": 1698041132, + "last_updated": "2023-10-23 02:05", "categories": [ { "Cat": "Backup:", @@ -164999,6 +164999,437 @@ "LastUpdate": 1669347173, "FirstSeen": 1667052221 }, + { + "Name": "outline", + "Repository": "outlinewiki/outline:latest", + "Registry": "https://hub.docker.com/r/outlinewiki/outline/", + "Network": "bridge", + "Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/", + "Project": "https://www.getoutline.com/", + "Overview": "The fastest wiki and knowledge base for growing teams.\r\nMore information https://docs.getoutline.com/s/hosting/doc/docker-7pfeLP5a8t \r\nAuthentication used in the docker template is OpenID https://medium.com/@Lola_Dam/guide-for-installing-outline-with-authelia-as-an-openid-provider-129a141f6090", + "WebUI": "http://[IP]:[PORT:3000]", + "Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/outline.png", + "Requires": "Postgres\r
Redis\r
Authentication - https://docs.getoutline.com/s/hosting/doc/authentication-7ViKRmRY5o https://github.com/outline/outline/blob/main/.env.sample https://medium.com/@Lola_Dam/guide-for-installing-outline-with-authelia-as-an-openid-provider-129a141f6090", + "Config": [ + { + "@attributes": { + "Name": "Data Path", + "Target": "/var/lib/outline/data", + "Default": "", + "Mode": "rw", + "Description": "Data Path", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/outline" + }, + { + "@attributes": { + "Name": "Port HTTP", + "Target": "3000", + "Default": "3000", + "Mode": "tcp", + "Description": "", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "3000" + }, + { + "@attributes": { + "Name": "SECRET_KEY", + "Target": "SECRET_KEY", + "Default": "", + "Mode": "", + "Description": "Generate a hex-encoded 32-byte random key. You could use `openssl rand -hex 32`", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "generate_a_new_key" + }, + { + "@attributes": { + "Name": "UTILS_SECRET", + "Target": "UTILS_SECRET", + "Default": "", + "Mode": "", + "Description": "Generate a hex-encoded 32-byte random key. You could use `openssl rand -hex 32`", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "generate_a_new_key" + }, + { + "@attributes": { + "Name": "DATABASE_URL", + "Target": "DATABASE_URL", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "postgres://user:pass@localhost:5432/outline" + }, + { + "@attributes": { + "Name": "REDIS_URL", + "Target": "REDIS_URL", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "redis://:password@localhost:6379" + }, + { + "@attributes": { + "Name": "URL", + "Target": "URL", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "https://docs.example.com" + }, + { + "@attributes": { + "Name": "FILE_STORAGE", + "Target": "FILE_STORAGE", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "local" + }, + { + "@attributes": { + "Name": "DEFAULT_LANGUAGE", + "Target": "DEFAULT_LANGUAGE", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "en_US" + }, + { + "@attributes": { + "Name": "PGSSLMODE", + "Target": "PGSSLMODE", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "disable" + }, + { + "@attributes": { + "Name": "OIDC_CLIENT_ID", + "Target": "OIDC_CLIENT_ID", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "outline" + }, + { + "@attributes": { + "Name": "OIDC_CLIENT_SECRET", + "Target": "OIDC_CLIENT_SECRET", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "OIDC_AUTH_URI", + "Target": "OIDC_AUTH_URI", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "https://auth.example.com/api/oidc/authorization" + }, + { + "@attributes": { + "Name": "OIDC_TOKEN_URI", + "Target": "OIDC_TOKEN_URI", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "https://auth.example.com/api/oidc/token" + }, + { + "@attributes": { + "Name": "OIDC_USERINFO_URI", + "Target": "OIDC_USERINFO_URI", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "https://auth.example.com/api/oidc/userinfo" + }, + { + "@attributes": { + "Name": "OIDC_DISPLAY_NAME", + "Target": "OIDC_DISPLAY_NAME", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "Auth" + }, + { + "@attributes": { + "Name": "NODE_ENV", + "Target": "NODE_ENV", + "Default": "production", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "production" + }, + { + "@attributes": { + "Name": "DATABASE_CONNECTION_POOL_MIN", + "Target": "DATABASE_CONNECTION_POOL_MIN", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "DATABASE_CONNECTION_POOL_MAX", + "Target": "DATABASE_CONNECTION_POOL_MAX", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "FILE_STORAGE_LOCAL_ROOT_DIR", + "Target": "FILE_STORAGE_LOCAL_ROOT_DIR", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "/var/lib/outline/data" + }, + { + "@attributes": { + "Name": "FILE_STORAGE_UPLOAD_MAX_SIZE", + "Target": "FILE_STORAGE_UPLOAD_MAX_SIZE", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "26214400" + }, + { + "@attributes": { + "Name": "FORCE_HTTPS", + "Target": "FORCE_HTTPS", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "ENABLE_UPDATES", + "Target": "ENABLE_UPDATES", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "true" + }, + { + "@attributes": { + "Name": "WEB_CONCURRENCY", + "Target": "WEB_CONCURRENCY", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "1" + }, + { + "@attributes": { + "Name": "MAXIMUM_IMPORT_SIZE", + "Target": "MAXIMUM_IMPORT_SIZE", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "5120000" + }, + { + "@attributes": { + "Name": "LOG_LEVEL", + "Target": "LOG_LEVEL", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "info" + }, + { + "@attributes": { + "Name": "RATE_LIMITER_ENABLED", + "Target": "RATE_LIMITER_ENABLED", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "true" + }, + { + "@attributes": { + "Name": "RATE_LIMITER_REQUESTS", + "Target": "RATE_LIMITER_REQUESTS", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "1000" + }, + { + "@attributes": { + "Name": "RATE_LIMITER_DURATION_WINDOW", + "Target": "RATE_LIMITER_DURATION_WINDOW", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "60" + } + ], + "Repo": "A75G's Repository", + "TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/outline.xml", + "templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/outline.xml", + "CategoryList": [ + "Productivity" + ], + "downloads": 7603243, + "stars": 108, + "LastUpdate": 1697083060, + "LastUpdateScan": 1698041131, + "FirstSeen": 1698041131 + }, { "Name": "phpbb", "Repository": "bitnami/phpbb:latest", @@ -191480,6 +191911,7 @@ "Drivers", "Plugins" ], + "LastUpdateScan": 1698041131, "FirstSeen": 1682445878 }, { @@ -271910,9 +272342,9 @@ "MediaApp-Music", "MediaServer-Music" ], - "downloads": 738, - "LastUpdateScan": 1695441933, + "downloads": 778, "LastUpdate": 1693880587, + "LastUpdateScan": 1698041132, "FirstSeen": 1692842700 }, { @@ -288113,7 +288545,7 @@ "CategoryList": [ "Tools-Utilities" ], - "LastUpdateScan": 1695441933, + "LastUpdateScan": 1698041132, "FirstSeen": 1687644271 }, { diff --git a/firstSeen.json b/firstSeen.json index a8ccf0e8c..c5a311708 100755 --- a/firstSeen.json +++ b/firstSeen.json @@ -2982,5 +2982,6 @@ "justinhimself/i2pd": 1697508348, "vdsm/virtual-dsm:latest": 1697738750, "ich777/steamcmd:thefront": 1697789142, - "ghcr.io/nightmeer/apachephp8:latest": 1697894656 + "ghcr.io/nightmeer/apachephp8:latest": 1697894656, + "outlinewiki/outline:latest": 1698041131 } \ No newline at end of file diff --git a/log.txt b/log.txt index 8fa4ef898..f0689c8cf 100644 --- a/log.txt +++ b/log.txt @@ -1659,6 +1659,7 @@ Processing /tmp/appFeed/templates/A75GsRepository/templates/mumble.xml...Success Processing /tmp/appFeed/templates/A75GsRepository/templates/netbox.xml...Success Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/nut.xml... ***DEPRECATED BY REPO PATH*** Success Processing /tmp/appFeed/templates/A75GsRepository/templates/nut.xml...Success +Processing /tmp/appFeed/templates/A75GsRepository/templates/outline.xml...Success Processing /tmp/appFeed/templates/A75GsRepository/templates/phpbb.xml...Success Processing /tmp/appFeed/templates/A75GsRepository/templates/psitransfer.xml...Success Processing /tmp/appFeed/templates/A75GsRepository/templates/pterodactyl-panel.xml...Removed from CA @@ -3802,6 +3803,13 @@ Processing /tmp/appFeed/templates/NightMeersRepository/templates/ApachePHP8.xml. Updating stats on containers +outlinewiki/outline +outlinewiki/outline:latest Downloads: 7603243 Stars: 108 Base: unknown +Tagged - Can't determine last update +daredoes/mopidy3 +daredoes/mopidy3:stable Downloads: 778 Stars: 0 Base: unknown +dock.mau.dev/maubot/maubot +dock.mau.dev/maubot/maubot:latest Downloads: Stars: Base: unknown Privileged: 102 diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index df0ebece2..39153ee52 100644 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -98896,7 +98896,6 @@ "Tools-Utilities" ], "downloads": 18167, - "LastUpdate": 1686593860, "trending": 9.363, "trends": [ 13.123, @@ -98918,6 +98917,7 @@ 18167 ], "LastUpdateScan": 1698026742, + "LastUpdate": 1686593860, "FirstSeen": 1620072167, "topTrending": -3.76 }, @@ -263909,8 +263909,8 @@ "Network-Management" ], "downloads": 636, - "LastUpdate": 1694620543, "LastUpdateScan": 1698026742, + "LastUpdate": 1694620543, "FirstSeen": 1661645018 }, { @@ -284819,7 +284819,6 @@ "Network-VPN", "Plugins" ], - "LastUpdateScan": 1698026742, "FirstSeen": 1679839477 }, { diff --git a/repoInfo.json b/repoInfo.json index d9dd2fdcc..538d03c91 100755 --- a/repoInfo.json +++ b/repoInfo.json @@ -76617,7 +76617,7 @@ "Base": null, "Downloads": null, "Stars": null, - "Time": 1695441933, + "Time": 1698041131, "trending": null, "trends": null, "downloadtrend": null, @@ -77627,7 +77627,7 @@ "Base": null, "Downloads": null, "Stars": null, - "Time": 1695441933, + "Time": 1698041132, "trending": null, "trends": null, "downloadtrend": null, @@ -79289,9 +79289,9 @@ }, "daredoes/mopidy3:stable": { "Base": null, - "Downloads": 738, + "Downloads": 778, "Stars": null, - "Time": 1695441933, + "Time": 1698041132, "trending": null, "trends": null, "downloadtrend": null, @@ -80320,5 +80320,16 @@ "downloadtrend": null, "trendsDate": null, "LastUpdate": null + }, + "outlinewiki/outline:latest": { + "Base": null, + "Downloads": 7603243, + "Stars": 108, + "Time": 1698041131, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null, + "LastUpdate": 1697083060 } } \ No newline at end of file