diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 1edf2fb22..eca5de003 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1724918820 + "last_updated_timestamp": 1724926042 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index 6caa74c91..06b2818fa 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -192,6 +192,135 @@ "LastUpdate": 1724807976, "FirstSeen": 1724875623 }, + { + "Name": "wh-amp", + "Overview": "CubeCoders AMP - The powerful but simple to use game server control panel. Supports both Windows and Linux, easy to install and supports dozens of game servers and applications.", + "Requires": "
AMP requires:\r
- A license key for CubeCoders AMP.\r
- Updating the "Post Arguments" with a MAC address.\r
    Learn more: https://github.com/MitchTalmadge/AMP-dockerized?tab=readme-ov-file#mac-address-important-please-read", + "Repository": "mitchtalmadge/amp-dockerized:latest", + "Registry": "https://hub.docker.com/r/mitchtalmadge/amp-dockerized/tags", + "Project": "https://cubecoders.com/AMP", + "WebUI": "http://[IP]:[PORT:8080]/", + "ExtraParams": "--mac-address=\"02:42:AC:XX:XX:XX\" --init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/amp.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/amp.xml", + "Config": [ + { + "@attributes": { + "Name": "AMP web UI port", + "Target": "8080", + "Default": "8080", + "Mode": "tcp", + "Description": "The TCP port AMP listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "8008" + }, + { + "@attributes": { + "Name": "AMP storage", + "Target": "/home/amp/.ampdata", + "Default": "/mnt/user/appdata/wh-amp", + "Mode": "rw", + "Description": "The location where AMP stores its data.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "TZ", + "Target": "TZ", + "Default": "Etc/UTC", + "Mode": "", + "Description": "Specify a timezone: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "Etc/UTC" + }, + { + "@attributes": { + "Name": "AMP_LICENSE", + "Target": "AMP_LICENSE", + "Default": "", + "Mode": "", + "Description": " The licence key for CubeCoders AMP.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "true" + }, + "value": "" + }, + { + "@attributes": { + "Name": "USERNAME", + "Target": "USERNAME", + "Default": "admin", + "Mode": "", + "Description": "The username of the admin user created on first boot.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "true" + }, + "value": "admin" + }, + { + "@attributes": { + "Name": "PASSWORD", + "Target": "PASSWORD", + "Default": "password", + "Mode": "", + "Description": "The password of the admin user. This value is only used when creating the new user.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "true" + }, + "value": "password" + }, + { + "@attributes": { + "Name": "AMP_RELEASE_STREAM", + "Target": "AMP_RELEASE_STREAM", + "Default": "Mainline|Development", + "Mode": "", + "Description": "Don't change this unless you know what you're doing.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "Mainline" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/amp.xml", + "CategoryList": [ + "GameServers" + ], + "downloads": 729247, + "stars": 8, + "LastUpdate": 1714887740, + "LastUpdateScan": 1724926020, + "FirstSeen": 1603735753 + }, { "Name": "wh-apache-couchdb2", "Overview": "Apache CouchDB is a distributed document-oriented database that supports HTTP/JSON API, replication, query and MapReduce.", @@ -650,6 +779,22 @@ "LastUpdateScan": 1724746003, "FirstSeen": 1631135564 }, + { + "Name": "wh-APPNAME", + "Repository": "REPONAME", + "Registry": "https://registry.hub.docker.com/_/REPONAME", + "PrivilegedReq": "false", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/APPNAME.png", + "Repo": "whallin's Repository", + "Blacklist": true, + "Official": true, + "Overview": "OVERVIEWTEXT", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/convertx.xml", + "LastUpdateScan": 1724120224, + "FirstSeen": 1724120224 + }, { "Name": "wh-dbgate", "Overview": "Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others.", @@ -659,11 +804,11 @@ "Branch": [ { "Tag": "latest", - "TagDescription": "Full functionality, larger image size." + "TagDescription": "Full functionality, larger image size" }, { "Tag": "alpine", - "TagDescription": "No SQLite support, smaller image size." + "TagDescription": "No SQLite support, smaller image size" } ], "WebUI": "http://[IP]:[PORT:3000]/", @@ -857,7 +1002,7 @@ { "Name": "wh-dragonflydb", "Overview": "A modern replacement for Redis and Memcached.", - "Requires": "
DragonflyDB requires:\r
- (Optional) "Network Type" set to 'host' for improved performance.\r
    Learn more about DragonflyDB in 'host' network mode: https://www.dragonflydb.io/docs/getting-started/docker-compose#tuning-dragonfly", + "Requires": "
DragonflyDB requires:\r
- (Optional) "Network Type" set to 'host' for improved performance.\r
    Learn more: https://www.dragonflydb.io/docs/getting-started/docker-compose#tuning-dragonfly", "Repository": "ghcr.io/dragonflydb/dragonfly:latest", "Registry": "https://github.com/dragonflydb/dragonfly/pkgs/container/dragonfly", "Project": "https://www.dragonflydb.io/", @@ -1775,6 +1920,146 @@ "LastUpdate": 1721188832, "FirstSeen": 1724890005 }, + { + "Name": "wh-maloja", + "Overview": "Self-hosted music scrobble database to create personal listening statistics and charts.", + "Repository": "krateng/maloja:latest", + "Registry": "https://hub.docker.com/r/krateng/maloja", + "Project": "https://github.com/krateng/maloja", + "WebUI": "http://[IP]:[PORT:42010]/", + "ExtraParams": "--init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/maloja.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/maloja.xml", + "Config": [ + { + "@attributes": { + "Name": "Maloja web UI port", + "Target": "42010", + "Default": "42010", + "Mode": "tcp", + "Description": "The TCP port Maloja listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "42010" + }, + { + "@attributes": { + "Name": "Maloja storage", + "Target": "/mljdata", + "Default": "/mnt/user/appdata/wh-maloja", + "Mode": "rw", + "Description": "The location where Maloja stores its data.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MALOJA_FORCE_PASSWORD", + "Target": "MALOJA_FORCE_PASSWORD", + "Default": "/mljdata", + "Mode": "", + "Description": "Set an admin password for Maloja.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "true" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MALOJA_DATA_DIRECTORY", + "Target": "MALOJA_DATA_DIRECTORY", + "Default": "/mljdata", + "Mode": "", + "Description": "Set the directory in the container where configuration folders/files should be located.", + "Type": "Variable", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "/mljdata" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/maloja.xml", + "CategoryList": [ + "Tools-Utilities", + "Other", + "MediaApp-Music" + ], + "downloads": 348328, + "stars": 9, + "trending": 16.164, + "trends": [ + 8.149, + 5.698, + 6.874, + 24.24, + 9.525, + 22.638, + 16.164 + ], + "trendsDate": [ + 1707361568, + 1709960768, + 1712556369, + 1715155585, + 1717754785, + 1720361192, + 1722960458 + ], + "downloadtrend": [ + 135989, + 144206, + 154851, + 204398, + 225916, + 292025, + 348328 + ], + "LastUpdateScan": 1722960458, + "LastUpdate": 1702783422, + "FirstSeen": 1639753431, + "topTrending": 8.015000000000002, + "topPerforming": 16.164 + }, + { + "Name": "wh-maybe", + "Beta": "true", + "Repository": "REPONAME", + "Registry": "https://registry.hub.docker.com/_/REPONAME", + "Project": "https://maybe.co/", + "PrivilegedReq": "false", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/maybe.png", + "Repo": "whallin's Repository", + "Blacklist": true, + "Official": true, + "Overview": "OVERVIEWTEXT", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/maybe.xml", + "CategoryList": [ + "Productivity", + "Other" + ], + "LastUpdateScan": 1724120224, + "FirstSeen": 1724120224 + }, { "Name": "wh-mitmproxy", "Overview": "mitmproxy is a free and open source tool for debugging, testing, and hacking web traffic.", @@ -1808,6 +2093,66 @@ "LastUpdate": 1724877650, "FirstSeen": 1724882843 }, + { + "Name": "wh-multi-scrobbler", + "Overview": "Scrobble plays from multiple sources to multiple clients.", + "Repository": "ghcr.io/foxxmd/multi-scrobbler:latest-alpine", + "Registry": "https://github.com/FoxxMD/multi-scrobbler/pkgs/container/multi-scrobbler", + "Project": "https://foxxmd.github.io/multi-scrobbler/", + "WebUI": "http://[IP]:[PORT:9078]/", + "ExtraParams": "--init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/multi-scrobbler.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/multi-scrobbler.xml", + "Config": [ + { + "@attributes": { + "Name": "multi-scrobbler web UI port", + "Target": "9078", + "Default": "9078", + "Mode": "tcp", + "Description": "The TCP port multi-scrobbler listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "9078" + }, + { + "@attributes": { + "Name": "multi-scrobbler storage", + "Target": "/config", + "Default": "/mnt/user/appdata/wh-multi-scrobbler", + "Mode": "rw", + "Description": "The location where multi-scrobbler stores its data.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/multi-scrobbler.xml", + "CategoryList": [ + "Tools-Utilities", + "Other", + "MediaApp-Music" + ], + "downloads": 160102, + "stars": 3, + "LastUpdate": 1724854071, + "LastUpdateScan": 1724926020, + "FirstSeen": 1724926020 + }, { "Name": "wh-mysterium-node", "Overview": "With MystNodes, you get paid in cryptocurrency every time a business or user connects to your node.", @@ -1870,6 +2215,142 @@ "LastUpdate": 1723698242, "FirstSeen": 1724875633 }, + { + "TemplatePath": "/tmp/appFeed/templates/whallinsRepository/whallin/nocodb.xml", + "errors": [ + "Opening and ending tag mismatch: Container line 2 and Requires" + ], + "FirstSeen": null + }, + { + "Name": "wh-obsidian", + "Overview": "Obsidian is a note-taking app that lets you create, link, and organize your notes on your device, with hundreds of plugins and themes to customize your workflow.", + "Repository": "ghcr.io/linuxserver/obsidian:latest", + "Registry": "https://github.com/linuxserver/docker-obsidian/pkgs/container/obsidian", + "Project": "https://obsidian.md/", + "WebUI": "http://[IP]:[PORT:3000]/", + "ExtraParams": "--init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/obsidian.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/obsidian.xml", + "Config": [ + { + "@attributes": { + "Name": "Obsidian web UI port", + "Target": "3000", + "Default": "3000", + "Mode": "tcp", + "Description": "The TCP port Obsidian listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "3000" + }, + { + "@attributes": { + "Name": "Obsidian storage", + "Target": "/config", + "Default": "/mnt/user/appdata/wh-obsidian", + "Mode": "rw", + "Description": "The location where Obsidian stores its data.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "GL support in VNC", + "Target": "", + "Default": "", + "Mode": "", + "Description": "Mount for DRI3 GPU Acceleration.", + "Type": "Device", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "/dev/dri" + }, + { + "@attributes": { + "Name": "TZ", + "Target": "TZ", + "Default": "Etc/UTC", + "Mode": "", + "Description": "Specify a timezone: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "Etc/UTC" + }, + { + "@attributes": { + "Name": "CUSTOM_USER", + "Target": "CUSTOM_USER", + "Default": "abc", + "Mode": "", + "Description": "HTTP Basic auth username.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "abc" + }, + { + "@attributes": { + "Name": "PASSWORD", + "Target": "PASSWORD", + "Default": "abc", + "Mode": "", + "Description": "HTTP Basic auth password, if unset, there will be no auth.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "true" + }, + "value": "abc" + }, + { + "@attributes": { + "Name": "NO_DECOR", + "Target": "NO_DECOR", + "Default": "true|false", + "Mode": "", + "Description": "If true, the application will run without window borders for use as a PWA.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "true" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/obsidian.xml", + "CategoryList": [ + "Productivity", + "Other" + ], + "downloads": 25152, + "stars": 4, + "LastUpdate": 1724587304, + "LastUpdateScan": 1724926026, + "FirstSeen": 1724926026 + }, { "Name": "wh-ontime", "Overview": "Free, open-source time keeping for live events.", @@ -2405,6 +2886,33 @@ "LastUpdate": 1723738433, "FirstSeen": 1724120203 }, + { + "Name": "wh-plausible-ce", + "Requires": "
Plausible requires:\r
- A PostgreSQL 15+ database.\r
- A ClickHouse 24 database.", + "Repository": "ghcr.io/plausible/community-edition:latest", + "Registry": "https://github.com/plausible/analytics/pkgs/container/community-edition", + "Project": "https://plausible.io/", + "PrivilegedReq": "false", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/plausible.png", + "Blacklist": true, + "ModeratorComment": "Blacklisted due to security violations (Extra Commands In Docker Run Command)", + "Repo": "whallin's Repository", + "Overview": "Simple, open source, lightweight and privacy-friendly web analytics alternative to Google Analytics.", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/plausible.xml", + "CategoryList": [ + "Productivity", + "Tools-Utilities", + "Other", + "Network-Web" + ], + "downloads": 4372, + "stars": 2, + "LastUpdate": 1717667820, + "LastUpdateScan": 1724926031, + "FirstSeen": 1724926031 + }, { "Name": "wh-postgres15", "Overview": "PostgreSQL, often simply \"Postgres\", is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance.", @@ -2520,6 +3028,124 @@ "LastUpdate": 1723666066, "FirstSeen": 1724120208 }, + { + "Name": "wh-restreamer", + "Overview": "datarhei Restreamer provides real-time live video streaming on websites and social media platforms without additional streaming provider costs for video hosting or software licensing costs.", + "Requires": "
Restreamer requires:\r
- (Optional) For hardware accelerated transcoding; a NVENC or VA-API capable device.", + "Repository": "datarhei/restreamer:latest", + "Registry": "https://hub.docker.com/r/datarhei/restreamer", + "Project": "https://docs.datarhei.com/restreamer", + "Branch": [ + { + "Tag": "latest", + "TagDescription": "Default image with CPU acceleration" + }, + { + "Tag": "cuda-latest", + "TagDescription": "Hardware acceleration with CUDA support" + }, + { + "Tag": "vaapi-latest", + "TagDescription": "Hardware acceleration with VA-API support" + } + ], + "WebUI": "http://[IP]:[PORT:8080]/", + "ExtraParams": "--privileged --init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/datarhei.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/restreamer.xml", + "Config": [ + { + "@attributes": { + "Name": "Restreamer web UI port", + "Target": "8080", + "Default": "8080", + "Mode": "tcp", + "Description": "The TCP port Restreamer listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "8080" + }, + { + "@attributes": { + "Name": "Restreamer RTMP port", + "Target": "1935", + "Default": "1935", + "Mode": "tcp", + "Description": "The TCP port RTMP listens on.", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "1935" + }, + { + "@attributes": { + "Name": "Restreamer SRT port", + "Target": "6000", + "Default": "6000", + "Mode": "udp", + "Description": "The UDP port SRT listens on.", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "6000" + }, + { + "@attributes": { + "Name": "Restreamer configs", + "Target": "/core/config", + "Default": "/mnt/user/appdata/wh-restreamer/config", + "Mode": "rw", + "Description": "The location where Restreamer stores its configs.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Restreamer storage", + "Target": "/core/data", + "Default": "/mnt/user/appdata/wh-restreamer/data", + "Mode": "rw", + "Description": "The location where Restreamer stores its data.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/restreamer.xml", + "CategoryList": [ + "Productivity", + "Tools-Utilities", + "Other", + "MediaServer-Video" + ], + "downloads": 4572320, + "stars": 67, + "LastUpdate": 1724910111, + "LastUpdateScan": 1724926034, + "FirstSeen": 1614776556 + }, { "Name": "wh-stirling-pdf", "Overview": "Locally hosted web application that allows you to perform various operations on PDF files.", @@ -2662,6 +3288,109 @@ "LastUpdateScan": 1724897214, "FirstSeen": 1724897214 }, + { + "Name": "wh-syncthing", + "Overview": "Syncthing is a free and open source software that syncs files between two or more devices in real time, without a central server.", + "Requires": "
Syncthing requires:\r
- (Optional) "Network Type" set to 'host' for improved performance.\r
    Learn more: https://github.com/syncthing/syncthing/blob/main/README-Docker.md#discovery", + "Repository": "syncthing/syncthing:latest", + "Registry": "https://hub.docker.com/r/syncthing/syncthing", + "Project": "https://syncthing.net/", + "WebUI": "http://[IP]:[PORT:8384]/", + "ExtraParams": "--init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/syncthing.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/syncthing.xml", + "Config": [ + { + "@attributes": { + "Name": "Syncthing web UI port", + "Target": "8384", + "Default": "8384", + "Mode": "tcp", + "Description": "The TCP port Syncthing listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "8384" + }, + { + "@attributes": { + "Name": "Syncthing file transfers port", + "Target": "22000", + "Default": "22000", + "Mode": "tcp", + "Description": "The TCP port file transfers listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "22000" + }, + { + "@attributes": { + "Name": "Syncthing QUIC file transfers port", + "Target": "22000", + "Default": "22000", + "Mode": "udp", + "Description": "The UDP port QUIC file transfers listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "22000" + }, + { + "@attributes": { + "Name": "Syncthing local discovery broadcast port", + "Target": "21027", + "Default": "21027", + "Mode": "udp", + "Description": "The UDP port local discover broadcasts listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "21027" + }, + { + "@attributes": { + "Name": "Syncthing storage", + "Target": "/var/syncthing", + "Default": "/mnt/user/appdata/wh-syncthing", + "Mode": "rw", + "Description": "The location where Syncthing stores its data.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "whallin's Repository", + "Official": true, + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/syncthing.xml", + "CategoryList": [ + "Backup", + "Cloud" + ], + "downloads": 79008334, + "stars": 346, + "LastUpdate": 1724895043, + "LastUpdateScan": 1724926034, + "FirstSeen": 1724926034 + }, { "Name": "wh-teldrive", "Overview": "Telegram Drive is a powerful utility that enables you to organise your telegram files and much more.", @@ -2844,6 +3573,159 @@ "LastUpdateScan": 1724120216, "FirstSeen": 1724120216 }, + { + "Name": "wh-umami", + "Overview": "Umami is a simple, fast, privacy-focused alternative to Google Analytics.", + "Requires": "
Umami requires:\r
- A PostgreSQL or MySQL/MariaDB database.", + "Repository": "ghcr.io/umami-software/umami:postgresql-latest", + "Registry": "https://github.com/umami-software/umami/pkgs/container/umami", + "Project": "https://umami.is/", + "Branch": [ + { + "Tag": "postgresql-latest", + "TagDescription": "PostgreSQL support" + }, + { + "Tag": "mysql-latest", + "TagDescription": "MySQL/MariaDB support" + } + ], + "WebUI": "http://[IP]:[PORT:3000]/", + "ExtraParams": "--init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/umami.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/umami.xml", + "Config": [ + { + "@attributes": { + "Name": "Umami web UI port", + "Target": "3000", + "Default": "3000", + "Mode": "tcp", + "Description": "The TCP port Umami listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "3000" + }, + { + "@attributes": { + "Name": "DATABASE_URL", + "Target": "DATABASE_URL", + "Default": "", + "Mode": "", + "Description": "The database connection URL, e.g. postgresql://USER:PASS@HOST:PORT/DATABASE", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "APP_SECRET", + "Target": "APP_SECRET", + "Default": "", + "Mode": "", + "Description": "A unique value for your installation.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "true" + }, + "value": "" + }, + { + "@attributes": { + "Name": "CLIENT_IP_HEADER", + "Target": "CLIENT_IP_HEADER", + "Default": "", + "Mode": "", + "Description": "HTTP header to check for the client's IP address.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "TRACKER_SCRIPT_NAME", + "Target": "TRACKER_SCRIPT_NAME", + "Default": "script.js", + "Mode": "", + "Description": "Allows you to assign a custom name to the tracker script different from the default.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "script.js" + }, + { + "@attributes": { + "Name": "DISABLE_LOGIN", + "Target": "DISABLE_LOGIN", + "Default": "0/1", + "Mode": "", + "Description": "Disables the login page for the application.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "0" + }, + { + "@attributes": { + "Name": "DISABLE_UPDATES", + "Target": "DISABLE_UPDATES", + "Default": "0/1", + "Mode": "", + "Description": "Disables the check for new versions of Umami.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "0" + }, + { + "@attributes": { + "Name": "DISABLE_TELEMETRY", + "Target": "DISABLE_TELEMETRY", + "Default": "0/1", + "Mode": "", + "Description": "Umami collects completely anonymous telemetry data in order help improve the application.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "0" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/umami.xml", + "CategoryList": [ + "Productivity", + "Tools-Utilities", + "Other", + "Network-Web" + ], + "LastUpdateScan": 1724926037, + "FirstSeen": 1724926037 + }, { "Name": "wh-valkey7", "Overview": "Valkey is a high-performance data structure server that primarily serves key/value workloads.", @@ -3154,6 +4036,114 @@ "LastUpdate": 1723905621, "FirstSeen": 1724875638 }, + { + "Name": "wh-zipline", + "Overview": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup!", + "Requires": "
Zipline requires:\r
- A PostgresSQL database.", + "Repository": "ghcr.io/diced/zipline:latest", + "Registry": "https://github.com/diced/zipline/pkgs/container/zipline", + "Project": "https://zipline.diced.sh/", + "WebUI": "http://[IP]:[PORT:3000]/", + "ExtraParams": "--init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/zipline.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/zipline.xml", + "Config": [ + { + "@attributes": { + "Name": "Zipline web UI port", + "Target": "3000", + "Default": "3000", + "Mode": "tcp", + "Description": "The TCP port Zipline listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "3000" + }, + { + "@attributes": { + "Name": "Zipline uploads", + "Target": "/zipline/uploads", + "Default": "/mnt/user/appdata/wh-zipline/uploads", + "Mode": "rw", + "Description": "The location where Zipline stores uploads.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Zipline public", + "Target": "/zipline/public", + "Default": "/mnt/user/appdata/wh-zipline/public", + "Mode": "rw", + "Description": "The location where Zipline stores its data.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "CORE_SECRET", + "Target": "CORE_SECRET", + "Default": "", + "Mode": "", + "Description": "Used to sign sensitive data.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "true" + }, + "value": "" + }, + { + "@attributes": { + "Name": "CORE_DATABASE_URL", + "Target": "CORE_DATABASE_URL", + "Default": "", + "Mode": "", + "Description": "The database connection URL, e.g. postgresql://USER:PASS@HOST:PORT/DATABASE", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/zipline.xml", + "CategoryList": [ + "Backup", + "Cloud", + "Productivity", + "Tools-Utilities", + "Other", + "MediaServer-Video", + "MediaServer-Photos", + "MediaServer-Other", + "Network-Web" + ], + "downloads": 1685, + "LastUpdateScan": 1724493992, + "LastUpdate": 1657557370, + "FirstSeen": 1693141156 + }, { "Name": "wh-APPNAME", "Repository": "REPONAME", @@ -336915,15 +337905,17 @@ "Network-Web", "Network-Management" ], - "downloads": 72399, - "trending": 10.35, + "downloads": 80554, + "LastUpdate": 1707283303, + "trending": 10.124, "trends": [ 38.93, 26.48, 18.153, 14.538, 12.053, - 10.35 + 10.35, + 10.124 ], "trendsDate": [ 1709334372, @@ -336931,21 +337923,21 @@ 1714529310, 1717128359, 1719727567, - 1722326793 + 1722326793, + 1724926042 ], "downloadtrend": [ - 17927, 29355, 39928, 48784, 57083, 64906, - 72399 + 72399, + 80554 ], - "LastUpdateScan": 1722326793, - "LastUpdate": 1707283303, + "LastUpdateScan": 1724926042, "FirstSeen": 1704135955, - "topTrending": -28.58 + "topTrending": -28.805999999999997 }, { "Name": "dokemon-agent", diff --git a/applicationFeed.json b/applicationFeed.json index 347899e98..720701a83 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { - "apps": 2405, - "last_updated_timestamp": 1724918820, - "last_updated": "2024-08-29 04:07", + "apps": 2417, + "last_updated_timestamp": 1724926042, + "last_updated": "2024-08-29 06:07", "categories": [ { "Cat": "AI:", @@ -358,6 +358,135 @@ "LastUpdate": 1724807976, "FirstSeen": 1724875623 }, + { + "Name": "wh-amp", + "Overview": "CubeCoders AMP - The powerful but simple to use game server control panel. Supports both Windows and Linux, easy to install and supports dozens of game servers and applications.", + "Requires": "
AMP requires:\r
- A license key for CubeCoders AMP.\r
- Updating the "Post Arguments" with a MAC address.\r
    Learn more: https://github.com/MitchTalmadge/AMP-dockerized?tab=readme-ov-file#mac-address-important-please-read", + "Repository": "mitchtalmadge/amp-dockerized:latest", + "Registry": "https://hub.docker.com/r/mitchtalmadge/amp-dockerized/tags", + "Project": "https://cubecoders.com/AMP", + "WebUI": "http://[IP]:[PORT:8080]/", + "ExtraParams": "--mac-address=\"02:42:AC:XX:XX:XX\" --init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/amp.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/amp.xml", + "Config": [ + { + "@attributes": { + "Name": "AMP web UI port", + "Target": "8080", + "Default": "8080", + "Mode": "tcp", + "Description": "The TCP port AMP listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "8008" + }, + { + "@attributes": { + "Name": "AMP storage", + "Target": "/home/amp/.ampdata", + "Default": "/mnt/user/appdata/wh-amp", + "Mode": "rw", + "Description": "The location where AMP stores its data.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "TZ", + "Target": "TZ", + "Default": "Etc/UTC", + "Mode": "", + "Description": "Specify a timezone: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "Etc/UTC" + }, + { + "@attributes": { + "Name": "AMP_LICENSE", + "Target": "AMP_LICENSE", + "Default": "", + "Mode": "", + "Description": " The licence key for CubeCoders AMP.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "true" + }, + "value": "" + }, + { + "@attributes": { + "Name": "USERNAME", + "Target": "USERNAME", + "Default": "admin", + "Mode": "", + "Description": "The username of the admin user created on first boot.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "true" + }, + "value": "admin" + }, + { + "@attributes": { + "Name": "PASSWORD", + "Target": "PASSWORD", + "Default": "password", + "Mode": "", + "Description": "The password of the admin user. This value is only used when creating the new user.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "true" + }, + "value": "password" + }, + { + "@attributes": { + "Name": "AMP_RELEASE_STREAM", + "Target": "AMP_RELEASE_STREAM", + "Default": "Mainline|Development", + "Mode": "", + "Description": "Don't change this unless you know what you're doing.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "Mainline" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/amp.xml", + "CategoryList": [ + "GameServers" + ], + "downloads": 729247, + "stars": 8, + "LastUpdate": 1714887740, + "LastUpdateScan": 1724926020, + "FirstSeen": 1603735753 + }, { "Name": "wh-apache-couchdb2", "Overview": "Apache CouchDB is a distributed document-oriented database that supports HTTP/JSON API, replication, query and MapReduce.", @@ -816,6 +945,22 @@ "LastUpdateScan": 1724746003, "FirstSeen": 1631135564 }, + { + "Name": "wh-APPNAME", + "Repository": "REPONAME", + "Registry": "https://registry.hub.docker.com/_/REPONAME", + "PrivilegedReq": "false", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/APPNAME.png", + "Repo": "whallin's Repository", + "Blacklist": true, + "Official": true, + "Overview": "OVERVIEWTEXT", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/convertx.xml", + "LastUpdateScan": 1724120224, + "FirstSeen": 1724120224 + }, { "Name": "wh-dbgate", "Overview": "Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others.", @@ -825,11 +970,11 @@ "Branch": [ { "Tag": "latest", - "TagDescription": "Full functionality, larger image size." + "TagDescription": "Full functionality, larger image size" }, { "Tag": "alpine", - "TagDescription": "No SQLite support, smaller image size." + "TagDescription": "No SQLite support, smaller image size" } ], "WebUI": "http://[IP]:[PORT:3000]/", @@ -1023,7 +1168,7 @@ { "Name": "wh-dragonflydb", "Overview": "A modern replacement for Redis and Memcached.", - "Requires": "
DragonflyDB requires:\r
- (Optional) "Network Type" set to 'host' for improved performance.\r
    Learn more about DragonflyDB in 'host' network mode: https://www.dragonflydb.io/docs/getting-started/docker-compose#tuning-dragonfly", + "Requires": "
DragonflyDB requires:\r
- (Optional) "Network Type" set to 'host' for improved performance.\r
    Learn more: https://www.dragonflydb.io/docs/getting-started/docker-compose#tuning-dragonfly", "Repository": "ghcr.io/dragonflydb/dragonfly:latest", "Registry": "https://github.com/dragonflydb/dragonfly/pkgs/container/dragonfly", "Project": "https://www.dragonflydb.io/", @@ -1941,6 +2086,146 @@ "LastUpdate": 1721188832, "FirstSeen": 1724890005 }, + { + "Name": "wh-maloja", + "Overview": "Self-hosted music scrobble database to create personal listening statistics and charts.", + "Repository": "krateng/maloja:latest", + "Registry": "https://hub.docker.com/r/krateng/maloja", + "Project": "https://github.com/krateng/maloja", + "WebUI": "http://[IP]:[PORT:42010]/", + "ExtraParams": "--init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/maloja.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/maloja.xml", + "Config": [ + { + "@attributes": { + "Name": "Maloja web UI port", + "Target": "42010", + "Default": "42010", + "Mode": "tcp", + "Description": "The TCP port Maloja listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "42010" + }, + { + "@attributes": { + "Name": "Maloja storage", + "Target": "/mljdata", + "Default": "/mnt/user/appdata/wh-maloja", + "Mode": "rw", + "Description": "The location where Maloja stores its data.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MALOJA_FORCE_PASSWORD", + "Target": "MALOJA_FORCE_PASSWORD", + "Default": "/mljdata", + "Mode": "", + "Description": "Set an admin password for Maloja.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "true" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MALOJA_DATA_DIRECTORY", + "Target": "MALOJA_DATA_DIRECTORY", + "Default": "/mljdata", + "Mode": "", + "Description": "Set the directory in the container where configuration folders/files should be located.", + "Type": "Variable", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "/mljdata" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/maloja.xml", + "CategoryList": [ + "Tools-Utilities", + "Other", + "MediaApp-Music" + ], + "downloads": 348328, + "stars": 9, + "trending": 16.164, + "trends": [ + 8.149, + 5.698, + 6.874, + 24.24, + 9.525, + 22.638, + 16.164 + ], + "trendsDate": [ + 1707361568, + 1709960768, + 1712556369, + 1715155585, + 1717754785, + 1720361192, + 1722960458 + ], + "downloadtrend": [ + 135989, + 144206, + 154851, + 204398, + 225916, + 292025, + 348328 + ], + "LastUpdateScan": 1722960458, + "LastUpdate": 1702783422, + "FirstSeen": 1639753431, + "topTrending": 8.015000000000002, + "topPerforming": 16.164 + }, + { + "Name": "wh-maybe", + "Beta": "true", + "Repository": "REPONAME", + "Registry": "https://registry.hub.docker.com/_/REPONAME", + "Project": "https://maybe.co/", + "PrivilegedReq": "false", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/maybe.png", + "Repo": "whallin's Repository", + "Blacklist": true, + "Official": true, + "Overview": "OVERVIEWTEXT", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/maybe.xml", + "CategoryList": [ + "Productivity", + "Other" + ], + "LastUpdateScan": 1724120224, + "FirstSeen": 1724120224 + }, { "Name": "wh-mitmproxy", "Overview": "mitmproxy is a free and open source tool for debugging, testing, and hacking web traffic.", @@ -1974,6 +2259,66 @@ "LastUpdate": 1724877650, "FirstSeen": 1724882843 }, + { + "Name": "wh-multi-scrobbler", + "Overview": "Scrobble plays from multiple sources to multiple clients.", + "Repository": "ghcr.io/foxxmd/multi-scrobbler:latest-alpine", + "Registry": "https://github.com/FoxxMD/multi-scrobbler/pkgs/container/multi-scrobbler", + "Project": "https://foxxmd.github.io/multi-scrobbler/", + "WebUI": "http://[IP]:[PORT:9078]/", + "ExtraParams": "--init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/multi-scrobbler.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/multi-scrobbler.xml", + "Config": [ + { + "@attributes": { + "Name": "multi-scrobbler web UI port", + "Target": "9078", + "Default": "9078", + "Mode": "tcp", + "Description": "The TCP port multi-scrobbler listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "9078" + }, + { + "@attributes": { + "Name": "multi-scrobbler storage", + "Target": "/config", + "Default": "/mnt/user/appdata/wh-multi-scrobbler", + "Mode": "rw", + "Description": "The location where multi-scrobbler stores its data.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/multi-scrobbler.xml", + "CategoryList": [ + "Tools-Utilities", + "Other", + "MediaApp-Music" + ], + "downloads": 160102, + "stars": 3, + "LastUpdate": 1724854071, + "LastUpdateScan": 1724926020, + "FirstSeen": 1724926020 + }, { "Name": "wh-mysterium-node", "Overview": "With MystNodes, you get paid in cryptocurrency every time a business or user connects to your node.", @@ -2036,6 +2381,142 @@ "LastUpdate": 1723698242, "FirstSeen": 1724875633 }, + { + "TemplatePath": "/tmp/appFeed/templates/whallinsRepository/whallin/nocodb.xml", + "errors": [ + "Opening and ending tag mismatch: Container line 2 and Requires" + ], + "FirstSeen": null + }, + { + "Name": "wh-obsidian", + "Overview": "Obsidian is a note-taking app that lets you create, link, and organize your notes on your device, with hundreds of plugins and themes to customize your workflow.", + "Repository": "ghcr.io/linuxserver/obsidian:latest", + "Registry": "https://github.com/linuxserver/docker-obsidian/pkgs/container/obsidian", + "Project": "https://obsidian.md/", + "WebUI": "http://[IP]:[PORT:3000]/", + "ExtraParams": "--init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/obsidian.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/obsidian.xml", + "Config": [ + { + "@attributes": { + "Name": "Obsidian web UI port", + "Target": "3000", + "Default": "3000", + "Mode": "tcp", + "Description": "The TCP port Obsidian listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "3000" + }, + { + "@attributes": { + "Name": "Obsidian storage", + "Target": "/config", + "Default": "/mnt/user/appdata/wh-obsidian", + "Mode": "rw", + "Description": "The location where Obsidian stores its data.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "GL support in VNC", + "Target": "", + "Default": "", + "Mode": "", + "Description": "Mount for DRI3 GPU Acceleration.", + "Type": "Device", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "/dev/dri" + }, + { + "@attributes": { + "Name": "TZ", + "Target": "TZ", + "Default": "Etc/UTC", + "Mode": "", + "Description": "Specify a timezone: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "Etc/UTC" + }, + { + "@attributes": { + "Name": "CUSTOM_USER", + "Target": "CUSTOM_USER", + "Default": "abc", + "Mode": "", + "Description": "HTTP Basic auth username.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "abc" + }, + { + "@attributes": { + "Name": "PASSWORD", + "Target": "PASSWORD", + "Default": "abc", + "Mode": "", + "Description": "HTTP Basic auth password, if unset, there will be no auth.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "true" + }, + "value": "abc" + }, + { + "@attributes": { + "Name": "NO_DECOR", + "Target": "NO_DECOR", + "Default": "true|false", + "Mode": "", + "Description": "If true, the application will run without window borders for use as a PWA.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "true" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/obsidian.xml", + "CategoryList": [ + "Productivity", + "Other" + ], + "downloads": 25152, + "stars": 4, + "LastUpdate": 1724587304, + "LastUpdateScan": 1724926026, + "FirstSeen": 1724926026 + }, { "Name": "wh-ontime", "Overview": "Free, open-source time keeping for live events.", @@ -2571,6 +3052,33 @@ "LastUpdate": 1723738433, "FirstSeen": 1724120203 }, + { + "Name": "wh-plausible-ce", + "Requires": "
Plausible requires:\r
- A PostgreSQL 15+ database.\r
- A ClickHouse 24 database.", + "Repository": "ghcr.io/plausible/community-edition:latest", + "Registry": "https://github.com/plausible/analytics/pkgs/container/community-edition", + "Project": "https://plausible.io/", + "PrivilegedReq": "false", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/plausible.png", + "Blacklist": true, + "ModeratorComment": "Blacklisted due to security violations (Extra Commands In Docker Run Command)", + "Repo": "whallin's Repository", + "Overview": "Simple, open source, lightweight and privacy-friendly web analytics alternative to Google Analytics.", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/plausible.xml", + "CategoryList": [ + "Productivity", + "Tools-Utilities", + "Other", + "Network-Web" + ], + "downloads": 4372, + "stars": 2, + "LastUpdate": 1717667820, + "LastUpdateScan": 1724926031, + "FirstSeen": 1724926031 + }, { "Name": "wh-postgres15", "Overview": "PostgreSQL, often simply \"Postgres\", is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance.", @@ -2686,6 +3194,124 @@ "LastUpdate": 1723666066, "FirstSeen": 1724120208 }, + { + "Name": "wh-restreamer", + "Overview": "datarhei Restreamer provides real-time live video streaming on websites and social media platforms without additional streaming provider costs for video hosting or software licensing costs.", + "Requires": "
Restreamer requires:\r
- (Optional) For hardware accelerated transcoding; a NVENC or VA-API capable device.", + "Repository": "datarhei/restreamer:latest", + "Registry": "https://hub.docker.com/r/datarhei/restreamer", + "Project": "https://docs.datarhei.com/restreamer", + "Branch": [ + { + "Tag": "latest", + "TagDescription": "Default image with CPU acceleration" + }, + { + "Tag": "cuda-latest", + "TagDescription": "Hardware acceleration with CUDA support" + }, + { + "Tag": "vaapi-latest", + "TagDescription": "Hardware acceleration with VA-API support" + } + ], + "WebUI": "http://[IP]:[PORT:8080]/", + "ExtraParams": "--privileged --init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/datarhei.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/restreamer.xml", + "Config": [ + { + "@attributes": { + "Name": "Restreamer web UI port", + "Target": "8080", + "Default": "8080", + "Mode": "tcp", + "Description": "The TCP port Restreamer listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "8080" + }, + { + "@attributes": { + "Name": "Restreamer RTMP port", + "Target": "1935", + "Default": "1935", + "Mode": "tcp", + "Description": "The TCP port RTMP listens on.", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "1935" + }, + { + "@attributes": { + "Name": "Restreamer SRT port", + "Target": "6000", + "Default": "6000", + "Mode": "udp", + "Description": "The UDP port SRT listens on.", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "6000" + }, + { + "@attributes": { + "Name": "Restreamer configs", + "Target": "/core/config", + "Default": "/mnt/user/appdata/wh-restreamer/config", + "Mode": "rw", + "Description": "The location where Restreamer stores its configs.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Restreamer storage", + "Target": "/core/data", + "Default": "/mnt/user/appdata/wh-restreamer/data", + "Mode": "rw", + "Description": "The location where Restreamer stores its data.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/restreamer.xml", + "CategoryList": [ + "Productivity", + "Tools-Utilities", + "Other", + "MediaServer-Video" + ], + "downloads": 4572320, + "stars": 67, + "LastUpdate": 1724910111, + "LastUpdateScan": 1724926034, + "FirstSeen": 1614776556 + }, { "Name": "wh-stirling-pdf", "Overview": "Locally hosted web application that allows you to perform various operations on PDF files.", @@ -2828,6 +3454,109 @@ "LastUpdateScan": 1724897214, "FirstSeen": 1724897214 }, + { + "Name": "wh-syncthing", + "Overview": "Syncthing is a free and open source software that syncs files between two or more devices in real time, without a central server.", + "Requires": "
Syncthing requires:\r
- (Optional) "Network Type" set to 'host' for improved performance.\r
    Learn more: https://github.com/syncthing/syncthing/blob/main/README-Docker.md#discovery", + "Repository": "syncthing/syncthing:latest", + "Registry": "https://hub.docker.com/r/syncthing/syncthing", + "Project": "https://syncthing.net/", + "WebUI": "http://[IP]:[PORT:8384]/", + "ExtraParams": "--init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/syncthing.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/syncthing.xml", + "Config": [ + { + "@attributes": { + "Name": "Syncthing web UI port", + "Target": "8384", + "Default": "8384", + "Mode": "tcp", + "Description": "The TCP port Syncthing listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "8384" + }, + { + "@attributes": { + "Name": "Syncthing file transfers port", + "Target": "22000", + "Default": "22000", + "Mode": "tcp", + "Description": "The TCP port file transfers listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "22000" + }, + { + "@attributes": { + "Name": "Syncthing QUIC file transfers port", + "Target": "22000", + "Default": "22000", + "Mode": "udp", + "Description": "The UDP port QUIC file transfers listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "22000" + }, + { + "@attributes": { + "Name": "Syncthing local discovery broadcast port", + "Target": "21027", + "Default": "21027", + "Mode": "udp", + "Description": "The UDP port local discover broadcasts listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "21027" + }, + { + "@attributes": { + "Name": "Syncthing storage", + "Target": "/var/syncthing", + "Default": "/mnt/user/appdata/wh-syncthing", + "Mode": "rw", + "Description": "The location where Syncthing stores its data.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "whallin's Repository", + "Official": true, + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/syncthing.xml", + "CategoryList": [ + "Backup", + "Cloud" + ], + "downloads": 79008334, + "stars": 346, + "LastUpdate": 1724895043, + "LastUpdateScan": 1724926034, + "FirstSeen": 1724926034 + }, { "Name": "wh-teldrive", "Overview": "Telegram Drive is a powerful utility that enables you to organise your telegram files and much more.", @@ -3010,6 +3739,159 @@ "LastUpdateScan": 1724120216, "FirstSeen": 1724120216 }, + { + "Name": "wh-umami", + "Overview": "Umami is a simple, fast, privacy-focused alternative to Google Analytics.", + "Requires": "
Umami requires:\r
- A PostgreSQL or MySQL/MariaDB database.", + "Repository": "ghcr.io/umami-software/umami:postgresql-latest", + "Registry": "https://github.com/umami-software/umami/pkgs/container/umami", + "Project": "https://umami.is/", + "Branch": [ + { + "Tag": "postgresql-latest", + "TagDescription": "PostgreSQL support" + }, + { + "Tag": "mysql-latest", + "TagDescription": "MySQL/MariaDB support" + } + ], + "WebUI": "http://[IP]:[PORT:3000]/", + "ExtraParams": "--init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/umami.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/umami.xml", + "Config": [ + { + "@attributes": { + "Name": "Umami web UI port", + "Target": "3000", + "Default": "3000", + "Mode": "tcp", + "Description": "The TCP port Umami listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "3000" + }, + { + "@attributes": { + "Name": "DATABASE_URL", + "Target": "DATABASE_URL", + "Default": "", + "Mode": "", + "Description": "The database connection URL, e.g. postgresql://USER:PASS@HOST:PORT/DATABASE", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "APP_SECRET", + "Target": "APP_SECRET", + "Default": "", + "Mode": "", + "Description": "A unique value for your installation.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "true" + }, + "value": "" + }, + { + "@attributes": { + "Name": "CLIENT_IP_HEADER", + "Target": "CLIENT_IP_HEADER", + "Default": "", + "Mode": "", + "Description": "HTTP header to check for the client's IP address.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "TRACKER_SCRIPT_NAME", + "Target": "TRACKER_SCRIPT_NAME", + "Default": "script.js", + "Mode": "", + "Description": "Allows you to assign a custom name to the tracker script different from the default.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "script.js" + }, + { + "@attributes": { + "Name": "DISABLE_LOGIN", + "Target": "DISABLE_LOGIN", + "Default": "0/1", + "Mode": "", + "Description": "Disables the login page for the application.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "0" + }, + { + "@attributes": { + "Name": "DISABLE_UPDATES", + "Target": "DISABLE_UPDATES", + "Default": "0/1", + "Mode": "", + "Description": "Disables the check for new versions of Umami.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "0" + }, + { + "@attributes": { + "Name": "DISABLE_TELEMETRY", + "Target": "DISABLE_TELEMETRY", + "Default": "0/1", + "Mode": "", + "Description": "Umami collects completely anonymous telemetry data in order help improve the application.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "0" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/umami.xml", + "CategoryList": [ + "Productivity", + "Tools-Utilities", + "Other", + "Network-Web" + ], + "LastUpdateScan": 1724926037, + "FirstSeen": 1724926037 + }, { "Name": "wh-valkey7", "Overview": "Valkey is a high-performance data structure server that primarily serves key/value workloads.", @@ -3320,6 +4202,114 @@ "LastUpdate": 1723905621, "FirstSeen": 1724875638 }, + { + "Name": "wh-zipline", + "Overview": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup!", + "Requires": "
Zipline requires:\r
- A PostgresSQL database.", + "Repository": "ghcr.io/diced/zipline:latest", + "Registry": "https://github.com/diced/zipline/pkgs/container/zipline", + "Project": "https://zipline.diced.sh/", + "WebUI": "http://[IP]:[PORT:3000]/", + "ExtraParams": "--init --no-healthcheck", + "Network": "bridge", + "Privileged": "false", + "PrivilegedReq": "false", + "Shell": "bash", + "GitHub": "https://github.com/whallin/unraid-templates", + "ReadMe": "https://github.com/whallin/unraid-templates", + "Support": "https://github.com/whallin/unraid-templates/issues", + "Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/zipline.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/zipline.xml", + "Config": [ + { + "@attributes": { + "Name": "Zipline web UI port", + "Target": "3000", + "Default": "3000", + "Mode": "tcp", + "Description": "The TCP port Zipline listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "3000" + }, + { + "@attributes": { + "Name": "Zipline uploads", + "Target": "/zipline/uploads", + "Default": "/mnt/user/appdata/wh-zipline/uploads", + "Mode": "rw", + "Description": "The location where Zipline stores uploads.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Zipline public", + "Target": "/zipline/public", + "Default": "/mnt/user/appdata/wh-zipline/public", + "Mode": "rw", + "Description": "The location where Zipline stores its data.", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "CORE_SECRET", + "Target": "CORE_SECRET", + "Default": "", + "Mode": "", + "Description": "Used to sign sensitive data.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "true" + }, + "value": "" + }, + { + "@attributes": { + "Name": "CORE_DATABASE_URL", + "Target": "CORE_DATABASE_URL", + "Default": "", + "Mode": "", + "Description": "The database connection URL, e.g. postgresql://USER:PASS@HOST:PORT/DATABASE", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/zipline.xml", + "CategoryList": [ + "Backup", + "Cloud", + "Productivity", + "Tools-Utilities", + "Other", + "MediaServer-Video", + "MediaServer-Photos", + "MediaServer-Other", + "Network-Web" + ], + "downloads": 1685, + "LastUpdateScan": 1724493992, + "LastUpdate": 1657557370, + "FirstSeen": 1693141156 + }, { "Name": "wh-APPNAME", "Repository": "REPONAME", @@ -337081,15 +338071,17 @@ "Network-Web", "Network-Management" ], - "downloads": 72399, - "trending": 10.35, + "downloads": 80554, + "LastUpdate": 1707283303, + "trending": 10.124, "trends": [ 38.93, 26.48, 18.153, 14.538, 12.053, - 10.35 + 10.35, + 10.124 ], "trendsDate": [ 1709334372, @@ -337097,21 +338089,21 @@ 1714529310, 1717128359, 1719727567, - 1722326793 + 1722326793, + 1724926042 ], "downloadtrend": [ - 17927, 29355, 39928, 48784, 57083, 64906, - 72399 + 72399, + 80554 ], - "LastUpdateScan": 1722326793, - "LastUpdate": 1707283303, + "LastUpdateScan": 1724926042, "FirstSeen": 1704135955, - "topTrending": -28.58 + "topTrending": -28.805999999999997 }, { "Name": "dokemon-agent", diff --git a/blacklistedRepos.json b/blacklistedRepos.json index 0637a088a..5a6ea27ed 100755 --- a/blacklistedRepos.json +++ b/blacklistedRepos.json @@ -1 +1,3 @@ -[] \ No newline at end of file +[ + null +] \ No newline at end of file diff --git a/duplicatedTemplates.json b/duplicatedTemplates.json index 63288b77a..712fc4feb 100755 --- a/duplicatedTemplates.json +++ b/duplicatedTemplates.json @@ -64,5 +64,11 @@ "docuseal/docuseal": true, "ghcr.io/linuxserver/jellyfin": true, "getontime/ontime": true, - "lscr.io/linuxserver/jellyfin": true + "lscr.io/linuxserver/jellyfin": true, + "mitchtalmadge/amp-dockerized": true, + "krateng/maloja": true, + "ghcr.io/linuxserver/obsidian": true, + "datarhei/restreamer": true, + "ghcr.io/diced/zipline": true, + "lscr.io/linuxserver/obsidian": true } \ No newline at end of file diff --git a/firstSeen.json b/firstSeen.json index 319c34ed1..47476c41e 100755 --- a/firstSeen.json +++ b/firstSeen.json @@ -3474,5 +3474,10 @@ "clickhouse/clickhouse-server:24-alpine": 1724897201, "ghcr.io/jeffvli/feishin:latest": 1724897207, "ghcr.io/linuxserver/jellyfin:latest": 1724897209, - "ghcr.io/stirling-tools/s-pdf:latest-fat": 1724897214 + "ghcr.io/stirling-tools/s-pdf:latest-fat": 1724897214, + "ghcr.io/foxxmd/multi-scrobbler:latest-alpine": 1724926020, + "ghcr.io/linuxserver/obsidian:latest": 1724926026, + "ghcr.io/plausible/community-edition:latest": 1724926031, + "syncthing/syncthing:latest": 1724926034, + "ghcr.io/umami-software/umami:postgresql-latest": 1724926037 } \ No newline at end of file diff --git a/log.txt b/log.txt index cf946c4dd..f32f17868 100755 --- a/log.txt +++ b/log.txt @@ -19,6 +19,7 @@ Processing /tmp/appFeed/templates/ThatGuyOrlandosRepository/triliumnext/triliumn Downloading whallin's Repository: https://github.com/whallin/unraid-templates -> /tmp/appFeed/templates/whallinsRepository Attempt 1...https://github.com/whallin/unraid-templates/archive/master.tar.gz Success! Processing /tmp/appFeed/templates/whallinsRepository/whallin/actual-budget.xml...Success +Processing /tmp/appFeed/templates/whallinsRepository/whallin/amp.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/apache-couchdb2.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/apache-couchdb3.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/apache-tika.xml...Success @@ -26,6 +27,7 @@ Processing /tmp/appFeed/templates/whallinsRepository/ca_profile.xml...FOUND PROF Processing /tmp/appFeed/templates/whallinsRepository/whallin/clickhouse24.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/cloudflared.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/containernursery.xml...Success +Processing /tmp/appFeed/templates/whallinsRepository/whallin/convertx.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/dbgate.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/docuseal.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/dragonflydb.xml...Success @@ -40,21 +42,32 @@ Processing /tmp/appFeed/templates/whallinsRepository/whallin/immich-power-tools. Processing /tmp/appFeed/templates/whallinsRepository/whallin/jellyfin.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/keydb.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/linkwarden.xml...Removed from CA +Processing /tmp/appFeed/templates/whallinsRepository/whallin/maloja.xml...Success +Processing /tmp/appFeed/templates/whallinsRepository/whallin/maybe.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/mitmproxy.xml...Success +Processing /tmp/appFeed/templates/whallinsRepository/whallin/multi-scrobbler.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/mysterium-node.xml...Success +Processing /tmp/appFeed/templates/whallinsRepository/whallin/nocodb.xml...Failed +Failed loading XML +Processing /tmp/appFeed/templates/whallinsRepository/whallin/obsidian.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/ontime.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/packetstream.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/pawns.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/pgvecto-rs14.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/pgvecto-rs15.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/pgvecto-rs16.xml...Success +Processing /tmp/appFeed/templates/whallinsRepository/whallin/plausible.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/postgres15.xml...Success +Processing /tmp/appFeed/templates/whallinsRepository/whallin/restreamer.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/stirling-pdf.xml...Success +Processing /tmp/appFeed/templates/whallinsRepository/whallin/syncthing.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/teldrive.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/teldrive-postgres16.xml...Success +Processing /tmp/appFeed/templates/whallinsRepository/whallin/umami.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/valkey7.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/valkey8.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/web-check.xml...Success +Processing /tmp/appFeed/templates/whallinsRepository/whallin/zipline.xml...Success Processing /tmp/appFeed/templates/whallinsRepository/whallin/_template.xml...Success @@ -4350,8 +4363,29 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml.. Updating stats on containers -androidseb25/igotify-notification-assist -ghcr.io/androidseb25/igotify-notification-assist:latest Downloads: Stars: Base: unknown +mitchtalmadge/amp-dockerized +mitchtalmadge/amp-dockerized:latest Downloads: 729247 Stars: 8 Base: unknown +Tagged - Can't determine last update +foxxmd/multi-scrobbler +ghcr.io/foxxmd/multi-scrobbler:latest-alpine Downloads: 160102 Stars: 3 Base: unknown +Pulling ghcr.io/foxxmd/multi-scrobbler:latest-alpine +linuxserver/obsidian +ghcr.io/linuxserver/obsidian:latest Downloads: 25152 Stars: 4 Base: unknown +Pulling ghcr.io/linuxserver/obsidian:latest +plausible/community-edition +ghcr.io/plausible/community-edition:latest Downloads: 4372 Stars: 2 Base: unknown +Pulling ghcr.io/plausible/community-edition:latest +datarhei/restreamer +datarhei/restreamer:latest Downloads: 4572320 Stars: 67 Base: unknown +syncthing/syncthing +syncthing/syncthing:latest Downloads: 79008334 Stars: 346 Base: unknown +Pulling syncthing/syncthing:latest +Tagged - Can't determine last update +umami-software/umami +ghcr.io/umami-software/umami:postgresql-latest Downloads: Stars: Base: unknown +Pulling ghcr.io/umami-software/umami:postgresql-latest +productiveops/dokemon +productiveops/dokemon:latest Downloads: 80554 Stars: 0 Base: unknown Privileged: 104 diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index c268d3956..6caa74c91 100644 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -8,7 +8,6 @@ "Privileged": "false", "Support": "https://forums.unraid.net/topic/172461-support-janitorr/", "Project": "https://github.com/Schaka/janitorr", - "Overview": "Cleans your Radarr, Sonarr, Jellyseerr and Jellyfin or Emby before you run out of space on your server. \r\nBefore updating, please make sure your config matches the latest config template on GitHub. \r\r\n\nSee this thread for why you shouldn't use any unofficial app: https://github.com/JamsRepos/Unraid-Templates/issues/1", "Icon": "https://raw.githubusercontent.com/Schaka/janitorr/main/logos/janitorr_icon.png", "TemplateURL": "https://raw.githubusercontent.com/Schaka/unraid-templates/master/janitorr.xml", "Requires": "
Before you can start using Janitorr, please make sure to read the README at https://github.com/Schaka/janitorr \r
It's important you understand how directories need to be mapped, so Janitorr sees the same files as Jellyfin/Emby and your *arrs. This may require additional volume mounts to this template. \r
You need to create the application.yml file under /mnt/user/appdata/janitorr/config/application.yml before Janitorr can start up. \r
The config template linked in the README contains all necessary config options and documentation. It is recommended to update this before manually before updating your Janitorr version. \r
    ", @@ -43,6 +42,7 @@ } ], "Repo": "Schaka's Repository", + "Overview": "The official Unraid App for Janitorr published by its developer. \r\nSee this thread for why you shouldn't use any unofficial app: https://github.com/JamsRepos/Unraid-Templates/issues/1", "templatePath": "/tmp/GitHub/AppFeed/templates/SchakasRepository/janitorr.xml", "CategoryList": [ "MediaApp-Video", @@ -1561,6 +1561,7 @@ { "Name": "wh-jellyfin", "Overview": "Jellyfin is a volunteer-built media solution that lets you stream your own media to any device.", + "Requires": "
Jellyfin requires:\r
- (Optional) For hardware acceleration; an QSV, NVENC, AMF, or VA-API capable device.\r
    Learn more: https://jellyfin.org/docs/general/administration/hardware-acceleration", "Repository": "ghcr.io/linuxserver/jellyfin:latest", "Registry": "https://github.com/linuxserver/docker-jellyfin/pkgs/container/jellyfin", "Project": "https://jellyfin.org/", @@ -1640,7 +1641,7 @@ "Mode": "", "Description": "Hardware acceleration for Intel/ATI/AMD", "Type": "Device", - "Display": "always", + "Display": "advanced", "Required": "false", "Mask": "false" }, @@ -1652,9 +1653,9 @@ "Target": "", "Default": "", "Mode": "", - "Description": "Hardware acceleration for Intel/ATI/AMD", + "Description": "Hardware acceleration for /AMD", "Type": "Device", - "Display": "always", + "Display": "advanced", "Required": "false", "Mask": "false" }, @@ -1680,7 +1681,7 @@ "Target": "DOCKER_MODS", "Default": "linuxserver/mods:jellyfin-opencl-intel|linuxserver/mods:jellyfin-amd", "Mode": "", - "Description": "Enables OpenCL or AMD VAAPI hardware acceleration", + "Description": "Enables OpenCL or AMD VA-API hardware acceleration", "Type": "Variable", "Display": "always", "Required": "false", @@ -2521,8 +2522,8 @@ }, { "Name": "wh-stirling-pdf", - "Overview": "#1 Locally hosted web application that allows you to perform various operations on PDF files.", - "Requires": "
Stirling-PDF requires:\r
- (Optional) Tesseract language packs for OCR.\r
    Setting up OCR: https://stirlingtools.com/docs/Advanced%20Configuration/OCR", + "Overview": "Locally hosted web application that allows you to perform various operations on PDF files.", + "Requires": "
Stirling-PDF requires:\r
- (Optional) Tesseract language packs for OCR.\r
    Learn more: https://stirlingtools.com/docs/Advanced%20Configuration/OCR", "Repository": "ghcr.io/stirling-tools/s-pdf:latest-fat", "Registry": "https://github.com/Stirling-Tools/Stirling-PDF/pkgs/container/s-pdf", "Project": "https://stirlingtools.com/", @@ -7564,7 +7565,7 @@ "CategoryList": [ "Network-Messenger" ], - "LastUpdateScan": 1722319587, + "LastUpdateScan": 1724918820, "FirstSeen": 1714521786 }, { diff --git a/repoInfo.json b/repoInfo.json index e7d92c40d..366703ece 100755 --- a/repoInfo.json +++ b/repoInfo.json @@ -85121,26 +85121,27 @@ }, "productiveops/dokemon:latest": { "Base": null, - "Downloads": 72399, + "Downloads": 80554, "Stars": null, - "Time": 1722326793, - "trending": 10.35, + "Time": 1724926042, + "trending": 10.124, "trends": [ 38.93, 26.48, 18.153, 14.538, 12.053, - 10.35 + 10.35, + 10.124 ], "downloadtrend": [ - 17927, 29355, 39928, 48784, 57083, 64906, - 72399 + 72399, + 80554 ], "trendsDate": [ 1709334372, @@ -85148,7 +85149,8 @@ 1714529310, 1717128359, 1719727567, - 1722326793 + 1722326793, + 1724926042 ], "LastUpdate": 1707283303 }, @@ -92686,5 +92688,82 @@ "downloadtrend": null, "trendsDate": null, "LastUpdate": null + }, + "mitchtalmadge/amp-dockerized:latest": { + "Base": null, + "Downloads": 729247, + "Stars": 8, + "Time": 1724926020, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null, + "LastUpdate": 1714887740 + }, + "ghcr.io/foxxmd/multi-scrobbler:latest-alpine": { + "Base": null, + "Downloads": 160102, + "Stars": 3, + "Time": 1724926020, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null, + "LastUpdate": 1724854071 + }, + "ghcr.io/linuxserver/obsidian:latest": { + "Base": null, + "Downloads": 25152, + "Stars": 4, + "Time": 1724926026, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null, + "LastUpdate": 1724587304 + }, + "ghcr.io/plausible/community-edition:latest": { + "Base": null, + "Downloads": 4372, + "Stars": 2, + "Time": 1724926031, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null, + "LastUpdate": 1717667820 + }, + "datarhei/restreamer:latest": { + "Base": null, + "Downloads": 4572320, + "Stars": 67, + "Time": 1724926034, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null, + "LastUpdate": 1724910111 + }, + "syncthing/syncthing:latest": { + "Base": null, + "Downloads": 79008334, + "Stars": 346, + "Time": 1724926034, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null, + "LastUpdate": 1724895043 + }, + "ghcr.io/umami-software/umami:postgresql-latest": { + "Base": null, + "Downloads": null, + "Stars": null, + "Time": 1724926037, + "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 18472ce66..53d204b5e 100755 --- a/statistics.json +++ b/statistics.json @@ -1,5 +1,5 @@ { - "caFixed": 609, + "caFixed": 612, "fixedTemplates": { "Schaka's Repository": { "ghcr.io/schaka/janitorr:native-stable": [ @@ -8,6 +8,9 @@ }, "whallin's Repository": { "REPONAME": [ + "Fatal: Invalid repository found. Only lowercase is allowed", + "Unknown category CACATEGORY:", + "Fatal: Invalid repository found. Only lowercase is allowed", "Fatal: Invalid repository found. Only lowercase is allowed", "Unknown category CACATEGORY:" ]