From 76780bf8ed0fa2fe42c40f33ad72e0f49d1f1026 Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Mon, 14 Oct 2024 06:07:59 -0400 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 38 +++--- applicationFeed.json | 42 +++---- log.txt | 3 - old-applicationFeed-raw.json | 193 +++++++++++-------------------- statistics.json | 7 +- 6 files changed, 109 insertions(+), 176 deletions(-) diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 1ee0127ba..e96b950f9 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1728893227 + "last_updated_timestamp": 1728900477 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index 50bce10d0..8fab8fe17 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -999,8 +999,8 @@ { "@attributes": { "Name": "WebUI", - "Target": "", - "Default": "", + "Target": "8169", + "Default": "8169", "Mode": "tcp", "Description": "", "Type": "Port", @@ -23900,8 +23900,8 @@ "@attributes": { "Name": "APP_URL", "Target": "APP_URL", - "Default": "yourbaseurl", - "Description": "for specifying the IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`", + "Default": "", + "Description": "The IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`", "Type": "Variable", "Display": "always", "Required": "true", @@ -23913,8 +23913,8 @@ "@attributes": { "Name": "DB_HOST", "Target": "DB_HOST", - "Default": "yourdbhost", - "Description": "for specifying the database host", + "Default": "", + "Description": "The database instance hostname", "Type": "Variable", "Display": "always", "Required": "true", @@ -23926,8 +23926,8 @@ "@attributes": { "Name": "DB_PORT", "Target": "DB_PORT", - "Default": "yourdbport", - "Description": "for specifying the database port if not default 3306", + "Default": "3306", + "Description": "Database port (default `3306`)", "Type": "Variable", "Display": "always", "Required": "true", @@ -23937,10 +23937,10 @@ }, { "@attributes": { - "Name": "DB_USER", - "Target": "DB_USER", - "Default": "yourdbuser", - "Description": "for specifying the database user", + "Name": "DB_USERNAME", + "Target": "DB_USERNAME", + "Default": "", + "Description": "Database user", "Type": "Variable", "Display": "always", "Required": "true", @@ -23950,10 +23950,10 @@ }, { "@attributes": { - "Name": "DB_PASS", - "Target": "DB_PASS", - "Default": "yourdbpass", - "Description": "for specifying the database password (minimum 4 characters and non-alphanumeric passwords must be properly escaped.)", + "Name": "DB_PASSWORD", + "Target": "DB_PASSWORD", + "Default": "", + "Description": "Database password (minimum 4 characters and non-alphanumeric passwords must be properly escaped.)", "Type": "Variable", "Display": "always", "Required": "true", @@ -23965,8 +23965,8 @@ "@attributes": { "Name": "DB_DATABASE", "Target": "DB_DATABASE", - "Default": "bookstackapp", - "Description": "for specifying the database to be used", + "Default": "", + "Description": "Database name", "Type": "Variable", "Display": "always", "Required": "true", @@ -319735,8 +319735,8 @@ ], "downloads": 662, "stars": 1, - "LastUpdate": 1717771234, "LastUpdateScan": 1728893224, + "LastUpdate": 1717771234, "FirstSeen": 1728893224 }, { diff --git a/applicationFeed.json b/applicationFeed.json index 70ce5a897..e5d42afd7 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { "apps": 2423, - "last_updated_timestamp": 1728893227, - "last_updated": "2024-10-14 04:07", + "last_updated_timestamp": 1728900477, + "last_updated": "2024-10-14 06:07", "categories": [ { "Cat": "AI:", @@ -1165,8 +1165,8 @@ { "@attributes": { "Name": "WebUI", - "Target": "", - "Default": "", + "Target": "8169", + "Default": "8169", "Mode": "tcp", "Description": "", "Type": "Port", @@ -24066,8 +24066,8 @@ "@attributes": { "Name": "APP_URL", "Target": "APP_URL", - "Default": "yourbaseurl", - "Description": "for specifying the IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`", + "Default": "", + "Description": "The IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`", "Type": "Variable", "Display": "always", "Required": "true", @@ -24079,8 +24079,8 @@ "@attributes": { "Name": "DB_HOST", "Target": "DB_HOST", - "Default": "yourdbhost", - "Description": "for specifying the database host", + "Default": "", + "Description": "The database instance hostname", "Type": "Variable", "Display": "always", "Required": "true", @@ -24092,8 +24092,8 @@ "@attributes": { "Name": "DB_PORT", "Target": "DB_PORT", - "Default": "yourdbport", - "Description": "for specifying the database port if not default 3306", + "Default": "3306", + "Description": "Database port (default `3306`)", "Type": "Variable", "Display": "always", "Required": "true", @@ -24103,10 +24103,10 @@ }, { "@attributes": { - "Name": "DB_USER", - "Target": "DB_USER", - "Default": "yourdbuser", - "Description": "for specifying the database user", + "Name": "DB_USERNAME", + "Target": "DB_USERNAME", + "Default": "", + "Description": "Database user", "Type": "Variable", "Display": "always", "Required": "true", @@ -24116,10 +24116,10 @@ }, { "@attributes": { - "Name": "DB_PASS", - "Target": "DB_PASS", - "Default": "yourdbpass", - "Description": "for specifying the database password (minimum 4 characters and non-alphanumeric passwords must be properly escaped.)", + "Name": "DB_PASSWORD", + "Target": "DB_PASSWORD", + "Default": "", + "Description": "Database password (minimum 4 characters and non-alphanumeric passwords must be properly escaped.)", "Type": "Variable", "Display": "always", "Required": "true", @@ -24131,8 +24131,8 @@ "@attributes": { "Name": "DB_DATABASE", "Target": "DB_DATABASE", - "Default": "bookstackapp", - "Description": "for specifying the database to be used", + "Default": "", + "Description": "Database name", "Type": "Variable", "Display": "always", "Required": "true", @@ -319901,8 +319901,8 @@ ], "downloads": 662, "stars": 1, - "LastUpdate": 1717771234, "LastUpdateScan": 1728893224, + "LastUpdate": 1717771234, "FirstSeen": 1728893224 }, { diff --git a/log.txt b/log.txt index d5345b22e..62f9c071f 100755 --- a/log.txt +++ b/log.txt @@ -4391,9 +4391,6 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml.. Updating stats on containers -ganeshlab/opodsync -ganeshlab/opodsync:latest Downloads: 662 Stars: 1 Base: unknown -Pulling ganeshlab/opodsync:latest Privileged: 106 diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index 5476050f7..50bce10d0 100644 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -60832,130 +60832,6 @@ "topTrending": -0.5700000000000001, "topPerforming": 0.492 }, - { - "Name": "Apache-PHP", - "Support": "http://lime-technology.com/forum/index.php?topic=49578.0", - "Registry": "https://hub.docker.com/r/chvb/docker-apache-php/", - "Repository": "chvb/docker-apache-php", - "Icon": "https://raw.githubusercontent.com/chvb/docker-templates/master/chvb/img/apache-php.png", - "Repo": "chvb's Repository", - "ModeratorComment": "Can no longer be downloaded", - "Blacklist": true, - "Overview": "Apache based web server with basic PHP web server capabilities with the addition of php5-gd, php5-sqlite, php5-intl[br][br]\n [b][span style='color: #E80000;']Directions:[/span][/b][br]\n [b]/config[/b] : this path is used to store the configuration and the SSL certs files of the reverse proxy.[br]\n [b]/web[/b] : this path is the web directory[br]\n [b]/web/adminer[/b] : adminer path inside the web directory[br]\n [b]/logs[/b] : this path is the logs directory[br][br]\n\nI have added custom [b]Crontab[/b] functionality.To enable Cron jobs, edit the file [b]crons.conf[/b] in folder [/b]/config[/b]. [br]\nAdd as many tasks as you need, save the file, and [b]restart[/b] the container.[br][br]", - "templatePath": "/tmp/GitHub/AppFeed/templates/chvbsRepository/chvb/apache-php.xml", - "CategoryList": [ - "Network-Web" - ], - "downloads": 782005, - "stars": 1, - "trending": 0.013, - "trends": [ - 0.023, - 0.02, - 0.021, - 0.016, - 0.018, - 0.019, - 0.013 - ], - "trendsDate": [ - 1710713159, - 1713306894, - 1715904384, - 1718503588, - 1721102788, - 1723719849, - 1726315592 - ], - "downloadtrend": [ - 781180, - 781334, - 781499, - 781622, - 781761, - 781907, - 782005 - ], - "LastUpdateScan": 1726315592, - "LastUpdate": 1453646083, - "FirstSeen": 1, - "topTrending": -0.01, - "topPerforming": 0.013 - }, - { - "Name": "Webgrabplus", - "Repository": "chvb/docker-webgrabplus", - "Registry": "https://hub.docker.com/r/chvb/docker-webgrabplus/~/dockerfile/", - "Network": "bridge", - "Privileged": "false", - "Support": "https://hub.docker.com/r/chvb/docker-webgrabplus/", - "Overview": "WebGrab+Plus is a XML EPG Grabber that can be used together with Tvheadend.", - "TemplateURL": "https://raw.githubusercontent.com/chvb/docker-templates/master/chvb/WebGrabPlus.xml", - "Icon": "https://raw.githubusercontent.com/chvb/docker-templates/master/chvb/img/webgrabplusplus.png", - "Networking": { - "Mode": "bridge" - }, - "Config": [ - { - "@attributes": { - "Name": "Config", - "Target": "/config", - "Default": "/mnt/user/appdata/WebGrabPlus/", - "Mode": "rw", - "Description": "Container Path: /config", - "Type": "Path", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "/mnt/user/appdata/WebGrabPlus/" - }, - { - "@attributes": { - "Name": "data", - "Target": "/data", - "Default": "/mnt/user/appdata/tvheadend/data/", - "Mode": "rw", - "Description": "Container Path: /data", - "Type": "Path", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "/mnt/user/appdata/tvheadend/data/" - } - ], - "Repo": "chvb's Repository", - "ModeratorComment": "Would be generally recommended to install the version from linuxserver.io", - "Deprecated": true, - "templatePath": "/tmp/GitHub/AppFeed/templates/chvbsRepository/chvb/WebGrabPlus.xml", - "CategoryList": [ - "Downloaders" - ], - "downloads": 290483, - "stars": 1, - "trending": 0.001, - "trends": [ - 0.002, - 0.002, - 0.001 - ], - "trendsDate": [ - 1723363588, - 1725962839, - 1728562038 - ], - "downloadtrend": [ - 290470, - 290476, - 290481, - 290483 - ], - "LastUpdateScan": 1728562038, - "LastUpdate": 1499027398, - "FirstSeen": "1498762357", - "topTrending": -0.001 - }, { "Name": "FlexTV", "Overview": "A super-sexy voice interface for the Plex HTPC.", @@ -314056,7 +313932,7 @@ "Support": "https://docs.castopod.org", "Project": "https://castopod.org/", "Overview": "Castopod is a free and open-source hosting platform made for podcasters who want to engage and interact with their audience. \r\n [br]\n See documentation for all available configuration options: https://docs.castopod.org/main/en/getting-started/docker/", - "ExtraSearchTerms": "podcasts AntennaPod PodFetch PodGrab gPodder server Plex audio stream download client manager sync Castopod", + "ExtraSearchTerms": "podcasts AntennaPod PodFetch PodGrab gPodder server Plex audio stream download client manager sync Castopod oPodSync", "Icon": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/images/castopod-icon.png", "TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/castopod.xml", "Maintainer": { @@ -319798,6 +319674,71 @@ "LastUpdate": 1691456472, "FirstSeen": 1627914738 }, + { + "Name": "oPodSync", + "Repository": "ganeshlab/opodsync:latest", + "Registry": "https://hub.docker.com/r/ganeshlab/opodsync", + "Branch": { + "Tag": "latest", + "TagDescription": "Latest stable release" + }, + "Network": "bridge", + "WebUI": "http://[IP]:[PORT:8080]", + "Privileged": "false", + "Support": "https://github.com/kd2org/opodsync/issues", + "Project": "https://github.com/kd2org/opodsync", + "Overview": "A minimalist podcast synchronization server, for self-hosting your podcast listening / download history. This allows you to keep track of which episodes have been listened to. Previously known as Micro GPodder.", + "ExtraSearchTerms": "podcasts AntennaPod PodFetch PodGrab gPodder server Plex audio stream download client manager sync Castopod oPodSync", + "Icon": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/images/opodsync-icon.png", + "TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/opodsync.xml", + "Maintainer": { + "WebPage": "https://github.com/nwithan8" + }, + "Requires": "
        Expects a `config.local.php` file in the "Config Data" path. See documentation: https://github.com/kd2org/opodsync?tab=readme-ov-file#configuration
    ", + "Config": [ + { + "@attributes": { + "Name": "Web UI Port", + "Target": "8080", + "Default": "8080", + "Mode": "tcp", + "Description": "Container Port: 8080", + "Type": "Port", + "Display": "always-hide", + "Required": "true", + "Mask": "false" + }, + "value": "8080" + }, + { + "@attributes": { + "Name": "Config Data", + "Target": "/var/www/server/data", + "Default": "/mnt/user/appdata/opodsync/config", + "Mode": "rw", + "Description": "Path to config data", + "Type": "Path", + "Display": "advanced-hide", + "Required": "true", + "Mask": "false" + }, + "value": "/mnt/user/appdata/opodsync/config" + } + ], + "Repo": "grtgbln's Repository", + "ChangeLogPresent": true, + "templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/opodsync.xml", + "CategoryList": [ + "Productivity", + "Tools-Utilities", + "Other" + ], + "downloads": 662, + "stars": 1, + "LastUpdate": 1717771234, + "LastUpdateScan": 1728893224, + "FirstSeen": 1728893224 + }, { "Name": "An-Otter-Wiki", "Repository": "redimp/otterwiki:latest", @@ -320084,7 +320025,7 @@ "Support": "https://www.pinepods.online/docs/intro", "Project": "https://www.pinepods.online", "Overview": "A Rust based podcast management system that manages podcasts with multi-user support and relies on a central database with clients to connect to it.", - "ExtraSearchTerms": "podcasts AntennaPod PodFetch PodGrab gPodder server Plex audio stream download client manager sync Castopod", + "ExtraSearchTerms": "podcasts AntennaPod PodFetch PodGrab gPodder server Plex audio stream download client manager sync Castopod oPodSync", "Icon": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/images/pinepods-icon.png", "TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/pinepods.xml", "Maintainer": { diff --git a/statistics.json b/statistics.json index eb344c915..20a125a92 100755 --- a/statistics.json +++ b/statistics.json @@ -1,16 +1,11 @@ { - "caFixed": 631, + "caFixed": 630, "fixedTemplates": { "UnJustice's Repository": { "tsaridas/stremio-docker:latest": [ "No Registry entry set. Created from Repository setting - This may not be the correct value" ] }, - "ReggieSwag's Repository": { - "eartharoid/discord-tickets": [ - "No container port set. Set to ()" - ] - }, "blue.lamp3445's Repository": { "mikejmcguire/hass-actronque-amd64": [ "No Registry entry set. Created from Repository setting - This may not be the correct value"