diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index aba5c0551..70fec8ad6 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1725311437 + "last_updated_timestamp": 1725317022 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index 76ca6d88a..cd36d0bbf 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -2562,7 +2562,7 @@ "Registry": "https://github.com/home-assistant/core/pkgs/container/home-assistant", "Project": "https://www.home-assistant.io/", "WebUI": "http://[IP]:[PORT:8123]/", - "ExtraParams": "--init --no-healthcheck", + "ExtraParams": "--no-healthcheck", "Network": "bridge", "Privileged": "false", "PrivilegedReq": "false", @@ -2590,7 +2590,7 @@ { "@attributes": { "Name": "Home Assistant storage", - "Target": "/cache", + "Target": "/config", "Default": "/mnt/user/appdata/wh-home-assistant", "Mode": "rw", "Description": "The location where Home Assistant stores its data.", @@ -3180,7 +3180,7 @@ "Registry": "https://github.com/linuxserver/docker-jellyfin/pkgs/container/jellyfin", "Project": "https://jellyfin.org/", "WebUI": "http://[IP]:[PORT:8096]/", - "ExtraParams": "--init --no-healthcheck", + "ExtraParams": "--no-healthcheck", "Network": "bridge", "Privileged": "false", "PrivilegedReq": "false", @@ -4203,6 +4203,345 @@ "topTrending": 0.2670000000000001, "topPerforming": 1.975 }, + { + "Name": "wh-npmplus", + "Overview": "Docker container for managing Nginx proxy hosts with a simple, powerful interface.", + "Repository": "ghcr.io/zoeyvid/npmplus:latest", + "Registry": "https://github.com/ZoeyVid/NPMplus/pkgs/container/npmplus", + "Project": "https://github.com/ZoeyVid/NPMplus", + "WebUI": "http://[IP]:[PORT:81]/", + "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/nginx-proxy-manager.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/npmplus.xml", + "Config": [ + { + "@attributes": { + "Name": "NPMplus web UI port", + "Target": "81", + "Default": "81", + "Mode": "tcp", + "Description": "The TCP port NPMplus listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "81" + }, + { + "@attributes": { + "Name": "GoAccess web UI port", + "Target": "91", + "Default": "91", + "Mode": "tcp", + "Description": "The TCP port GoAccess listens on.", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "91" + }, + { + "@attributes": { + "Name": "HTTP port", + "Target": "80", + "Default": "80", + "Mode": "tcp", + "Description": "The TCP port HTTP listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "80" + }, + { + "@attributes": { + "Name": "HTTPS port", + "Target": "443", + "Default": "443", + "Mode": "tcp", + "Description": "The TCP port HTTPS listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "443" + }, + { + "@attributes": { + "Name": "HTTP/3 port", + "Target": "443", + "Default": "443", + "Mode": "udp", + "Description": "The UDP port HTTP/3 listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "443" + }, + { + "@attributes": { + "Name": "NPMplus storage", + "Target": "/data", + "Default": "/mnt/user/appdata/wh-npmplus", + "Mode": "rw", + "Description": "The location where NPMplus 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": "NGINX_LOG_NOT_FOUND", + "Target": "NGINX_LOG_NOT_FOUND", + "Default": "false|true", + "Mode": "", + "Description": "Allow logging of 404 errors.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "NGINX_404_REDIRECT", + "Target": "NGINX_404_REDIRECT", + "Default": "false|true", + "Mode": "", + "Description": "Redirect to '/' instead of showing a 404 error page", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "NGINX_DISABLE_PROXY_BUFFERING", + "Target": "NGINX_DISABLE_PROXY_BUFFERING", + "Default": "false|true", + "Mode": "", + "Description": "Disables the proxy-buffering option of nginx", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "SKIP_IP_RANGES", + "Target": "SKIP_IP_RANGES", + "Default": "false|true", + "Mode": "", + "Description": "Skip feteching/whitelisting IP ranges from AWS and Cloudflare.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "LOGROTATE", + "Target": "LOGROTATE", + "Default": "false|true", + "Mode": "", + "Description": "Enables writing HTTP access logs, stream access logs, and enables daily log rotation.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "LOGROTATIONS", + "Target": "LOGROTATIONS", + "Default": "7", + "Mode": "", + "Description": "TSet how often the access.log should be rotated until it is deleted.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "7" + }, + { + "@attributes": { + "Name": "GOA", + "Target": "GOA", + "Default": "", + "Mode": "false|true", + "Description": "Enables GoAccess, requires LOGROTATE set to 'true'.", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "CLEAN", + "Target": "CLEAN", + "Default": "true|false", + "Mode": "", + "Description": "Clean folders", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "true" + }, + { + "@attributes": { + "Name": "CRT", + "Target": "CRT", + "Default": "36", + "Mode": "", + "Description": "The amount of hours between Certbot trying to renew your certificates.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "36" + }, + { + "@attributes": { + "Name": "IPRT", + "Target": "IPRT", + "Default": "3", + "Mode": "", + "Description": "The amount of hours between updating the IP ranges from AWS and Cloudflare.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "3" + }, + { + "@attributes": { + "Name": "GOACLA", + "Target": "GOACLA", + "Default": "--agent-list --real-os --double-decode --anonymize-ip --anonymize-level=1 --keep-last=30", + "Mode": "", + "Description": "Arguments that should be passed to GoAccess.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "--agent-list --real-os --double-decode --anonymize-ip --anonymize-level=1 --keep-last=30" + }, + { + "@attributes": { + "Name": "PHP82", + "Target": "PHP82", + "Default": "false|true", + "Mode": "", + "Description": "Activates PHP 8.2", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "PHP82_APKS", + "Target": "PHP82_APKS", + "Default": "", + "Mode": "", + "Description": "Add PHP 8.2 extensions.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "PHP83", + "Target": "PHP83", + "Default": "false|true", + "Mode": "", + "Description": "Activates PHP 8.3", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "PHP83_APKS", + "Target": "PHP83_APKS", + "Default": "", + "Mode": "", + "Description": "Add PHP 8.3 extensions.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/npmplus.xml", + "CategoryList": [ + "Network-Web", + "Network-Proxy", + "Network-Other" + ], + "downloads": 60417, + "stars": 4, + "LastUpdateScan": 1725300411, + "LastUpdate": 1725056274, + "FirstSeen": 1705691164 + }, { "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.", diff --git a/applicationFeed.json b/applicationFeed.json index 28a533ace..cfd9faf3c 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { - "apps": 2424, - "last_updated_timestamp": 1725311437, - "last_updated": "2024-09-02 17:10", + "apps": 2425, + "last_updated_timestamp": 1725317022, + "last_updated": "2024-09-02 18:43", "categories": [ { "Cat": "AI:", @@ -2728,7 +2728,7 @@ "Registry": "https://github.com/home-assistant/core/pkgs/container/home-assistant", "Project": "https://www.home-assistant.io/", "WebUI": "http://[IP]:[PORT:8123]/", - "ExtraParams": "--init --no-healthcheck", + "ExtraParams": "--no-healthcheck", "Network": "bridge", "Privileged": "false", "PrivilegedReq": "false", @@ -2756,7 +2756,7 @@ { "@attributes": { "Name": "Home Assistant storage", - "Target": "/cache", + "Target": "/config", "Default": "/mnt/user/appdata/wh-home-assistant", "Mode": "rw", "Description": "The location where Home Assistant stores its data.", @@ -3346,7 +3346,7 @@ "Registry": "https://github.com/linuxserver/docker-jellyfin/pkgs/container/jellyfin", "Project": "https://jellyfin.org/", "WebUI": "http://[IP]:[PORT:8096]/", - "ExtraParams": "--init --no-healthcheck", + "ExtraParams": "--no-healthcheck", "Network": "bridge", "Privileged": "false", "PrivilegedReq": "false", @@ -4369,6 +4369,345 @@ "topTrending": 0.2670000000000001, "topPerforming": 1.975 }, + { + "Name": "wh-npmplus", + "Overview": "Docker container for managing Nginx proxy hosts with a simple, powerful interface.", + "Repository": "ghcr.io/zoeyvid/npmplus:latest", + "Registry": "https://github.com/ZoeyVid/NPMplus/pkgs/container/npmplus", + "Project": "https://github.com/ZoeyVid/NPMplus", + "WebUI": "http://[IP]:[PORT:81]/", + "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/nginx-proxy-manager.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/npmplus.xml", + "Config": [ + { + "@attributes": { + "Name": "NPMplus web UI port", + "Target": "81", + "Default": "81", + "Mode": "tcp", + "Description": "The TCP port NPMplus listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "81" + }, + { + "@attributes": { + "Name": "GoAccess web UI port", + "Target": "91", + "Default": "91", + "Mode": "tcp", + "Description": "The TCP port GoAccess listens on.", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "91" + }, + { + "@attributes": { + "Name": "HTTP port", + "Target": "80", + "Default": "80", + "Mode": "tcp", + "Description": "The TCP port HTTP listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "80" + }, + { + "@attributes": { + "Name": "HTTPS port", + "Target": "443", + "Default": "443", + "Mode": "tcp", + "Description": "The TCP port HTTPS listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "443" + }, + { + "@attributes": { + "Name": "HTTP/3 port", + "Target": "443", + "Default": "443", + "Mode": "udp", + "Description": "The UDP port HTTP/3 listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "443" + }, + { + "@attributes": { + "Name": "NPMplus storage", + "Target": "/data", + "Default": "/mnt/user/appdata/wh-npmplus", + "Mode": "rw", + "Description": "The location where NPMplus 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": "NGINX_LOG_NOT_FOUND", + "Target": "NGINX_LOG_NOT_FOUND", + "Default": "false|true", + "Mode": "", + "Description": "Allow logging of 404 errors.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "NGINX_404_REDIRECT", + "Target": "NGINX_404_REDIRECT", + "Default": "false|true", + "Mode": "", + "Description": "Redirect to '/' instead of showing a 404 error page", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "NGINX_DISABLE_PROXY_BUFFERING", + "Target": "NGINX_DISABLE_PROXY_BUFFERING", + "Default": "false|true", + "Mode": "", + "Description": "Disables the proxy-buffering option of nginx", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "SKIP_IP_RANGES", + "Target": "SKIP_IP_RANGES", + "Default": "false|true", + "Mode": "", + "Description": "Skip feteching/whitelisting IP ranges from AWS and Cloudflare.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "LOGROTATE", + "Target": "LOGROTATE", + "Default": "false|true", + "Mode": "", + "Description": "Enables writing HTTP access logs, stream access logs, and enables daily log rotation.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "LOGROTATIONS", + "Target": "LOGROTATIONS", + "Default": "7", + "Mode": "", + "Description": "TSet how often the access.log should be rotated until it is deleted.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "7" + }, + { + "@attributes": { + "Name": "GOA", + "Target": "GOA", + "Default": "", + "Mode": "false|true", + "Description": "Enables GoAccess, requires LOGROTATE set to 'true'.", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "CLEAN", + "Target": "CLEAN", + "Default": "true|false", + "Mode": "", + "Description": "Clean folders", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "true" + }, + { + "@attributes": { + "Name": "CRT", + "Target": "CRT", + "Default": "36", + "Mode": "", + "Description": "The amount of hours between Certbot trying to renew your certificates.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "36" + }, + { + "@attributes": { + "Name": "IPRT", + "Target": "IPRT", + "Default": "3", + "Mode": "", + "Description": "The amount of hours between updating the IP ranges from AWS and Cloudflare.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "3" + }, + { + "@attributes": { + "Name": "GOACLA", + "Target": "GOACLA", + "Default": "--agent-list --real-os --double-decode --anonymize-ip --anonymize-level=1 --keep-last=30", + "Mode": "", + "Description": "Arguments that should be passed to GoAccess.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "--agent-list --real-os --double-decode --anonymize-ip --anonymize-level=1 --keep-last=30" + }, + { + "@attributes": { + "Name": "PHP82", + "Target": "PHP82", + "Default": "false|true", + "Mode": "", + "Description": "Activates PHP 8.2", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "PHP82_APKS", + "Target": "PHP82_APKS", + "Default": "", + "Mode": "", + "Description": "Add PHP 8.2 extensions.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "PHP83", + "Target": "PHP83", + "Default": "false|true", + "Mode": "", + "Description": "Activates PHP 8.3", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "PHP83_APKS", + "Target": "PHP83_APKS", + "Default": "", + "Mode": "", + "Description": "Add PHP 8.3 extensions.", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/npmplus.xml", + "CategoryList": [ + "Network-Web", + "Network-Proxy", + "Network-Other" + ], + "downloads": 60417, + "stars": 4, + "LastUpdateScan": 1725300411, + "LastUpdate": 1725056274, + "FirstSeen": 1705691164 + }, { "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.", diff --git a/firstSeen.json.old b/firstSeen.json.old new file mode 100755 index 000000000..44e2b9cdb --- /dev/null +++ b/firstSeen.json.old @@ -0,0 +1,3504 @@ +{ + "1activegeek/airconnect": 1563228486, + "Archmonger/Conreq": 1612444074, + "acaranta/docker-joplin": 1613934149, + "achumchal/plex_data_collector_for_influxdb": 1548259280, + "acockburn/appdaemon": "1528206366", + "activ/arch-flexget": 1, + "activ/arch-lazylibrarian": 1, + "activ/arch-transmissionvpn": 1, + "adguard/adguardhome": 1604088492, + "adminer": 1569355623, + "adolfintel/speedtest": "1527398179", + "advplyr/audiobookshelf": 1629403424, + "advplyr/fotosho": 1626055393, + "afian/filerun": 1584469401, + "agusalex/grive2": 1601034298, + "agusalex/modem_reboot": 1602094529, + "agusalex/notarius:latest": 1601034298, + "airsonicadvanced/airsonic-advanced:latest": 1591452467, + "akaunting/akaunting": 1616068973, + "akhilrex/podgrab": 1618012970, + "alexta69/metube": 1629554281, + "allinurl/goaccess": 1551229359, + "alqutami/rtmp-hls": 1590732460, + "alturismo/guide2go": 1563401306, + "alturismo/ovpn_privoxy": 1563862230, + "alturismo/owi2plex": 1563401307, + "alturismo/wg_hideme_privoxy": 1609657706, + "alturismo/xteve": 1563977317, + "alturismo/xteve_g2g_owi": 1564596493, + "alturismo/xteve_guide2go": 1564142900, + "alturismo/xteve_vpn": 1574147494, + "alturismo/xteve_zap": 1594145819, + "amacneil/bitcoinunlimited": "1497557061", + "amir20/dozzle": 1602173315, + "amruthpillai/reactive-resume:latest": 1586772528, + "amruthpillai/reactive-resume:v1": 1612105699, + "analogic/poste.io": "1519017501", + "analogj/scrutiny": 1600366155, + "andrewstech/alpha-video": 1619628107, + "angelics/unraid-docker-ipxe-buildweb": 1562227881, + "angelics/unraid-docker-ravencoin-p2p": 1559297414, + "angelics/unraid-docker-ravencoin-wallet": 1558879780, + "angelics/unraid-docker-zelcore-wallet": 1559447302, + "anojht/invoiceninja": 1567771788, + "apache/couchdb": 1513141200, + "apache/nifi": 1614730230, + "apachewebdav/apachewebdav": 1628669013, + "apendergast/crypto-exchanges-gateway": 1619553755, + "appcelerator/telegraf": 1544995613, + "appcelerator/telegraf:latest": "1488244832", + "aptalca/docker-amazon-echo-ha-bridge": 1440043200, + "aptalca/docker-calibre": 1, + "aptalca/docker-digikam": 1, + "aptalca/docker-dolphin": 1454994000, + "aptalca/docker-duckdns": 1450155600, + "aptalca/docker-jdownloader2": 1465358400, + "aptalca/docker-openremote": 1439611200, + "aptalca/docker-plexrequests": 1459915200, + "aptalca/docker-rdp-boinc": 1, + "aptalca/docker-rdp-calibre": 1498276800, + "aptalca/docker-rdp-dev": 1440734400, + "aptalca/docker-zoneminder": 1445918400, + "aptalca/home-automation-bridge": 1462420800, + "aptalca/nginx-letsencrypt": 1474516800, + "aptalca/zoneminder-1.29": 1458964800, + "archivebox/archivebox:latest": 1615539776, + "aronwk/wger:latest": 1610212065, + "atlassian/confluence-server": 1590170857, + "atlassian/jira-servicedesk": 1610924864, + "atlassian/jira-software": 1603757310, + "atribe/apcupsd-influxdb-exporter": 1548205331, + "atribe/speedtest-for-influxdb-and-grafana": 1545199309, + "atunnecliffe/splunk": 1560968951, + "atunnecliffe/splunk:openshift": 1569550008, + "aude/cyberchef:latest": 1583935733, + "authelia/authelia": 1593270239, + "avhost/docker-matrix:latest": 1585681770, + "avpnusr/torprivoxy:latest": 1593115691, + "awesometechnologies/synapse-admin:latest": 1591308508, + "axelander/openbudgeteer": 1608045586, + "b3vis/borgmatic": 1606005862, + "b4bz/homer:latest": 1583914167, + "barnybbb/adb-hass-androidtv": 1610075249, + "barrycarey/speedtest-for-influxdb-and-grafana": 1573355252, + "bashninja/demonsaw-client": 1506312000, + "bashninja/docker-gog-starbound-server": 1471752000, + "bashninja/docker-pritunl": 1507176000, + "bbilly1/tubearchivist": 1632504610, + "benbusby/whoogle-search": 1589292467, + "benoitpodwinski/phpservermon": 1616450564, + "bgameiro/arch-cern-root": 1611782547, + "bgameiro/arch-jupyterlab": 1597694916, + "bgameiro/trilium": 1597687714, + "biggiesize/genea-app": 1629230625, + "bigmandave/doge-node": 1630429175, + "binhex/arch-airsonic": 1, + "binhex/arch-airsonic-advanced": 1614200554, + "binhex/arch-code-server": 1623441784, + "binhex/arch-couchpotato": 1, + "binhex/arch-couchpotato-git": 1, + "binhex/arch-crafty": 1621360648, + "binhex/arch-deluge": 1, + "binhex/arch-delugevpn": 1, + "binhex/arch-emby": 1, + "binhex/arch-get-iplayer": 1, + "binhex/arch-hexchat": 1562018879, + "binhex/arch-intellij": 1, + "binhex/arch-jackett": 1, + "binhex/arch-jellyfin": 1548781297, + "binhex/arch-jenkins": 1, + "binhex/arch-koel": 1, + "binhex/arch-krusader": 1, + "binhex/arch-libreoffice": 1, + "binhex/arch-libresonic": 1, + "binhex/arch-lidarr": 1, + "binhex/arch-madsonic": 1, + "binhex/arch-makemkv": 1561075630, + "binhex/arch-medusa": 1, + "binhex/arch-minecraftbedrockserver": 1573060171, + "binhex/arch-minecraftserver": 1572980972, + "binhex/arch-mineos-node": 1589580592, + "binhex/arch-minidlna": 1, + "binhex/arch-moviegrabber": 1, + "binhex/arch-nginx": 1588802877, + "binhex/arch-nzbget": 1, + "binhex/arch-nzbhydra": 1, + "binhex/arch-nzbhydra2": 1, + "binhex/arch-phantom": 1585418949, + "binhex/arch-plex": 1, + "binhex/arch-plexpass": 1, + "binhex/arch-preclear": 1568376458, + "binhex/arch-privoxyvpn": 1550250080, + "binhex/arch-prowlarr": 1626861796, + "binhex/arch-pycharm": 1, + "binhex/arch-qbittorrentvpn": 1541887806, + "binhex/arch-radarr": 1, + "binhex/arch-rclone": 1625954578, + "binhex/arch-resilio-sync": 1615158155, + "binhex/arch-rider": 1546264882, + "binhex/arch-rtorrentvpn": 1, + "binhex/arch-sabnzbd": 1, + "binhex/arch-sabnzbdvpn": 1, + "binhex/arch-sickbeard": 1, + "binhex/arch-sickchill": 1539554644, + "binhex/arch-sickrage": 1, + "binhex/arch-sonarr": 1, + "binhex/arch-syncthing": 1614121347, + "binhex/arch-tdb": 1558147286, + "binhex/arch-teamspeak": 1, + "binhex/arch-tvheadend": 1, + "binhex/arch-urbackup": 1564495713, + "binhex1111/arch-jackett": 1626378241, + "binhex123/arch-jackett": 1626441206, + "bitnami/ghost": 1614157360, + "bitnami/keycloak:latest": 1625169800, + "bitnami/matomo:latest": 1588465550, + "bitnami/memcached:latest": 1590847659, + "bitnami/moodle:latest": 1589926063, + "bitnami/phpbb:latest": 1587470864, + "bitnami/postgresql": 1590847660, + "bitnami/redis:latest": 1589926064, + "bitnami/solr:latest": 1588616386, + "bitwardenrs/server": 1573873802, + "bizmodeller/mymediaforalexa": "1530864755", + "bjonness406/convert2mkv": 1476763200, + "bl0m1/xtevedocker": 1549526480, + "blakeblackshear/frigate:0.8.0-amd64": 1611752837, + "blakeblackshear/frigate:0.8.1-amd64": 1612105699, + "blakeblackshear/frigate:stable-amd64": 1603287783, + "blakeblackshear/frigate:stable-amd64nvidia": 1620580238, + "bndw/wifi-card:latest": 1591121811, + "bobbintb/docker-rmlint-unraid": 1613387509, + "bocki/deemix": 1590336466, + "bocki/deezloaderrmx": 1585599124, + "bocki/deezloaderrmx:dev": 1585577307, + "boerderij/varken": 1552514492, + "boinc/client": 1547316074, + "bokker/rss.to.telegram:latest": 1597520728, + "boredazfcuk/icloudpd": 1589494066, + "bramblegb/openeats": 1598393322, + "brettm357/unifi": 1536724800, + "brotandgames/ciao": 1611083913, + "brycelarge/xteve-vpn": 1604852493, + "buanet/iobroker": 1609974465, + "bubuntux/nordvpn": 1622243977, + "bytemark/webdav": 1614963776, + "c4artz/minecraftmoddedserver": 1613481065, + "cachethq/docker:latest": 1614668550, + "caddy:alpine": 1599041410, + "caiguai/docker-xware": 1627826605, + "captasic/openrgb:latest": 1588594717, + "captinsano/ddclient": 1, + "captinsano/deluge": 1, + "captinsano/foldingathome": 1, + "captinsano/koel": 1, + "captinsano/legacyrutorrent": 1, + "captinsano/rutorrent": 1, + "captinsano/tonido": 1, + "carbonsphere/dock-privoxy": 1, + "caronc/apprise:latest": 1591121810, + "cassandra:latest": 1608332935, + "causticlab/hass-configurator-docker:x86_64": 1549062642, + "cazzar/shokoserver": 1584663032, + "ccarney16/pterodactyl-daemon:latest": 1591121810, + "ccarney16/pterodactyl-panel:latest": 1589227646, + "centurylink/watchtower": 1, + "cesura/pastey": 1618366916, + "cglatot/pasta": 1591983897, + "chacawaca/post-recording": 1598303903, + "charlocharlie/epicgames-freegames:latest": 1608977545, + "checkmk/check-mk-raw": 1623427400, + "checkmk/check-mk-raw:2.0.0-latest": 1623441785, + "cheesemarathon/oauth2-proxy": 1, + "chriswayg/tor-server": 1579539967, + "chronograf": 1521950400, + "chvb/docker-apache-php": 1, + "chvb/docker-dvblink": 1499486400, + "chvb/docker-kerio-connect": 1496894400, + "chvb/docker-tvhproxy": "1498761403", + "chvb/docker-webgrabplus": "1498762357", + "chvb/onlyofficedocumentserver": 1601034296, + "chvb/onlyofficedocumentserver:latest": 1601201278, + "cinwell/notea": 1619654558, + "ck98/webdav-nginx": 1632500297, + "ckulka/baikal:nginx": 1627914737, + "cloudflare/cloudflared": 1622715145, + "cloudflare/cloudflared:2021.8.2": 1629475416, + "cloudrac3r/bibliogram": 1629943413, + "clowrym/mineos-docker": "1490452142", + "cmccambridge/mosquitto-unraid:1.5.8": 1556561077, + "cmccambridge/mosquitto-unraid:latest": 1577761662, + "cmccambridge/ocrmypdf-auto:latest": 1584425477, + "cmer/caddy": 1487048400, + "cmer/minio": 1540069065, + "cmer/seafile": 1486789200, + "cncjs/cncjs:master": 1625191390, + "codeluxe1/repetier-server": 1614967811, + "coderaiser/cloudcmd": 1, + "coderaiser/cloudcmd-alpine": 1544995617, + "coderaiser/cloudcmd:latest-alpine": 1505793600, + "codercom/code-server": 1559326508, + "collabora/code": "1498760881", + "consol/centos-xfce-vnc": 1, + "convos/convos:stable": 1627315411, + "coolasice1999/tmm-cli-cronjob:latest": 1593785337, + "coolasice1999/tmm:latest": 1593806947, + "coppit/dansguardian": 1, + "coppit/duckdns": 1, + "coppit/filebot": 1463198400, + "coppit/handbrake": 1, + "coppit/inotify-command": 1, + "coppit/no-ip": 1, + "coppit/xeoma": 1, + "corneliousjd/sui-startpage": 1588968453, + "couchdb": 1483506000, + "crazifuzzy/opendct": 1483851600, + "crazymax/cloudflared": 1569866817, + "crazymax/ddns-route53:latest": 1586450112, + "crazymax/firefox-syncserver:latest": 1586455723, + "crazymax/flarum:latest": 1586450112, + "crazymax/pure-ftpd:latest": 1586450113, + "cryptpad/cryptpad:latest": 1587470863, + "cyaondanet/plex_discord_role_management:latest": 1579059023, + "d34dc3n73r/netdata-glibc": 1586881119, + "d8sychain/elasticsearch": 1611627086, + "d8sychain/mediawiki": 1571159988, + "d8sychain/mediawiki:edge": 1611627086, + "dalongrong/cloudbeaver:latest": 1591121810, + "daman20/deduper": 1624536589, + "danielquinn/paperless": 1573261654, + "danmed/tasmobackupv1": 1580079983, + "darkalfx/requestrr:latest": 1584058080, + "datarhei/restreamer": 1614776556, + "davidspek/homelablabelmaker": 1585254894, + "dax333/cron-streamripper": 1554246997, + "dbeaver/cloudbeaver": 1607144896, + "dchesterton/amcrest2mqtt": 1621742571, + "deasmi/docker-puppetmaster": "1499079848", + "deasmi/unraid-tailscale:0.98": 1587802446, + "deasmi/unraid-tailscale:0.98.1": 1589314060, + "deasmi/unraid-tailscale:0.98.2": 1590235664, + "deasmi/unraid-tailscale:0.99": 1591351751, + "deasmi/unraid-tailscale:0.99.1": 1591531663, + "deasmi/unraid-tailscale:1.0.5.1": 1603015690, + "deasmi/unraid-tailscale:latest": 1586269763, + "deepquestai/deepstack": 1605820582, + "deepquestai/deepstack:gpu": 1608071278, + "deluan/navidrome": 1610651376, + "denverquane/amongusdiscord": 1602720717, + "dependencytrack/apiserver": 1628453006, + "dependencytrack/frontend": 1628453006, + "dgtlmoon/changedetection.io": 1620576150, + "diamkil/notea": 1620014554, + "diamkil/socials": 1617566550, + "digitalhigh/flexconnect": 1574295887, + "digitalhigh/flextv": 1574295888, + "digitalhigh/glimmr": 1588623498, + "digitalhigh/huedream": 1574295888, + "digitalhigh/phlex": 1, + "directus/directus:latest": 1630591419, + "diyhue/core": 1544995614, + "diyhue/core:latest": 1538357652, + "djaydev/auto-comskip": 1567613282, + "djaydev/docker-virt-manager": 1556647526, + "djaydev/glass-isc-dhcp": 1561154997, + "djaydev/handbrake": 1560110961, + "djaydev/intel-gpu-tools": 1556654657, + "djaydev/krusader": 1562962088, + "djaydev/motioneye": 1565979321, + "djaydev/recordings-converter": 1564200463, + "djaydev/uget": 1563062887, + "dlandon/logitechmediaserver": 1533960000, + "dlandon/owncloud": 1533960000, + "dlandon/z80pack": 1533960000, + "dlandon/zoneminder": 1526184000, + "dlandon/zoneminder.unraid": 1610125666, + "dmanius/radarrsync-docker": 1563386908, + "dmaxwell/airvideohd": 1489464000, + "dmaxwell/splunk": 1491451200, + "dnsforge/xteve:latest": 1577689616, + "docker.bintray.io/jfrog/artifactory-oss:6.23.7": 1612840028, + "docker.elastic.co/elasticsearch/elasticsearch:7.14.1": 1634508196, + "docker.elastic.co/elasticsearch/elasticsearch:7.15.1": 1634529810, + "docker.io/llalon/github-backup": 1630078103, + "docker.io/llalon/shreddit": 1630078103, + "docker.io/sebp/lighttpd": 1633896213, + "docpht/docpht:latest": 1587283638, + "domistyle/idrac6": 1580684936, + "doudou34/tor-server": 1581081332, + "dpage/pgadmin4": 1591042693, + "dperson/openvpn-client": 1604689907, + "dreamcat4/pipework": "1472794415", + "dreamcat4/pipework:1.1.3": 1447131600, + "dreamcat4/pipework:1.1.5": 1447131600, + "drewster727/hddtemp-docker": "1528858402", + "dtandersen/factorio:stable": 1555920398, + "dtjs48jkt/twonkyserver": 1610651376, + "dyonr/jackettvpn": 1535169600, + "dyonr/magnetico-environment": 1595211335, + "dyonr/nzbgetvpn": 1611627085, + "dyonr/owncloud-client": 1595815723, + "dyonr/passthroughvpn": 1613754155, + "dyonr/qbittorrentvpn": 1597543739, + "dyonr/sabnzbdvpn": 1597939843, + "eafxx/rebuild-dndc:unraid-m": 1572851494, + "eafxx/traktarr:latest": 1563350940, + "ecodms/allinone-18.09": 1587988286, + "edchamberlain/ipmi-tools": 1619697763, + "edchamberlain/namecheap_ddns": 1618747360, + "elastic/elasticsearch:5.6.14": 1622217152, + "elasticsearch:6.6.2": 1554246997, + "electricbrainuk/idleminerdashboard": 1611320848, + "electricbrainuk/unraidapi": 1576857840, + "emby/embyserver": 1544995611, + "emby/embyserver:beta": 1, + "emby/embyserver:latest": 1, + "erikvl87/languagetool": 1610737854, + "eroz/airvideo": 1, + "esphome/esphome": 1551315760, + "ethereum/client-go": 1630425809, + "f0rc3/barcodebuddy-docker:latest": 1612184894, + "factoriotools/factorio:stable": 1557166009, + "fanningert/aria2-daemon": 1, + "fanningert/aria2-with-ariang": 1, + "fanningert/aria2-with-webui": 1, + "fanningert/docker-virtmanager": 1506571200, + "farmos/farmos": 1613653345, + "fenglc/pgadmin4": "1512359010", + "ffdfgdfg/npc": 1627279396, + "filebrowser/filebrowser": 1551483557, + "fireflyiii/bunq-importer": 1598674107, + "fireflyiii/core:latest": 1623513815, + "fireflyiii/csv-importer": 1598674107, + "fireflyiii/spectre-importer": 1598674107, + "fireflyiii/ynab-importer": 1598674107, + "fison67/lg-connector:0.0.3": 1590523667, + "fithwum/docker-test": 1546293684, + "fithwum/foundry_vtt": 1592792024, + "fithwum/foundryvtt": 1592784456, + "fithwum/minecraft": 1593713324, + "fithwum/minecraft-bedrock": 1594872651, + "fithwum/teamspeak-alpine": 1546269290, + "fithwum/teamspeak-debian": 1546269291, + "fithwum/teamspeak3": 1593050885, + "fjudith/pwm": 1610809647, + "fletchto99/hexo-dev-blog": 1573823228, + "flippinturt/grafana-unraid-stack:stable-amd64": 1611929228, + "flippinturt/hastebin": 1614632560, + "flippinturt/pihole-dot-doh:latest": 1611122001, + "foxxmd/maloja:latest": 1589839662, + "foxxmd/multi-scrobbler:latest": 1605805861, + "freddy0/crafty-container": 1626811405, + "freddy0/crafty-container:3.2": 1622315231, + "freddy0/crafty-container:3.2.1-11-16": 1623780186, + "freddy0/crafty-container:3.2.2": 1626804206, + "freddy0/crafty-container:latest": 1626818594, + "funkwhale/all-in-one:latest": 1627140526, + "galexrt/healthchecks:latest": 1590437793, + "gangefors/airdcpp-webclient": 1588349244, + "getferdi/ferdi-server": 1571515778, + "getpinry/pinry": 1590783339, + "gfjardim/crashplan": "1459254872", + "gfjardim/cups": "1481741346", + "gfjardim/logitechmediaserver": 1, + "gfjardim/owncloud": 1, + "ghcr.io/breadlysm/speedflux:latest": 1622107275, + "ghcr.io/chia-network/chia": 1620648157, + "ghcr.io/chia-network/chia:latest": 1620396167, + "ghcr.io/diamkil/socials:main": 1628056996, + "ghcr.io/guydavis/machinaris": 1621362609, + "ghcr.io/guydavis/machinaris-chives": 1634587414, + "ghcr.io/guydavis/machinaris-chives:develop": 1633385026, + "ghcr.io/guydavis/machinaris-chives:test": 1633824216, + "ghcr.io/guydavis/machinaris-flax": 1634587414, + "ghcr.io/guydavis/machinaris-flax:develop": 1633385026, + "ghcr.io/guydavis/machinaris-flax:test": 1633824217, + "ghcr.io/guydavis/machinaris-flora:develop": 1634616208, + "ghcr.io/guydavis/machinaris-hddcoin": 1634587414, + "ghcr.io/guydavis/machinaris-hddcoin:develop": 1633385026, + "ghcr.io/guydavis/machinaris-hddcoin:test": 1633824217, + "ghcr.io/guydavis/machinaris-nchain": 1634587415, + "ghcr.io/guydavis/machinaris-nchain:develop": 1633385026, + "ghcr.io/guydavis/machinaris-nchain:test": 1633824217, + "ghcr.io/guydavis/machinaris:test": 1621396971, + "cr.hotio.dev/hotio/autoscan": 1604308112, + "cr.hotio.dev/hotio/bazarr": 1604308112, + "cr.hotio.dev/hotio/cloudflare-ddns": 1604308112, + "cr.hotio.dev/hotio/jackett": 1604308112, + "cr.hotio.dev/hotio/jellyfin": 1604308112, + "cr.hotio.dev/hotio/lidarr": 1604308113, + "cr.hotio.dev/hotio/mylar3": 1604308113, + "cr.hotio.dev/hotio/nzbget": 1604308113, + "cr.hotio.dev/hotio/nzbhydra2": 1604308113, + "cr.hotio.dev/hotio/ombi": 1604308113, + "cr.hotio.dev/hotio/plex": 1604308113, + "cr.hotio.dev/hotio/radarr": 1604308113, + "cr.hotio.dev/hotio/readarr:nightly": 1604308114, + "cr.hotio.dev/hotio/requestrr": 1604308114, + "cr.hotio.dev/hotio/sabnzbd": 1604308114, + "cr.hotio.dev/hotio/scrutiny": 1604308114, + "cr.hotio.dev/hotio/sonarr": 1604308114, + "cr.hotio.dev/hotio/tautulli": 1604308114, + "cr.hotio.dev/hotio/trackarr": 1604308114, + "cr.hotio.dev/hotio/unpackerr": 1604308115, + "ghcr.io/itsecholot/containernursery:latest": 1631135564, + "ghcr.io/jsavargas/telethon_downloader": 1620067109, + "ghcr.io/meeb/tubesync:latest": 1631469813, + "ghcr.io/meeb/tubesync:v0.8": 1613523822, + "ghcr.io/meeb/tubesync:v0.9": 1614186155, + "ghcr.io/meeb/tubesync:v0.9.1": 1616104970, + "ghcr.io/petio-team/petio": 1616197385, + "ghcr.io/siwatinc/h265ize": 1629777801, + "ghcr.io/siwatinc/homebridge_gui": 1629777801, + "ghcr.io/siwatinc/humhub:latest": 1629878624, + "ghcr.io/siwatinc/nginx-pagespeed": 1549180872, + "ghcr.io/siwatinc/ubuntu-playground:latest": 1629777802, + "ghcr.io/tecnativa/docker-socket-proxy:latest": 1634983406, + "ghcr.io/wouterdebie/locast2tuner": 1629403423, + "ghcr.io/wouterdebie/locast2tuner-unraid:latest": 1629396234, + "ghost": 1, + "gilbn/geoip2influx": 1593893304, + "gitea/gitea": 1505620800, + "gitlab/gitlab-ce": 1468468800, + "gitlab/gitlab-runner": 1556445964, + "glauth/glauth": 1634300846, + "glauth/glauth-plugins": 1634300846, + "gogs/gogs": 1535688000, + "golift/deluge-unpacker": 1580980328, + "golift/notifiarr": 1621368179, + "golift/unifi-poller": 1567102098, + "golift/unpackerr": 1583356665, + "goobaroo/skyfactoryone": 1634773870, + "google/cadvisor": 1544995609, + "google/cadvisor87687:latest": 1587312330, + "google/cadvisor:latest": 1, + "gotify/server": 1581383266, + "gotify/server:latest": 1583622407, + "gotson/komga": 1574572046, + "grafana/grafana": 1490068800, + "grafana/loki": 1593808589, + "grafana/promtail": 1593808588, + "graphprotocol/graph-node": 1632765817, + "graylog/graylog:3.1": 1575119227, + "gregyankovoy/chowdown": 1550721741, + "gregyankovoy/goaccess": 1551319354, + "gregyankovoy/lftp-mirror": 1548381705, + "guacamole/guacd": 1505793600, + "guhu007/auto-yt-dl": 1631054720, + "halianelf/lemur": 1587838044, + "haproxy": 1627300999, + "hardware/selfoss": 1587988287, + "harshavardhanj/pwndrop:latest": 1587470864, + "haugene/transmission-openvpn": "1504896605", + "haugene/transmission-openvpn:dev": 1606273685, + "haveagitgat/tdarr": 1569485226, + "haveagitgat/tdarr_aio": 1573290408, + "haveagitgat/tdarr_node": 1612213758, + "healthchecks/dashboard": 1613012808, + "hello-world": 1585762324, + "hellowlol/bw_plex:latest": 1577308132, + "henrywhitaker3/speedtest-tracker": 1590336466, + "hernandito/calibreserver-docker": 1, + "hernandito/docker-apache-php-adminer": 1, + "hernandito/docker-resourcespace": 1434513600, + "hernandito/hernando-apachephp-docker": 1, + "hexparrot/mineos": 1544995612, + "hexparrot/mineos:latest": "1488251991", + "hikariai/nvim-server": 1612726689, + "hikariai/nvim-server:latest": 1612919463, + "hkalexling/mango": 1591983896, + "hkotel/mealie": 1621947977, + "homeassistant/amd64-hassio-supervisor": 1558195615, + "homeassistant/home-assistant": 1, + "homeassistant/home-assistant:dev": 1, + "honeygain/honeygain": 1611652185, + "hoobs/hoobs": 1582909662, + "hoobs/hoobs:3.2.9": 1603375810, + "hotio/apcupsd2influxdb": 1577475439, + "hotio/autoscan": 1596211769, + "hotio/bazarr": 1577475439, + "cr.hotio.dev/hotio/caddy": 1614646954, + "hotio/cloudflare-ddns": 1574010564, + "cr.hotio.dev/hotio/cloudflareddns": 1608491249, + "cr.hotio.dev/hotio/conreq": 1612970663, + "cr.hotio.dev/hotio/doplarr": 1632391430, + "cr.hotio.dev/hotio/duplicacy": 1611961592, + "hotio/hddtemp2influxdb": 1575133624, + "hotio/jackett": 1577475439, + "hotio/jellyfin": 1583406426, + "hotio/lidarr": 1577475440, + "hotio/mergerfs": 1584122948, + "hotio/mylar3": 1582981615, + "hotio/nzbget": 1577475440, + "hotio/nzbhydra2": 1577475440, + "hotio/ombi": 1577475441, + "cr.hotio.dev/hotio/overseerr": 1608376120, + "cr.hotio.dev/hotio/petio": 1616169801, + "hotio/plex": 1577308132, + "hotio/prowlarr:nightly": 1622979857, + "cr.hotio.dev/hotio/prowlarr:testing": 1622979857, + "cr.hotio.dev/hotio/qbittorrent": 1609261657, + "cr.hotio.dev/hotio/qflood": 1613322635, + "hotio/radarr": 1577475441, + "hotio/rar2fs": 1577475441, + "hotio/rclone": 1577475441, + "hotio/readarr": 1605361474, + "hotio/readarr:nightly": 1601381307, + "hotio/readarr:unstable": 1585836500, + "hotio/requestrr": 1595354887, + "hotio/restic": 1577475442, + "cr.hotio.dev/hotio/rflood": 1613250648, + "hotio/sabnzbd": 1577475442, + "hotio/scrutiny": 1600481259, + "hotio/sonarr": 1577475442, + "cr.hotio.dev/hotio/stash": 1612091231, + "hotio/tautulli": 1577475442, + "hotio/trackarr": 1577905548, + "hotio/unpackerr": 1581649820, + "housewrecker/gaps": 1574725616, + "hrfee/jfa-go": 1633371356, + "http://unraid.zeron.ca/plugins/open-vm-tools/openVMTools.plg": 1, + "https://github.com/GiorgioAresu/ZFS-companion-unraid/raw/main/ZFS-companion.plg": 1618366917, + "https://github.com/HOF-Clan/big-ben-clock-discord-bot-docker": 1624226603, + "https://github.com/Mettbrot/unRAID/raw/master/tvheadend.plg": 1, + "https://github.com/SlrG/unRAID/raw/master/Plugins/ProFTPd.plg": 1, + "https://github.com/SlrG/unRAID/raw/master/Plugins/advCPaMV.plg": 1555805286, + "https://github.com/Squidly271/Language-Repo/raw/master/lang-nl_NL.zip": 1589120917, + "https://github.com/Squidly271/plugin-repository/raw/master/lang-nl_NL-master.zip": 1591971887, + "https://github.com/coppit/unraid-mosh/raw/master/mosh.plg": 1, + "https://github.com/coppit/unraid-snmp/raw/master/snmp.plg": 1, + "https://github.com/dlandon/enhanced.log/raw/master/enhanced.log.plg": 1499313600, + "https://github.com/dlandon/file.activity/raw/master/file.activity.plg": 1521604800, + "https://github.com/dlandon/libvirt.hotplug.usb/raw/master/libvirt.hotplug.usb.plg": 1523160000, + "https://github.com/dlandon/open.files/raw/master/open.files.plg": 1521604800, + "https://github.com/dlandon/recycle.bin/raw/master/recycle.bin.plg": 1536984000, + "https://github.com/dlandon/tips.and.tweaks/raw/master/tips.and.tweaks.plg": 1524888000, + "https://github.com/dlandon/unassigned.devices/raw/master/unassigned.devices-plus.plg": 1577545765, + "https://github.com/dlandon/unassigned.devices/raw/master/unassigned.devices.plg": 1537675200, + "https://github.com/ich777/intel-gpu-top/raw/master/intel-gpu-top.plg": 1610017665, + "https://github.com/ich777/unraid-coral-driver/raw/master/coral-driver.plg": 1613761353, + "https://github.com/ich777/unraid-dvb-driver/raw/master/dvb-driver.plg": 1605359287, + "https://github.com/ich777/unraid-firewire/raw/master/firewire.plg": 1615230168, + "https://github.com/ich777/unraid-hpsahba/raw/master/hpsahba.plg": 1611940113, + "https://github.com/ich777/unraid-iscsi/raw/master/iscsi.plg": 1605344879, + "https://github.com/ich777/unraid-mft-tools/raw/master/mft-tools.plg": 1605344879, + "https://github.com/ich777/unraid-nct6687-driver/raw/master/nct6687-driver.plg": 1614726151, + "https://github.com/ich777/unraid-nvidia-driver/raw/master/nvidia-driver.plg": 1605344879, + "https://github.com/ich777/unraid-nvtop/releases/download/nvtop.plg": 1632823421, + "https://github.com/ich777/unraid-prometheus_adguard_exporter/raw/master/prometheus_adguard_exporter.plg": 1626602584, + "https://github.com/ich777/unraid-prometheus_msi_afterburner_exporter/raw/master/prometheus_msi_afterburner_exporter.plg": 1625313787, + "https://github.com/ich777/unraid-prometheus_node_exporter/raw/master/prometheus_node_exporter.plg": 1624975404, + "https://github.com/ich777/unraid-prometheus_pihole_exporter/raw/master/prometheus_pihole_exporter.plg": 1624896208, + "https://github.com/ich777/unraid-radeontop/raw/master/radeontop.plg": 1616162570, + "https://github.com/limetech/lang-nl_NL/archive/master.zip": 1588083910, + "https://github.com/unraid/lang-ar_AR/archive/master.zip": 1595470167, + "https://github.com/unraid/lang-de_DE/archive/master.zip": 1591999648, + "https://github.com/unraid/lang-es_ES/archive/master.zip": 1591430869, + "https://github.com/unraid/lang-fr_FR/archive/master.zip": 1591430869, + "https://github.com/unraid/lang-nl_NL/archive/master.zip": 1591315739, + "https://github.com/unraid/lang-no_NO/archive/master.zip": 1616428971, + "https://github.com/unraid/lang-pl_PL/archive/master.zip": 1613149928, + "https://github.com/unraid/lang-pt_BR/archive/main.zip": 1616258480, + "https://github.com/unraid/lang-pt_BR/archive/master.zip": 1616090572, + "https://github.com/unraid/lang-pt_PT/archive/master.zip": 1595700562, + "https://github.com/unraid/lang-zh_CN/archive/master.zip": 1594836932, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.active.streams.plg": 1, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.cache.dirs.plg": 1, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.date.time.plg": 1, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.day.night.plg": 1, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.file.integrity.plg": 1, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.local.master.plg": 1, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.password.validator.plg": 1589188076, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.s3.sleep.plg": 1, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.schedules.plg": 1, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.scsi.devices.plg": 1, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.ssd.trim.plg": 1, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.stop.shell.plg": 1515819600, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.system.autofan.plg": 1, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.system.buttons.plg": 1, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.system.info.plg": 1, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.system.stats.plg": 1, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.system.temp.plg": 1, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.wireguard.plg": 1565691107, + "https://raw.github.com/docgyver/unraid-v6-plugins/master/denyhosts.plg": 1, + "https://raw.github.com/docgyver/unraid-v6-plugins/master/ssh.plg": 1, + "https://raw.githubusercontent.com/Cyanlabs/corsairpsu-unraid/master/corsairpsu.plg": 1581275438, + "https://raw.githubusercontent.com/Cyanlabs/jsonapi-unraid/master/jsonapi.plg": 1577645859, + "https://raw.githubusercontent.com/Fma965/corsairpsu-unraid/beta/corsairpsu.plg": 1577654340, + "https://raw.githubusercontent.com/Fma965/corsairpsu-unraid/master/corsairpsu-beta.plg": 1577645859, + "https://raw.githubusercontent.com/Fma965/corsairpsu-unraid/master/corsairpsu.plg": 1577645859, + "https://raw.githubusercontent.com/GuildDarts/unraid-plugin-docker.folder/master/plugins/docker.folder.plg": 1584052833, + "https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/main/zfs.master.plg": 1633435815, + "https://raw.githubusercontent.com/SimonFair/USB_Manager/master/usb_manager.plg": 1622988175, + "https://raw.githubusercontent.com/SimonFair/USB_Manager_Serial_Options_addon/main/usb_manager_serial_options_addon.plg": 1621936986, + "https://raw.githubusercontent.com/SimonFair/USB_Manager_usb_net_addon/main/usb_manager_aqc111_addon.plg": 1629619402, + "https://raw.githubusercontent.com/SimonFair/unraid.iSCSI/main/iSCSIgui.plg": 1613057018, + "https://raw.githubusercontent.com/SimonFair/unraid.usbip-gui/master/usbip-gui.plg": 1611851208, + "https://raw.githubusercontent.com/SimonFair/unraid.usbip/master/unraid.usbip.plg": 1608825321, + "https://raw.githubusercontent.com/Skitals/unraid-dark-plugin/master/plugins/dark.theme.plg": 1577973170, + "https://raw.githubusercontent.com/Skitals/unraid-theme-engine/master/plugins/theme.engine.plg": 1578546374, + "https://raw.githubusercontent.com/Skitals/unraid-vfio-pci/master/plugins/vfio.pci.plg": 1579129604, + "https://raw.githubusercontent.com/SlrG/unRAID/master/Plugins/ProFTPd.plg": 1552928530, + "https://raw.githubusercontent.com/SlrG/unRAID/master/Plugins/advCPaMV.plg": 1555805286, + "https://raw.githubusercontent.com/Squidly271/ca.backup/master/plugins/ca.backup.plg": 1506139200, + "https://raw.githubusercontent.com/Squidly271/ca.backup2/master/plugins/ca.backup2.plg": 1519966800, + "https://raw.githubusercontent.com/Squidly271/ca.cfg.editor/master/plugins/ca.cfg.editor.plg": 1536465600, + "https://raw.githubusercontent.com/Squidly271/ca.cleanup.appdata/master/plugins/ca.cleanup.appdata.plg": 1521086400, + "https://raw.githubusercontent.com/Squidly271/ca.docker.autostart/master/plugins/ca.docker.autostart.plg": 1513659600, + "https://raw.githubusercontent.com/Squidly271/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 1523678400, + "https://raw.githubusercontent.com/Squidly271/ca.turbo/master/plugins/ca.turbo.plg": 1511413200, + "https://raw.githubusercontent.com/Squidly271/ca.update.applications/master/plugins/ca.update.applications.plg": 1519966800, + "https://raw.githubusercontent.com/Squidly271/checksum/master/plugins/checksum.plg": 1, + "https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg": 1538107200, + "https://raw.githubusercontent.com/Squidly271/customtab/master/plugins/customtab.plg": 1523678400, + "https://raw.githubusercontent.com/Squidly271/disable.security/master/plugins/disable.security.plg": 1559447296, + "https://raw.githubusercontent.com/Squidly271/diskspeedtest/master/plugins/diskspeedtest.plg": 1493870400, + "https://raw.githubusercontent.com/Squidly271/docker.categorize/master/plugins/docker.categorize.plg": 1, + "https://raw.githubusercontent.com/Squidly271/fix.common.problems/master/plugins/fix.common.problems.plg": 1536379200, + "https://raw.githubusercontent.com/Squidly271/flash.remount/main/flash.remount.plg": 1630945879, + "https://raw.githubusercontent.com/Squidly271/gui-links/master/plugins/gui-links.plg": 1544294342, + "https://raw.githubusercontent.com/Squidly271/gui.search/main/plugins/gui.search.plg": 1616874664, + "https://raw.githubusercontent.com/Squidly271/no.referrer/master/plugins/no.referrer.plg": 1581193746, + "https://raw.githubusercontent.com/Squidly271/page.notes/main/plugins/page.notes.plg": 1617497374, + "https://raw.githubusercontent.com/Squidly271/ransomware.bait/master/plugins/newransomware.bait.plg": 1530504000, + "https://raw.githubusercontent.com/Squidly271/unlimited-width/master/unlimited-width.plg": 1544306389, + "https://raw.githubusercontent.com/Squidly271/user.scripts/master/plugins/user.scripts.plg": 1522468800, + "https://raw.githubusercontent.com/Steini1984/unRAID6-Sainoid/master/unRAID6-Sanoid.plg": 1594426078, + "https://raw.githubusercontent.com/Steini1984/unRAID6-ZFS/master/unRAID6-ZFS.plg": 1, + "https://raw.githubusercontent.com/Steini1984/unRAID6-ZnapZend/master/unRAID6-ZnapZend.plg": 1573477706, + "https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.plg": 1565319116, + "https://raw.githubusercontent.com/Waseh/rclone-unraid/beta/plugin/rclone.plg": 1535169600, + "https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plg": 1535169600, + "https://raw.githubusercontent.com/b3rs3rk/gpustat-unraid/master/gpustat.plg": 1583892694, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.active.streams.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.cache.dirs.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.date.time.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.day.night.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.integrity.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.local.master.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.password.validator.plg": 1583190428, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.s3.sleep.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.schedules.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.scsi.devices.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.ssd.trim.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.stop.shell.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.autofan.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.buttons.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.info.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.stats.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.temp.plg": 1539535783, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.wireguard.plg": 1565691107, + "https://raw.githubusercontent.com/bshakil/unraid-libvirt-usbhotplug/master/plugins/libvirt.hotplug.usb.plg": 1, + "https://raw.githubusercontent.com/dcflachs/compose_plugin/main/compose.manager.plg": 1633298612, + "https://raw.githubusercontent.com/dcflachs/compose_plugin/master/compose.manager.plg": 1633291418, + "https://raw.githubusercontent.com/dcflachs/kata.runtime/master/plugins/kata.runtime.plg": 1578537904, + "https://raw.githubusercontent.com/dcflachs/swapfile_plugin/master/plugins/swapfile.plg": 1622088174, + "https://raw.githubusercontent.com/dcflachs/swapfile_plugin/master/swapfile.plg": 1622383385, + "https://raw.githubusercontent.com/dlandon/enhanced.log/master/enhanced.log.plg": 1499313600, + "https://raw.githubusercontent.com/dlandon/file.activity/master/file.activity.plg": 1521604800, + "https://raw.githubusercontent.com/dlandon/libvirt.hotplug.usb/master/libvirt.hotplug.usb.plg": 1523160000, + "https://raw.githubusercontent.com/dlandon/open.files/master/open.files.plg": 1521604800, + "https://raw.githubusercontent.com/dlandon/recycle.bin/master/recycle.bin.plg": 1536984000, + "https://raw.githubusercontent.com/dlandon/tips.and.tweaks/master/tips.and.tweaks.plg": 1524888000, + "https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices-plus.plg": 1577545765, + "https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.plg": 1537675200, + "https://raw.githubusercontent.com/dmacias72/IPMI-unRAID/master/plugin/ipmi.plg": 1527998400, + "https://raw.githubusercontent.com/dmacias72/NUT-unRAID/master/plugin/nut.plg": 1525838400, + "https://raw.githubusercontent.com/dmacias72/unRAID-DevPack/master/plugin/DevPack.plg": 1506830400, + "https://raw.githubusercontent.com/dmacias72/unRAID-NerdPack/master/plugin/NerdPack.plg": 1518843600, + "https://raw.githubusercontent.com/dmacias72/unRAID-WOL/master/plugin/wakeonlan.plg": 1507003200, + "https://raw.githubusercontent.com/dmacias72/unRAID-cmdline/master/plugin/cmdline.plg": 1, + "https://raw.githubusercontent.com/dmacias72/unRAID-libvirtwol/master/plugin/libvirtwol.plg": 1, + "https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/apache.plg": 1, + "https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/qnotify.plg": 1475985600, + "https://raw.githubusercontent.com/dmacias72/unRAID-speedtest/master/plugin/speedtest.plg": 1518325200, + "https://raw.githubusercontent.com/dorgan/Unraid-networkstats/master/networkstats.plg": 1551405768, + "https://raw.githubusercontent.com/dorgan/Unraid-plexstreams/master/plexstreams.plg": 1589486870, + "https://raw.githubusercontent.com/dorgan/unraid-networkstats/master/networkstats.plg": 1538357675, + "https://raw.githubusercontent.com/doron1/unraid-newenckey/master/newenckey.plg": 1632484323, + "https://raw.githubusercontent.com/doron1/unraid-newenckey/master/unraid-newenckey.plg": 1632488035, + "https://raw.githubusercontent.com/doron1/unraid-sas-spindown/master/sas-spindown.plg": 1601467559, + "https://raw.githubusercontent.com/gfjardim/unRAID-plugins/master/plugins/advanced.buttons.plg": 1, + "https://raw.githubusercontent.com/gfjardim/unRAID-plugins/master/plugins/preclear.disk.plg": 1, + "https://raw.githubusercontent.com/gfjardim/unRAID-plugins/master/plugins/statistics.sender.plg": 1, + "https://raw.githubusercontent.com/hugenbd/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 1583942966, + "https://raw.githubusercontent.com/ich777/intel-gvt-g/master/intel-gvt-g-2021.05.14c.plg": 1621008160, + "https://raw.githubusercontent.com/ich777/intel-gvt-g/master/intel-gvt-g.plg": 1621022558, + "https://raw.githubusercontent.com/ich777/iscsi-initiator/master/iscsi-initiator.plg": 1630591418, + "https://raw.githubusercontent.com/ich777/unraid-age/master/age.plg": 1623326602, + "https://raw.githubusercontent.com/ich777/unraid-amd-vendor-reset/master/amd-vendor-reset.plg": 1622469787, + "https://raw.githubusercontent.com/ich777/unraid-check-mk-agent/master/check_mk_agent.plg": 1623427399, + "https://raw.githubusercontent.com/ich777/unraid-corefreq/master/corefreq.plg": 1622044989, + "https://raw.githubusercontent.com/ich777/unraid-kernel-helper-plugin/master/plugins/Unraid-Kernel-Helper.plg": 1592246202, + "https://raw.githubusercontent.com/ich777/unraid-mft-tools/master/mft-tools.plg": 1634630606, + "https://raw.githubusercontent.com/ich777/unraid-nvtop/master/nvtop.plg": 1632830624, + "https://raw.githubusercontent.com/ich777/unraid-prometheus_fritzbox_exporter/master/prometheus_fritzbox_exporter.plg": 1632391430, + "https://raw.githubusercontent.com/ich777/unraid-prometheus_nvidia_smi_exporter/master/prometheus_nvidia_smi_exporter.plg": 1625313787, + "https://raw.githubusercontent.com/ich777/unraid-prometheus_wireguard_exporter/master/prometheus_wireguard_exporter.plg": 1622462584, + "https://raw.githubusercontent.com/itimpi/parity.check.tuning/master/parity.check.tuning.plg": 1552492598, + "https://raw.githubusercontent.com/jbrodriguez/unraid/master/plugins/controlr.plg": 1, + "https://raw.githubusercontent.com/jbrodriguez/unraid/master/plugins/unbalance.plg": 1, + "https://raw.githubusercontent.com/jtok/unraid.vmbackup/master/vmbackup.plg": 1577034338, + "https://raw.githubusercontent.com/kubedzero/unraid-snmp/main/snmp.plg": 1605899366, + "https://raw.githubusercontent.com/kubedzero/unraid-snmp/master/snmp.plg": 1559321527, + "https://raw.githubusercontent.com/limetech/sysdream/master/sysdream.plg": 1581012664, + "https://raw.githubusercontent.com/ljm42/unraid-upnp/master/plugins/upnp-monitor.plg": 1578175974, + "https://raw.githubusercontent.com/lscr.io/linuxserver/Unraid-DVB-Plugin/master/plugins/UnraidDVB.plg": 1459051200, + "https://raw.githubusercontent.com/lscr.io/linuxserver/Unraid-Nvidia-Plugin/master/plugins/Unraid-Nvidia.plg": 1549759217, + "https://raw.githubusercontent.com/macexx/plugins/master/nut/nut.plg": 1, + "https://raw.githubusercontent.com/olehj/disklocation/master/disklocation-master.plg": 1549051277, + "https://raw.githubusercontent.com/petersm1/openvpn_client_x64/master/openvpn_client_x64.plg": 1524715200, + "https://raw.githubusercontent.com/petersm1/openvpnserver/master/openvpn_server_x64.plg": 1524715200, + "https://raw.githubusercontent.com/theone11/serverlayout_plugin/master/serverlayout.plg": 1, + "https://raw.githubusercontent.com/theone11/swapfile_plugin/master/swapfile.plg": 1, + "https://raw.githubusercontent.com/theone11/virtualbox_plugin/master/virtualbox.plg": 1, + "https://s3.amazonaws.com/dnld.lime-technology.com/unraid-api/dynamix.unraid.net.plg": 1615601778, + "https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/dynamix.unraid.net.plg": 1626919398, + "huginn/huginn": 1573427255, + "hunterlong/statping:latest": 1579331181, + "hussainalhaddad/config2mega": 1615453371, + "hussainalhaddad/pcmanfm:latest": 1615230168, + "hussainalhaddad/tailscale": 1615119130, + "huxy/xmltv-sd-json": 1, + "ich777/accompetizione-server": 1586888345, + "ich777/altitude": 1571782214, + "ich777/anope": 1597853355, + "ich777/chrome": 1602404207, + "ich777/cs2dserver": 1558980430, + "ich777/csmm-7dtd": 1570572336, + "ich777/dawn-of-light-server": 1593252860, + "ich777/ddnetserver": 1627387414, + "ich777/debian-bullseye": 1611602281, + "ich777/debian-buster": 1588000662, + "ich777/debian-buster:nvidia-steam": 1588687643, + "ich777/debian-mirror": 1628251406, + "ich777/deezloaderremix": 1585692524, + "ich777/dirsyncpro": 1569449217, + "ich777/docker-openmw-tes3mp": 1617631359, + "ich777/doh-client": 1573859228, + "ich777/doh-server": 1570536327, + "ich777/electrum": 1598911811, + "ich777/enigma-1-2-bbs": 1580043982, + "ich777/enpass": 1599041412, + "ich777/ferdi-client": 1604430936, + "ich777/firefox": 1599516677, + "ich777/fivemserver": 1556483044, + "ich777/fluttercoin": 1599438619, + "ich777/gotify-on-start": 1620072167, + "ich777/inspircd": 1597694915, + "ich777/iw4x-server": 1584828598, + "ich777/jdownloader2": 1575104813, + "ich777/jellyfin": 1613488286, + "ich777/jenkins": 1577523960, + "ich777/jsdos-server": 1577301326, + "ich777/krusader": 1612782440, + "ich777/lidarr": 1601834982, + "ich777/luckybackup": 1601849439, + "ich777/magic-mirror2": 1589306853, + "ich777/megasync": 1593108480, + "ich777/mindustry-server": 1574521673, + "ich777/minecraftbasicserver": 1558800510, + "ich777/minecraftbedrockserver": 1561673275, + "ich777/mtaserver": 1559513226, + "ich777/nwnee-server": 1577041548, + "ich777/nzbget": 1602612813, + "ich777/nzbhydra2": 1604668115, + "ich777/online-check-pushover": 1581966414, + "ich777/openrct2server": 1565626069, + "ich777/openttdserver": 1559592440, + "ich777/owncast": 1617969765, + "ich777/planetaryannihilationserver": 1559124485, + "ich777/pushover-on-start": 1594584498, + "ich777/quake3": 1583871139, + "ich777/radarr": 1601834982, + "ich777/ramboxce": 1602627030, + "ich777/rapidphotodownloader": 1569888435, + "ich777/redmserver": 1624348992, + "ich777/remmina": 1585922904, + "ich777/sabnzbd": 1601834983, + "ich777/sonarr": 1601834984, + "ich777/starmade-server": 1586095691, + "ich777/steamcmd": 1555428989, + "ich777/steamcmd2:alienswarm": 1576775171, + "ich777/steamcmd2:alienswarmreactivedrop": 1576775171, + "ich777/steamcmd2:atlas": 1565820879, + "ich777/steamcmd2:avorion": 1581548841, + "ich777/steamcmd2:conanexiles": 1576695956, + "ich777/steamcmd2:daysofwar": 1580483342, + "ich777/steamcmd2:dodclassic": 1580483342, + "ich777/steamcmd2:hurtworld": 1564913277, + "ich777/steamcmd2:pavlovvr": 1579345657, + "ich777/steamcmd2:projectzomboid": 1576962588, + "ich777/steamcmd2:scp-secretlaboratory": 1570363768, + "ich777/steamcmd2:squad": 1574003363, + "ich777/steamcmd2:starbound": 1571350044, + "ich777/steamcmd2:stationeers": 1570572337, + "ich777/steamcmd2:svencoop": 1577056167, + "ich777/steamcmd2:tf": 1570637117, + "ich777/steamcmd2:unturned": 1570363768, + "ich777/steamcmd:7dtd": 1557346008, + "ich777/steamcmd:aaprovinggrounds": 1611861205, + "ich777/steamcmd:alienswarm": 1576775171, + "ich777/steamcmd:alienswarmreactivedrop": 1576775171, + "ich777/steamcmd:arkse": 1556575512, + "ich777/steamcmd:arma3": 1556460445, + "ich777/steamcmd:arma3exilemod": 1559232419, + "ich777/steamcmd:assettocorsa": 1557245221, + "ich777/steamcmd:atlas": 1593267285, + "ich777/steamcmd:avorion": 1581548841, + "ich777/steamcmd:barotrauma": 1561730888, + "ich777/steamcmd:chivalrymw": 1612868835, + "ich777/steamcmd:citadelfwf": 1588320444, + "ich777/steamcmd:colonysurvival": 1562177307, + "ich777/steamcmd:conanexiles": 1576695956, + "ich777/steamcmd:cstrike1.6": 1556719608, + "ich777/steamcmd:cstrikeczero": 1556727169, + "ich777/steamcmd:dayofinfamy": 1557295606, + "ich777/steamcmd:daysofwar": 1580483342, + "ich777/steamcmd:dmclassic": 1556554318, + "ich777/steamcmd:dodclassic": 1580483342, + "ich777/steamcmd:dods": 1558447642, + "ich777/steamcmd:dontstarve": 1557259769, + "ich777/steamcmd:eco": 1584871714, + "ich777/steamcmd:fistfuloffrags": 1587929386, + "ich777/steamcmd:garrysmod": 1559498834, + "ich777/steamcmd:hl2dm": 1558447643, + "ich777/steamcmd:hldm": 1611772995, + "ich777/steamcmd:hurtworld": 1564913277, + "ich777/steamcmd:insurgency": 1557252432, + "ich777/steamcmd:insurgencysandstorm": 1558418820, + "ich777/steamcmd:killingfloor": 1557252432, + "ich777/steamcmd:killingfloor2": 1557252433, + "ich777/steamcmd:l4d": 1557086907, + "ich777/steamcmd:l4d2": 1557094141, + "ich777/steamcmd:memoriesofmars": 1598371737, + "ich777/steamcmd:mordhau": 1559498835, + "ich777/steamcmd:neotokyo": 1588932462, + "ich777/steamcmd:pavlovvr": 1579345657, + "ich777/steamcmd:pixark": 1610305658, + "ich777/steamcmd:postscriptum": 1587823630, + "ich777/steamcmd:projectzomboid": 1576962588, + "ich777/steamcmd:pvkii": 1586707710, + "ich777/steamcmd:quakelive": 1564841452, + "ich777/steamcmd:rust": 1559657265, + "ich777/steamcmd:scp-secretlaboratory": 1570363768, + "ich777/steamcmd:squad": 1574003363, + "ich777/steamcmd:starbound": 1571350044, + "ich777/steamcmd:stationeers": 1570572337, + "ich777/steamcmd:stn": 1632960227, + "ich777/steamcmd:svencoop": 1577056167, + "ich777/steamcmd:tf": 1570637117, + "ich777/steamcmd:tf2": 1555920399, + "ich777/steamcmd:theforest": 1559340433, + "ich777/steamcmd:unturned": 1570363768, + "ich777/steamcmd:valheim": 1612300114, + "ich777/steamcmd:wurmunlimited": 1558526835, + "ich777/steamcmd:zombiepanic": 1615143781, + "ich777/stun-turn-server": 1584792544, + "ich777/teamspeak": 1584778146, + "ich777/teeworldsserver": 1556229863, + "ich777/terrariaserver": 1556914194, + "ich777/terrariaserver:tmodloader": 1577455427, + "ich777/terrariaserver:tshock": 1556921352, + "ich777/thelounge": 1597766917, + "ich777/thunderbird": 1602397127, + "ich777/unraid-kernel-helper": 1609765661, + "ich777/unraid-kernel-helper:6.8.3": 1590437787, + "ich777/urbanterror": 1608073729, + "ich777/vintagestory": 1590156471, + "ich777/windward": 1598472561, + "ich777/xlinkkaievolution": 1587449252, + "ich777/xonotic": 1564920517, + "ich777/zandronum": 1594916128, + "infiniteproject/icecast": 1551483558, + "influxdb": 1544995611, + "influxdb:latest": 1472788800, + "instrumentisto/coturn": 1573333674, + "invoiceninja/invoiceninja": 1625400184, + "iotreboot/tasui:latest": 1580180775, + "ipfs/go-ipfs": 1563466114, + "ipsingh06/seedsync": 1610125666, + "ironicbadger/booksonic": 1479877200, + "itzg/minecraft-server": 1599703668, + "itzg/minecraft-server:latest": 1632873816, + "ixilon/nukkit": "1489080522", + "ixsystems/truecommand": 1626617002, + "jakowenko/double-take": 1633806335, + "jamiephonic/rtmps-hls-server": 1614730230, + "janarj/cloudflare-ddns:1.1": 1547334072, + "jasonbean/guacamole": 1, + "jasonbean/guacamole:latest-nomariadb": 1549555284, + "jasonbean/guacamole:nomariadb": 1547139683, + "jasongdove/ersatztv": 1616025779, + "jassycliq/android-studio-projector": 1605454081, + "jaymoulin/jdownloader": 1633089828, + "jbartlett777/diskspeed": "1522949191", + "jbreed/nessus": 1562243899, + "jc21/nginx-proxy-manager": 1625241803, + "jc5x/firefly-iii:latest": 1559398197, + "jcreynolds/flextv": 1558037210, + "jcreynolds/nodelink": 1, + "jeffersonjhunt/shinysdr": 1555005862, + "jellyfin/jellyfin": 1567642087, + "jellyfin/jellyfin-vue:unstable-ssr": 1617739368, + "jellyfin/jellyfin-vue:unstable-static": 1617739368, + "jenkins/jenkins": 1615997004, + "jetbrains/teamcity-agent": 1557069695, + "jetbrains/teamcity-server": 1557069695, + "jgraph/drawio": 1573823228, + "jitsi/jicofo:latest": 1586362160, + "jitsi/jvb:latest": 1586362160, + "jitsi/prosody:latest": 1586362160, + "jitsi/web:latest": 1586362160, + "jkaberg/weechat:latest": 1603923264, + "jkirkcaldy/plex-utills": 1627509804, + "jlesage/avidemux": 1537243200, + "jlesage/cloudberry-backup": 1537243200, + "jlesage/crashplan": 1537761600, + "jlesage/crashplan-pro": 1537416000, + "jlesage/czkawka": 1610816843, + "jlesage/dupeguru": 1537329600, + "jlesage/filebot": 1537243200, + "jlesage/filezilla": 1537502400, + "jlesage/firefox": 1537243200, + "jlesage/handbrake": 1537329600, + "jlesage/jdownloader-2": 1537502400, + "jlesage/makemkv": 1537243200, + "jlesage/mediainfo": 1540602086, + "jlesage/mkvcleaver": 1537243200, + "jlesage/mkvtoolnix": 1537329600, + "jlesage/nginx-proxy-manager": 1545228078, + "jlesage/putty": 1537243200, + "jlesage/qdirstat": 1537243200, + "jlesage/tsmuxer": 1537329600, + "jmzsoftware/jmzhomelabproxy": 1614979225, + "joch/s3backup": 1445486400, + "joey291/discordgsm:latest": 1629540202, + "johnodon/barracudadrive": 1455080400, + "johnodon/gourmet": 1455080400, + "johnodon/inkscape": 1455166800, + "johnodon/scribus": 1455166800, + "johnodon/zap2xml": 1454734800, + "johnodon/zap2xml-2lineups": 1454734800, + "jonaswinkler/paperless-ng": 1607893685, + "joniator/maloja:latest": 1605553908, + "joomla:latest": 1626033789, + "joplin/server:latest": 1613229037, + "josh5/lancache-bundle:latest": 1581506354, + "josh5/unmanic": 1569355624, + "jsavargas/telethon_downloader": 1620093777, + "jshridha/blueiris:gpu": 1610133117, + "jshridha/blueiris:latest": 1609456007, + "jshridha/docker-nzbgetvpn": 1, + "jshridha/mochad": 1, + "jshridha/motioneye": 1544995610, + "jshridha/motioneye:latest": 1, + "jshridha/rdiffweb": 1, + "jvlflame/javinizer": 1620612269, + "jwater7/godaddy-publicip-updater": 1577941580, + "kanboard/kanboard": 1610838482, + "kapacitor": 1621922591, + "keinnerd/quasselcore": 1575932956, + "kevineye/snapcast": 1587715626, + "khlieng/dispatch": 1588291709, + "kibana:7.12.0": 1618027367, + "kippenhof/bigbendiscord": 1624435388, + "kiwix/kiwix-serve:latest": 1583914167, + "kizaing/kavita": 1628023158, + "kmb32123/youtube-dl-server": "1533428737", + "knex666/mopidy": 1551483559, + "knex666/mopidy:3-experimental": 1579511204, + "knex666/prpdf": 1629993826, + "knex666/rssnotipy": 1580058427, + "knex666/shortipy": 1588925257, + "koenkk/zigbee2mqtt": 1599768471, + "koush/scrypted": 1632362658, + "kthulu120/liquid_dl": "1533441243", + "kutt/kutt": 1613574154, + "kutzilla/hetzner-ddns:latest": 1633629830, + "kutzilla/unbound:latest": 1627385442, + "lancachenet/lancache-dns:latest": 1632175429, + "lancachenet/monolithic:latest": 1632175428, + "lastelement21/emby-sync": 1613481065, + "lawryder/ankidock": 1616519274, + "lawryder/ankidock:latest_stable": 1616637766, + "layr/borg-mysql-backup:borg1": 1605618511, + "leadwolf/porn-vault": 1613638950, + "leadwolf/porn-vault:0.25.0-alpine": 1614862955, + "leantime/leantime:2.1.1": 1589472459, + "leantime/leantime:latest": 1588183642, + "library/rocket.chat": 1, + "librenms/librenms:latest": 1596744528, + "lightglitch/seekerr:stable": 1629583401, + "limetech/plex": 1538280000, + "limetech/sync": 1528776000, + "linkace/linkace:simple": 1624744985, + "lissy93/dashy:latest": 1627315412, + "lnxd/github-backup": 1616680982, + "lnxd/phoenixminer": 1616494792, + "lnxd/phoenixstats": 1616680982, + "lnxd/xmrig:latest": 1617170559, + "lomorage/amd64-lomorage": 1634301902, + "louislam/uptime-kuma": 1627661002, + "lscr.io/linuxserver/adguardhome-sync": 1618711438, + "lscr.io/linuxserver/airsonic": 1514610000, + "lscr.io/linuxserver/apprise-api": 1615662176, + "lscr.io/linuxserver/audacity": 1618711438, + "lscr.io/linuxserver/babybuddy": 1626955409, + "lscr.io/linuxserver/bazarr": 1, + "lscr.io/linuxserver/beets": 1484542800, + "lscr.io/linuxserver/boinc": 1584576830, + "lscr.io/linuxserver/booksonic": 1481605200, + "lscr.io/linuxserver/booksonic-air": 1600978119, + "lscr.io/linuxserver/bookstack": 1542661269, + "lscr.io/linuxserver/calibre": 1560204470, + "lscr.io/linuxserver/calibre-web": 1516510800, + "lscr.io/linuxserver/cardigann": 1477972800, + "lscr.io/linuxserver/chevereto": 1601165359, + "lscr.io/linuxserver/clarkson": 1560290835, + "lscr.io/linuxserver/cloud9": 1560204470, + "lscr.io/linuxserver/code-server": 1561673274, + "lscr.io/linuxserver/codiad": 1487394000, + "lscr.io/linuxserver/codimd": 1560204471, + "lscr.io/linuxserver/cops": 1470974400, + "lscr.io/linuxserver/couchpotato": 1470628800, + "lscr.io/linuxserver/daapd": 1484024400, + "lscr.io/linuxserver/darktable": 1617830069, + "lscr.io/linuxserver/davos": 1479445200, + "lscr.io/linuxserver/ddclient": 1560204472, + "lscr.io/linuxserver/deluge": 1, + "lscr.io/linuxserver/digikam": 1601165359, + "lscr.io/linuxserver/dillinger": 1560211637, + "lscr.io/linuxserver/diskover": 1542661270, + "lscr.io/linuxserver/dokuwiki": 1560211638, + "lscr.io/linuxserver/domoticz": 1486789200, + "lscr.io/linuxserver/doublecommander": 1601165359, + "lscr.io/linuxserver/duckdns": 1479358800, + "lscr.io/linuxserver/duplicati": 1492228800, + "lscr.io/linuxserver/emby": 1560247648, + "lscr.io/linuxserver/embystat": 1570745119, + "lscr.io/linuxserver/endlessh": 1618711438, + "lscr.io/linuxserver/filezilla": 1618812159, + "lscr.io/linuxserver/firefox": 1618869768, + "lscr.io/linuxserver/foldingathome": 1584731021, + "lscr.io/linuxserver/freshrss": 1475899200, + "lscr.io/linuxserver/gazee": 1514610000, + "lscr.io/linuxserver/grav": 1618711438, + "lscr.io/linuxserver/grocy": 1550919691, + "lscr.io/linuxserver/guacd": 1601214934, + "lscr.io/linuxserver/habridge": 1560283785, + "lscr.io/linuxserver/headphones": 1470628800, + "lscr.io/linuxserver/hedgedoc": 1615662177, + "lscr.io/linuxserver/heimdall": 1518411600, + "lscr.io/linuxserver/homeassistant": 1618711438, + "lscr.io/linuxserver/htpcmanager": 1470628800, + "lscr.io/linuxserver/hydra": 1470628800, + "lscr.io/linuxserver/hydra2": 1515733200, + "lscr.io/linuxserver/ipfs": 1600978119, + "lscr.io/linuxserver/jackett": 1492401600, + "lscr.io/linuxserver/jellyfin": 1560247648, + "lscr.io/linuxserver/kanzi": 1556834948, + "lscr.io/linuxserver/kodi-headless": 1487739600, + "lscr.io/linuxserver/lazylibrarian": 1484197200, + "lscr.io/linuxserver/ldap-auth": 1560283785, + "lscr.io/linuxserver/letsencrypt": 1478581200, + "lscr.io/linuxserver/libreoffice": 1617739366, + "lscr.io/linuxserver/libresonic": 1480395600, + "lscr.io/linuxserver/librespeed": 1601165360, + "lscr.io/linuxserver/lidarr": 1, + "lscr.io/linuxserver/limnoria": 1601165360, + "lscr.io/linuxserver/lychee": 1487912400, + "lscr.io/linuxserver/mariadb": 1476158400, + "lscr.io/linuxserver/mcmyadmin2": 1455339600, + "lscr.io/linuxserver/medusa": 1483333200, + "lscr.io/linuxserver/minetest": 1480050000, + "lscr.io/linuxserver/minetest:latest": 1559866048, + "lscr.io/linuxserver/minisatip": 1471233600, + "lscr.io/linuxserver/mstream": 1558274792, + "lscr.io/linuxserver/musicbrainz": 1494993600, + "lscr.io/linuxserver/muximux": 1475208000, + "lscr.io/linuxserver/mylar": 1470628800, + "lscr.io/linuxserver/mylar3": 1609340864, + "lscr.io/linuxserver/mysql-workbench": 1601165360, + "lscr.io/linuxserver/netbootxyz": 1572466179, + "lscr.io/linuxserver/netbox": 1601165360, + "lscr.io/linuxserver/nextcloud": 1488949200, + "lscr.io/linuxserver/nginx": 1449291600, + "lscr.io/linuxserver/ngircd": 1601165361, + "lscr.io/linuxserver/nntp2nntp": 1556568467, + "lscr.io/linuxserver/nzbget": 1471579200, + "lscr.io/linuxserver/nzbhydra2": 1587578877, + "lscr.io/linuxserver/ombi": 1492315200, + "lscr.io/linuxserver/openssh-server": 1601165361, + "lscr.io/linuxserver/openvpn-as": 1444104000, + "lscr.io/linuxserver/organizr": 1555517442, + "lscr.io/linuxserver/oscam": 1474862400, + "lscr.io/linuxserver/overseerr": 1618711439, + "lscr.io/linuxserver/papermerge": 1601165362, + "lscr.io/linuxserver/photoshow": 1475208000, + "lscr.io/linuxserver/piwigo": 1444190400, + "lscr.io/linuxserver/plex": 1472270400, + "lscr.io/linuxserver/plexrequests": 1473652800, + "lscr.io/linuxserver/projectsend": 1497326400, + "lscr.io/linuxserver/prowlarr:develop": 1622979261, + "lscr.io/linuxserver/pwndrop": 1588176448, + "lscr.io/linuxserver/pydio": 1487480400, + "lscr.io/linuxserver/pydio-cells": 1601214934, + "lscr.io/linuxserver/pyload": 1560204474, + "lscr.io/linuxserver/pylon:latest": 1600978120, + "lscr.io/linuxserver/qbittorrent": 1501732800, + "lscr.io/linuxserver/quassel-core": 1479877200, + "lscr.io/linuxserver/quassel-web": 1558476425, + "lscr.io/linuxserver/radarr": 1492401600, + "lscr.io/linuxserver/raneto": 1560211639, + "lscr.io/linuxserver/remmina": 1601214934, + "lscr.io/linuxserver/requestrr": 1615662177, + "lscr.io/linuxserver/resilio-sync": 1496376000, + "lscr.io/linuxserver/rsnapshot": 1601214934, + "lscr.io/linuxserver/rutorrent": 1479618000, + "lscr.io/linuxserver/sabnzbd": 1, + "lscr.io/linuxserver/scrutiny": 1601218824, + "lscr.io/linuxserver/sickchill": 1554681697, + "lscr.io/linuxserver/sickgear": 1560283786, + "lscr.io/linuxserver/sickrage": 1470628800, + "lscr.io/linuxserver/smokeping": 1501214400, + "lscr.io/linuxserver/snapdrop": 1600978122, + "lscr.io/linuxserver/snipe-it": 1601223126, + "lscr.io/linuxserver/sonarr": 1492401600, + "lscr.io/linuxserver/sqlitebrowser": 1601214935, + "lscr.io/linuxserver/swag": 1599746885, + "lscr.io/linuxserver/synclounge": 1601214935, + "lscr.io/linuxserver/syncthing": 1478059200, + "lscr.io/linuxserver/taisun": 1553983372, + "lscr.io/linuxserver/tautulli": 1, + "lscr.io/linuxserver/thelounge": 1472616000, + "lscr.io/linuxserver/transmission": 1484456400, + "lscr.io/linuxserver/tt-rss": 1487826000, + "lscr.io/linuxserver/tvheadend": 1498968000, + "lscr.io/linuxserver/ubooquity": 1481259600, + "lscr.io/linuxserver/unifi": 1500091200, + "lscr.io/linuxserver/unifi-controller": 1550448205, + "lscr.io/linuxserver/webgrabplus": 1, + "lscr.io/linuxserver/webtop": 1620072167, + "lscr.io/linuxserver/webtop:ubuntu-mate": 1628691591, + "lscr.io/linuxserver/wikijs": 1600985281, + "lscr.io/linuxserver/wireshark": 1601214935, + "lscr.io/linuxserver/xbackbone": 1623081789, + "lscr.io/linuxserver/xbackbone/": 1623045781, + "lscr.io/linuxserver/znc": 1484802000, + "lsiocommunity/organizr": 1489208400, + "lsiocommunity/polipo": 1473566400, + "lsiocommunity/serviio": 1470888000, + "lsiocommunity/shout-irc": 1472616000, + "lsiodev/ogar": 1447650000, + "lsiodev/owncloud": 1455426000, + "lubeda/salt4unraid": 1628359396, + "lukechannings/moviematch": 1611940114, + "lunik1/tt-rss:latest": 1596744529, + "m0ngr31/dailynotes": 1633550623, + "m0ngr31/eplustv": 1633542497, + "m1k1o/neko:latest": 1622304177, + "mace/cloudflare-ddns": 1433995200, + "mace/darkstat": 1434340800, + "mace/ddclient": 1449291600, + "mace/eap-controller": 1529467200, + "mace/openvpn-as": 1, + "mace/qbittorrent": 1450760400, + "machinebox/facebox": 1633812264, + "machinebox/tagbox": 1633917822, + "machinebox/videobox": 1633917822, + "machines/filestash:latest": 1588616386, + "maduvef/openeats": 1590179510, + "magmpzero/magrack": 1456635600, + "maihai/nut-influxdb-exporter": 1569432308, + "malfurious/mailserver": 1, + "malfurious/roundcube-postfixadmin": 1, + "malvarez00/docker-motioneye": "1519440420", + "malvarez00/docker-unifi-video": "1519444165", + "mariadb": 1623312197, + "markusmcnugen/crushftp:latest": 1616450563, + "markusmcnugen/openconnect": "1518285860", + "markusmcnugen/qbittorrentvpn": 1, + "markusmcnugen/sftp": 1544995617, + "markusmcnugen/sftp:latest": 1, + "marraz/companion": 1623609315, + "masonxx/mediaelch": 1596730127, + "matomo": 1615194175, + "mattermost/mattermost-push-proxy:latest": 1590437794, + "mattermost/mattermost-team-edition:master": 1587586114, + "mbentley/omada-controller": 1605844566, + "mber5/virt-manager:latest": 1632161024, + "mccloud/ps3netsrv:alpine": 1455944400, + "mccloud/ps3netsrv:debian": 1455944400, + "mccloud/ps3netsrv:phusion": 1455944400, + "mccloud/ps3netsrv:ubuntu": 1455944400, + "mcr.microsoft.com/mssql/server:2019-latest": 1612631216, + "mdarkness1988/rust-server": 1537934400, + "mdschaefer/crushftp9": 1586450111, + "mdschaefer/darktable": 1588262837, + "meisnate12/plex-meta-manager": 1625385790, + "meltyshev/planka": 1614258152, + "metaMMA/metaMMA": 1570612604, + "metabase/metabase": 1, + "metmma/metamma": 1570651539, + "mikenye/picard": 1585570115, + "mikenye/tar1090:latest": 1593115690, + "miniflux/miniflux:latest": 1585649559, + "minio/minio": 1541757674, + "mitchellriley/derbynet_server": 1587562968, + "mitchellriley/streetmerchant": 1608505703, + "mitchtalmadge/amp-dockerized": 1603735753, + "mjdumont1/qdirstat": "1518758605", + "mlebjerg/steamcachebundle": 1544995618, + "mlebjerg/steamcachebundle:latest": "1529088010", + "mobiusnine/foldingathome": 1552656324, + "modem7/docker-rickroll": 1628129001, + "mongo": "1476159987", + "mongoclient/mongoclient": 1574294677, + "monica": 1602173315, + "monicahq/monicahq": 1569355624, + "monitorr/logarr-alpha": 1574294677, + "monitorr/monitorr": 1563138407, + "mozilla/syncserver:latest": 1614596548, + "mpepping/cyberchef": 1581361631, + "mpepping/cyberchef:latest": 1583622406, + "mpherg/blynk-server:latest": 1589018878, + "mprasil/bitwarden": 1, + "mquandalle/wekan": 1544995614, + "mquandalle/wekan:latest": "1476161892", + "msjpq/firefox-vnc": 1593296011, + "mtakaki/cachet-url-monitor": 1614668550, + "mtlynch/mediagoblin:latest": 1589227646, + "mtlynch/sia": "1525560903", + "mudislander/fogproject": 1553288500, + "mudislander/openra-docker-server": 1526702400, + "mysql": 1, + "n8nio/n8n": 1602676263, + "nativedude/mumble-server": 1, + "nativedude/plex-requests": 1, + "needo/couchpotato": 1, + "needo/deluge": 1, + "needo/mariadb": 1, + "needo/nzbdrone": 1, + "needo/nzbget": 1, + "needo/plex": 1, + "needo/plexwatch": 1, + "needo/sabnzbd": 1, + "needo/sickbeard": 1, + "needo/sickrage": 1, + "neo4j": 1521950400, + "netdata/netdata": 1465185600, + "nextcloud:18.0.1-apache": 1581664048, + "nextcloud:18.0.1RC2-apache": 1581448044, + "nextcloud:18.0.2-apache": 1584519188, + "nextcloud:latest": 1584715437, + "nico640/docker-unms": 1565319116, + "nicolargo/glances": 1472529600, + "nightscout/cgm-remote-monitor-travis:latest": 1594649283, + "nikisweeting/archivebox:latest": 1587298053, + "ninjaneer/plex-discord-bot": "1530633774", + "ninthwalker/dashbtn": 1490241600, + "ninthwalker/nowshowing": 1491796800, + "ninthwalker/nowshowing:v2": 1520913600, + "ninthwalker/plexreport": 1478232000, + "ninthwalker/slack-invite": 1488517200, + "nixoninnes/alpaca-to-influxdb:latest": 1617799653, + "nixoninnes/binance-to-influxdb:latest": 1617799653, + "nmtan/chevereto": 1572509379, + "nodered/node-red": 1570912966, + "nodered/node-red-dev:beta": 1623772997, + "nodered/node-red-docker": 1473912000, + "ntop/ntopng:stable": 1618005568, + "nunofgs/octoprint": 1588165254, + "nzzane/pihole-dot-doh:stable-amd64": 1611118575, + "octofarm/octofarm": 1592050065, + "octofarm/octofarm:alpine-latest": 1611990452, + "octofarm/octofarm:monolithic-latest": 1592071652, + "octoprint/octoprint:latest": 1596463729, + "ofark/compressarr": 1622217151, + "ofark/compressarr:nvidia": 1622217151, + "ofawx/bitcoind": 1630073021, + "ofawx/electrs": 1630663411, + "ofawx/electrumx": 1630757005, + "olehj/docker-nsfmineroc:latest": 1617184970, + "olehj/nsfminerOC:latest": 1616263357, + "olehj/nsfmineroc:latest": 1617141764, + "olprog/openvscode-server": 1633176230, + "olprog/search-and-sort-movies": 1630429175, + "olprog/unraid-docker-webui": 1630879405, + "onlyoffice/communityserver": 1542261706, + "onlyoffice/documentserver": 1542258134, + "onlyoffice/documentserver-ee": 1613603170, + "onlyoffice/documentserver:6": 1613488285, + "onlyoffice/documentserver:6.0": 1611306670, + "openenergymonitor/emoncms": 1584569963, + "openethereum/openethereum": 1612547427, + "openhab/openhab:2.4.0-amd64-debian": 1551483560, + "openhab/openhab:2.5.0-amd64-debian": 1582312008, + "openhab/openhab:amd64-offline": 1466481600, + "openhab/openhab:amd64-online": 1466481600, + "openhab/openhab:latest-debian": 1609067254, + "openproject/community:10": 1581844009, + "openspeedtest/latest": 1595630639, + "openzwave/ozwdaemon:allinone-latest": 1599746886, + "oreandawe/storjshare-cli": "1524798166", + "organizr/organizr": 1596282256, + "organizrTools/docker-organizr-v2": 1539301880, + "organizrtools/docker-organizr-v2": 1539302840, + "organizrtools/organizr-v2": 1539320862, + "osixia/openldap": 1577308132, + "osixia/phpldapadmin": 1577308133, + "otherguy/dropbox": 1616253935, + "owncloud": 1, + "ownyourbits/nextcloudpi": 1571956300, + "oznu/cloudflare-ddns": 1563138406, + "oznu/unms": "1527397055", + "p3rco/android-pie:latest": 1588925258, + "p3rco/brave:latest": 1588990079, + "p3rco/firefox:latest": 1589465262, + "p3rco/keepassxc:latest": 1589155728, + "p3rco/lemp:latest": 1588839290, + "p3rco/openrgb:latest": 1588745378, + "pannal/kitana": 1570090019, + "patrickstigler/obs-ndi": 1634479403, + "patrickstigler/py-stocks-api": 1634680993, + "paulpoco/arch-delugevpn": 1489122000, + "paulpoco/arch-delugevpn-dev:Dev": 1562630906, + "paulpoco/arch-delugevpn-dev:dev": 1530331200, + "paulpoco/arch-flexget": 1476849600, + "paulpoco/burstcoin": 1611385640, + "pawelmalak/flame": 1623157932, + "pawelmalak/snippet-box": 1632405855, + "pducharme/plexconnect": 1, + "pducharme/unifi": 1, + "pducharme/unifi-video-controller": 1, + "pe46dro/xbackbone-docker": 1568564027, + "petersem/posterr": 1621766923, + "pglombardo/pwpush-ephemeral": 1615773769, + "pglombardo/pwpush-postgres": 1615773770, + "phasecorex/red-discordbot:full": 1565107710, + "philhawthorne/ha-dockermon": "1528170332", + "phlak/mumble:latest": 1588616386, + "phntxx/dashboard:latest": 1627315412, + "phoronix/pts": 1618876972, + "photonixapp/photonix": 1629308577, + "photoprism/photoprism": 1595297280, + "photostructure/server": 1605214291, + "photostructure/server:stable": 1630107985, + "phpipam/phpipam-cron": 1590506426, + "phpipam/phpipam-www": 1590506426, + "phpmyadmin/phpmyadmin": 1555092105, + "pihole/pihole": 1544995610, + "pihole/pihole:latest": 1536724800, + "pinion/cherrymusic": 1, + "pinion/docker-mylar": 1, + "pinion/docker-pytivo": 1, + "piratify/invitarr:latest": 1628455366, + "pitkley/netbox:latest": 1587470864, + "pldubouilh/gossa:latest": 1587470864, + "plexinc/pms-docker": 1485752400, + "plexripper/plexripper:dev": 1632582937, + "plexripper/plexripper:latest": 1632582937, + "pomerium/pomerium": 1612667216, + "portainer/portainer": 1525579200, + "portainer/portainer-ce": 1606914355, + "portainerci/portainer:2.1": 1612141640, + "postgres": 1525579200, + "postgres:10": 1636099404, + "postgres:11": 1636099404, + "postgres:12.5-alpine": 1619704958, + "privatebin/nginx-fpm-alpine": 1574294678, + "prodrigestivill/postgres-backup-local": 1613689351, + "prologic/golinks": 1584469401, + "prologic/golinks:latest": 1584505149, + "prom/prometheus": 1569355624, + "promasu/cryptpad:latest": 1605467346, + "psitrax/psitransfer:latest": 1587298053, + "ptrfrll/nv-docker-trex": 1611782547, + "pwa666/bind9:latest": 1626213790, + "qmcgaw/ddns-updater": 1628281971, + "qmcgaw/gluetun": 1627099389, + "qmcgaw/ss-server": 1627459404, + "qmcgaw/stackedit:latest": 1587283639, + "quantumobject/docker-cacti": "1518928050", + "quay.io/cmccambridge/mosquitto-unraid": 1553090602, + "quay.io/cmccambridge/ocrmypdf-auto": 1, + "quay.io/invidious/invidious": 1629374613, + "quay.io/keycloak/keycloak:latest": 1587988287, + "quay.io/oauth2-proxy/oauth2-proxy": 1599243088, + "quay.io/pusher/oauth2_proxy": 1548450071, + "quimnut/brewpi-wifi": 1453698000, + "quimnut/cloud9ide": 1453698000, + "radhifadlillah/shiori:latest": 1586772529, + "raesene/bwapp": 1621922590, + "raetha/wyzesense2mqtt": 1607037287, + "ramdockerapp/nut-server:latest": 1620576150, + "rancher/rancher:latest": 1591481245, + "rand256/valetudo-mapper": 1613481065, + "randomninjaatk/ama": 1598206108, + "randomninjaatk/ambd:amd64": 1612970663, + "randomninjaatk/amd": 1596557285, + "randomninjaatk/amtd": 1596564504, + "randomninjaatk/amvd": 1596161409, + "randomninjaatk/atd": 1633298612, + "randomninjaatk/fhdhr": 1616090572, + "randomninjaatk/lidarr-lad": 1583103992, + "randomninjaatk/locast2dvr": 1615903391, + "randomninjaatk/locast2tuner": 1618005567, + "randomninjaatk/radarr-sma": 1584050818, + "randomninjaatk/sabnzbd-extended": 1584576830, + "randomninjaatk/sonarr-sma": 1583963853, + "raymondmm/tasmoadmin": "1528149716", + "redis": 1525579200, + "redislabs/redisinsight:latest": 1634773870, + "redislabs/rejson:latest": 1634508196, + "redvex2460/autofillerweb:latest": 1633377836, + "redvex2460/discoloader": 1632341030, + "redvex2460/discorddownloadmanager:latest": 1632161024, + "redvex2460/fogproject:latest": 1632161024, + "registry": 1525579200, + "registry.gitlab.com/bockiii/deemix-docker": 1591481245, + "registry.gitlab.com/commento/commento": 1590437793, + "registry.gitlab.com/timvisee/send:latest": 1619546558, + "releases-docker.jfrog.io/jfrog/artifactory-jcr:latest": 1612465837, + "remie/youtransfer": 1612487432, + "requarks/wiki:beta": 1569370020, + "riftbit/serviio": 1611645014, + "rix1337/docker-dnscrypt": "1514387338", + "rix1337/docker-feedcrawler": 1617976969, + "rix1337/docker-google-musicmanager": 1538357676, + "rix1337/docker-gphotos-sync": 1588716439, + "rix1337/docker-jottacloud": 1, + "rix1337/docker-myjd-api": 1561666075, + "rix1337/docker-ripper": 1484283600, + "rix1337/docker-rsscrawler": "1522517740", + "rix1337/docker-rsscrawler-sponsors-helper": 1592158051, + "rix1337/docker-ssh2socks": 1448946000, + "rix1337/docker-synclounge-auto": "1513598895", + "rix1337/docker-verarbeitung": 1, + "rmoriz/openra": 1549820414, + "rmountjoy/dashmachine": 1581295802, + "rmountjoy/dashmachine:latest": 1583622406, + "robertslando/zwave2mqtt:latest": 1599768472, + "robmarkcole/deepstack-ui": 1609376858, + "rocker/rstudio": 1575068844, + "roflcoopter/viseron": 1599653294, + "rogueosb/ombi": 1461988800, + "romancin/tinymediamanager:latest": 1593662911, + "roninkenji/dropbox-docker": 1481691600, + "ronnieroller/dahuavto2mqtt:latest": 1604862492, + "ronnieroller/ddns": 1560730020, + "ronnieroller/media-roller": 1581210455, + "roundcube/roundcubemail": 1610816844, + "roxedus/conreq": 1612451554, + "roxedus/ts-dnsserver": 1580850651, + "rroemhild/mailpile": 1581361631, + "rroemhild/mailpile:latest": 1583622407, + "rssbridge/rss-bridge": 1603310967, + "ruippeixotog/google-musicmanager:dev": 1449637200, + "sameersbn/apt-cacher-ng": 1472443200, + "sameersbn/gitlab": 1, + "sameersbn/postgresql": 1, + "sameersbn/redis": 1, + "saspus/duplicacy-web": 1573024184, + "sctx/overseerr": 1607984248, + "sdesbure/T411Torznab": 1465099200, + "sdesbure/alpine-netatmo-librato": 1438056000, + "sdesbure/arch-jackett": 1447218000, + "sdesbure/domoticz": 1445313600, + "seafileltd/seafile": 1545575241, + "searx/searx:latest": 1586772528, + "searxng/searxng": 1632110618, + "securecompliance/gvm:11.0.1-r3": 1593965287, + "selexin/cleanarr": 1629605007, + "selexin/plex-library-cleaner": 1628337798, + "selfhostedpro/yacht": 1628561005, + "sgsunder/szurubooru-api": 1554246998, + "sgsunder/szurubooru-client": 1554246998, + "shaarli/shaarli:master": 1587470865, + "shadowsocks/shadowsocks-libev": 1611745663, + "shaf/munin-server": 1470110400, + "sharelatex/sharelatex": 1573823228, + "shawly/ps3netsrv": 1590106075, + "shenxn/protonmail-bridge": 1609715259, + "shinobicctv/shinobi:latest": 1610485688, + "shlinkio/shlink-web-client:latest": 1597090093, + "shlinkio/shlink:latest": 1597090092, + "shoginn/dump1090:latest": 1576775171, + "shoginn/flightaware:latest": 1577113629, + "shoginn/flightradar24:latest": 1576854379, + "shoginn/vrs:latest": 1579043492, + "shokoanime/server": 1596550082, + "shokoanime/server:daily": 1599768471, + "shouya/docker-webdav": 1625853791, + "shrmn/gsdock": 1538770058, + "signtools/ios-signer-service": 1623157933, + "signumnetwork/node:latest-h2": 1633565024, + "silverwind/droppy:latest": 1584101753, + "simsemand/chronos": 1555770380, + "sismics/docs:latest": 1587653575, + "sissbruecker/linkding": 1588709250, + "siw36/onetimesecret": 1616191361, + "siwatinc/adguard_home": 1566180468, + "siwatinc/esphomeyaml": 1546840879, + "siwatinc/h265ize_unraid": 1543500998, + "siwatinc/home_assistant_control_panel_unraid": 1542895269, + "siwatinc/home_assistant_control_panel_unraid_ab": 1543845823, + "siwatinc/homebridge_gui_unraid": 1543842245, + "siwatinc/homebridge_gui_x_unraid": 1542430869, + "siwatinc/homebridge_nogui_unraid": 1544680871, + "siwatinc/homebridge_unraid": 1542348111, + "siwatinc/nginx-pagespeed": 1549180872, + "siwatinc/phlex": 1544004124, + "siwatinc/phlex_unraid": 1542686464, + "siwatinc/ubuntu-playground": 1544706071, + "slrgde/glftpd": 1, + "smdion/docker-flexget": 1, + "smdion/docker-h5ai": 1, + "smdion/docker-keybox": 1, + "smdion/docker-upstatsboard": 1, + "snipe/snipe-it": 1599316700, + "snoopy86/desktop-dockers": 1445659200, + "snoopy86/emoncms": 1464321600, + "snoopy86/emoncms-docker": 1585066252, + "snoopy86/ffmpeg": 1603138190, + "snoopy86/flickr-uploader": 1464321600, + "snoopy86/logitechmediaserver": 1509249600, + "soana/backupsql": 1, + "soana/mythtvhb": "1482988688", + "sonarqube": 1628431051, + "sonatype/nexus3": 1622206062, + "songkong/songkong": 1559587569, + "sourcegraph/server:3.10.0": 1576347544, + "spaceinvaderone/beep_music_converter": 1626617002, + "spaceinvaderone/deconz": 1590595926, + "spaceinvaderone/explainshell": 1590595927, + "spaceinvaderone/macinabox": 1571970649, + "spaceinvaderone/shinobi_pro_unraid:latest": 1575579943, + "spaceinvaderone/vm_custom_icons": 1605532105, + "spaceinvaderone/windows11_insider": 1625868188, + "spants/dashing": 1449550800, + "spants/mqtt": 1491451200, + "sparklyballs/acestream": 1, + "sparklyballs/amule": 1, + "sparklyballs/baikal": 1, + "sparklyballs/beardrage": 1, + "sparklyballs/bright-game": 1, + "sparklyballs/comictagger": 1433649600, + "sparklyballs/couchtest": 1443153600, + "sparklyballs/daapd-server": 1436414400, + "sparklyballs/darktable": 1, + "sparklyballs/docker-postgres": 1438401600, + "sparklyballs/dokuwiki": 1433649600, + "sparklyballs/filezilla": 1, + "sparklyballs/gerrit": 1, + "sparklyballs/handbrake": 1, + "sparklyballs/headless-kodi-helix": 1, + "sparklyballs/headless-kodi-isengard": 1437537600, + "sparklyballs/jirafeau": 1, + "sparklyballs/koma": 1, + "sparklyballs/koma-isengard": 1437624000, + "sparklyballs/krusader": 1, + "sparklyballs/logstash-pfsense": 1, + "sparklyballs/lxde-libreoffice": 1, + "sparklyballs/lychee": 1, + "sparklyballs/magpie": 1, + "sparklyballs/mariadb-mywebsql": 1434081600, + "sparklyballs/mate-calibre": 1, + "sparklyballs/mate-gimp": 1, + "sparklyballs/mate-libreoffice": 1, + "sparklyballs/moviegrabber": 1, + "sparklyballs/musicbrainz": 1, + "sparklyballs/myyna": 1, + "sparklyballs/pacs": 1, + "sparklyballs/photoshow": 1, + "sparklyballs/pints": 1, + "sparklyballs/piwigo": 1, + "sparklyballs/puddletag": 1, + "sparklyballs/pydio": 1, + "sparklyballs/pynab": 1, + "sparklyballs/readerself": 1, + "sparklyballs/serviio": 1, + "sparklyballs/shotwell": 1, + "sparklyballs/shout-irc": 1, + "sparklyballs/sonerezh": 1, + "sparklyballs/sparkly-mythtv": 1433908800, + "sparklyballs/synaman": 1, + "sparklyballs/taskboard": 1, + "sparklyballs/tftp-server": 1436328000, + "sparklyballs/universal-media-server": 1, + "sparklyballs/websync": 1446177600, + "sparklyballs/xbmc-headless": 1, + "sparklyballs/yify-pop": 1, + "sparklyballs/znc": 1437537600, + "spikecodes/libreddit": 1627914737, + "spikhalskiy/zerotier": 1527825600, + "starbix/plex-ldap": 1563307684, + "starbix/synclounge:latest": 1588111700, + "stashapp/stash": 1586203724, + "statping/statping:latest": 1601410113, + "steamcache/generic": 1544995615, + "steamcache/generic:latest": 1, + "steamcache/sniproxy": 1544995616, + "steamcache/sniproxy:latest": 1, + "steamcache/steamcache-dns": 1544995616, + "steamcache/steamcache-dns:latest": 1, + "steefdebruijn/docker-roonserver": 1600574854, + "stefanknaak/prometheus-phoenixstats:latest": 1634969005, + "stjohnjohnson/smartthings-mqtt-bridge": "1530060995", + "stokkes/sstvproxy": 1599768471, + "storjlabs/storagenode:alpha": 1561651671, + "storjlabs/storagenode:beta": 1581723584, + "storjlabs/storagenode:latest": 1611428928, + "stuckless/crushftp": 1, + "stuckless/sagetv-server-java10": 1, + "stuckless/sagetv-server-java7": 1, + "stuckless/sagetv-server-java8": 1, + "stuckless/sagetv-server-java9": 1, + "sublivion/gridcoinwalletgui:latest": 1612041486, + "syncarr/syncarr": 1586450112, + "synzen/monitorss": 1613243438, + "szurubooru/client:latest": 1576508766, + "szurubooru/server:latest": 1576508766, + "tak786/trango-self-hosted:latest": 1610831246, + "taskcafe/taskcafe": 1598450966, + "tautulli/tautulli": "1522344585", + "technosoft2000/calibre-web": 1, + "telegraf:alpine": "1488244768", + "telegraf:latest": 1607655445, + "tenasi/plexannouncer": 1615509530, + "tenasi/plexannouncer:latest": 1615723385, + "terafin/mqtt-venstar-bridge": 1621130581, + "tessypowder/docker-kdenlive:latest": 1586016534, + "test/test": 1, + "testdasi/gluster-server:latest": 1618408974, + "testdasi/grafana-unraid-stack:latest": 1618588994, + "testdasi/grafana-unraid-stack:stable-amd64": 1600640132, + "testdasi/openvpn-client-aio:latest": 1618099361, + "testdasi/openvpn-client-aio:latest-amd64": 1599768473, + "testdasi/openvpn-client-aio:latest-torless": 1618099361, + "testdasi/openvpn-client-aio:stable-amd64": 1599919850, + "testdasi/openvpn-client-aio:stable-torless-amd64": 1600344466, + "testdasi/openvpn-hydesa:latest": 1618588994, + "testdasi/openvpn-hydesa:stable-amd64": 1600344466, + "testdasi/openvpn-hyrosa:latest": 1618588995, + "testdasi/openvpn-hyrosa:stable-amd64": 1600366155, + "testdasi/pihole-dot-doh:latest": 1618099361, + "testdasi/pihole-dot-doh:latest-amd64": 1599869273, + "testdasi/pihole-dot-doh:stable-amd64": 1599919851, + "testdasi/pihole-with-doh": 1598480742, + "testdasi/pihole-with-doh:latest": 1618099362, + "testdasi/pihole-with-doh:latest-amd64": 1599826078, + "testdasi/pihole-with-dot": 1598537363, + "testdasi/pihole-with-dot:latest": 1618099362, + "testdasi/pihole-with-dot:latest-amd64": 1599826078, + "testdasi/rutorrentvpn-plus-plus": 1599502370, + "testdasi/rutorrentvpn-plus-plus:latest": 1599826079, + "testdasi/simple-dns-doh": 1598616523, + "testdasi/simple-dns-doh:latest": 1618588994, + "testdasi/simple-dns-doh:latest-amd64": 1599826077, + "thedaviddelta/lingva-translate": 1631729023, + "thedaviddelta/lingva-translate:latest": 1630922610, + "thejf/antennas": 1620979381, + "theoriginalbrian/intel-gpu-telegraf": 1591272457, + "thepaperlessproject/paperless": 1578344958, + "thetarkus/beets": 1534219200, + "thetarkus/funkwhale": 1547150480, + "thetorproject/obfs4-bridge": 1622478285, + "thirtythreeforty/neolink": 1598328526, + "thomx/fr24feed-piaware": 1555351790, + "thraxis/lazylibrarian-calibre": 1484974800, + "thraxis/transmission-nzbtomedia": 1484974800, + "tiredofit/backuppc:latest": 1589227646, + "tiredofit/db-backup": 1581295804, + "tiredofit/db-backup:latest": 1583622406, + "tiredofit/freepbx:15-latest": 1585959012, + "tiredofit/freescout:latest": 1587283639, + "titpetric/netdata": 1465185600, + "tobbenb/makemkv-rdp": 1444104000, + "tobbenb/mkvtoolnix-gui": 1437883200, + "tobbenb/oscam": 1, + "tobbenb/tvheadend": 1444104000, + "tobbenb/tvheadend-stable": 1, + "tobbenb/tvheadend-unstable": 1, + "tobbenb/webgrabplusplus": 1, + "toddrob/searcharr": 1634486597, + "tombowditch/telly": "1519326784", + "tquinnelly/clamav": 1560612427, + "tquinnelly/clamav-alpine": 1562256489, + "traccar/traccar": 1570896419, + "tradeface/tuyagateway": 1611140877, + "traefik": 1544995619, + "traefik:latest": 1543935837, + "translucency/remotely": 1620051564, + "treyyoder/quakejs:latest": 1588465551, + "tronyx/docker-plpp": 1563358108, + "tronyx/plex-web": 1564330068, + "tsightler/ring-mqtt": 1630800210, + "twiddly/happypandax:latest": 1591003513, + "tynor88/rclone-mount:dev": 1474257600, + "tynor88/rclone:dev": 1474257600, + "tynor88/socat": 1472702400, + "tynor88/unoeuro-dns": 1475812800, + "typhonragewind/meshcentral": 1619035360, + "tzahi12345/youtubedl-material": 1587653576, + "uberchuckie/observium": 1540139741, + "uirel/get-iplayer": "1510843940", + "uirel/watcher": 1482987600, + "ulisses1478/bitcoinwallet-gui": 1553868098, + "ulisses1478/docker-android": 1559174970, + "ulisses1478/mongo-express": 1559167752, + "ulisses1478/shinobi": 1554429809, + "ulisses1478/teleradarr": 1607087295, + "ulisses1478/zcashwallet": 1553559504, + "vabene1111/recipes": 1603512480, + "vabene1111/recipes:latest": 1615568571, + "vaultwarden/server": 1619798558, + "vectorim/element-web:latest": 1604351565, + "vectorim/riot-web": 1583514423, + "vectorim/riot-web:latest": 1583622407, + "viktorstrate/photoview": 1613941347, + "vikunja/api:latest": 1629367418, + "vikunja/frontend:latest": 1629367418, + "vinid223/gcloud-storage-backup": 1606101044, + "voidp/mellow": 1580684937, + "volikon/lidarr": "1512529038", + "vulnerables/web-dvwa": 1621929780, + "wallabag/wallabag:latest": 1586225327, + "wbynum/qemubackup": 1575644745, + "webreaper/damselfly": 1634416856, + "wekanteam/wekan": 1554796899, + "wger/devel:latest": 1633889018, + "whatname/docker-s3sync": 1618747359, + "whyet/awtrix2": 1627212595, + "wiserain/flexget:latest": 1633831416, + "wiznote/wizserver": 1613164241, + "wordpress": 1581023199, + "wouterdebie/locast2tuner": 1629389012, + "wranglatang/bluelinky": 1584719001, + "xamindar/quassel-core": 1478494800, + "xamindar/syncthing": 1478494800, + "xibosignage/xibo-cms:1.8": 1570723513, + "xibosignage/xibo-xmr": 1570723513, + "xiovv/go-auto-yt:stable": 1575731130, + "xirixiz/dsmr-reader-docker": 1585787455, + "xternet/onlyoffice-mysql-5.7": 1575680732, + "xternet/unraid-onlyoffice-community-server": 1575400069, + "xternet/unraid-onlyoffice-community-server:19e874098bccc482ec52374d1925d51cecefee1e": 1632549803, + "xternet/unraid-onlyoffice-document-server": 1575400069, + "xternet/unraid-onlyoffice-document-server:630781cb5a7feb36db906f0e319264f36f6e8358": 1632549804, + "xternet/unraid-onlyoffice-mail-server": 1575687936, + "xthursdayx/ferdi-server-docker": 1569457365, + "xthursdayx/gpodder-docker": 1569478035, + "xthursdayx/yacreaderlibrary-server-docker": 1584732153, + "yacy/yacy_search_server:latest": 1588616387, + "yourls": 1550431854, + "yujiod/minecraft-mineos": 1, + "zabbix/zabbix-agent2:latest": 1627479970, + "zabbix/zabbix-agent:latest": 1567687171, + "zabbix/zabbix-server-mysql": 1580029565, + "zabbix/zabbix-web-nginx-mysql": 1580029565, + "zachdevtime1102/netconnmon:latest": 1631685806, + "zachrybaker/netconnmon:latest": 1631631974, + "zadam/trilium:0.43.2": 1595362108, + "zadam/trilium:0.43.3": 1596629301, + "zedeus/nitter": 1627914738, + "zugz/r8mystorj": 1544995618, + "zugz/r8mystorj:latest": "1525159259", + "zuhkov/guacamole": 1, + "zuhkov/observium": 1, + "zuhkov/paperwork": 1, + "zuhkov/wallabag": 1, + "zwavejs/zwavejs2mqtt": 1610125667, + "zyphermonkey/splunk": "1534902255", + "lscr.io/linuxserver/healthchecks": 1634990599, + "lscr.io/linuxserver/nano-wallet": 1634990599, + "lscr.io/linuxserver/paperless-ng": 1634990599, + "lscr.io/linuxserver/phpmyadmin": 1634990599, + "lscr.io/linuxserver/pidgin": 1634990599, + "lscr.io/linuxserver/pixapop": 1634990599, + "lscr.io/linuxserver/pylon": 1634990599, + "lscr.io/linuxserver/rdesktop": 1634990599, + "lscr.io/linuxserver/syslog-ng": 1634990599, + "mattermost/focalboard": 1634990600, + "linuxserver/babybuddy": 1634990600, + "okwrtdsh/anaconda3": 1634997805, + "jalle19/node-ffmpeg-mpegts-proxy": 1634997805, + "ghcr.io/guydavis/machinaris-flora": 1635019393, + "ich777/steamcmd:satisfactory": 1635285806, + "b3log/siyuan": 1635298491, + "patrickstigler/docker-fetchmail": 1635422601, + "signtools/signtools": 1635552196, + "ghcr.io/guydavis/machinaris-silicoin": 1635638608, + "knilix/ubuntu-xfce-vnc-novnc": 1635725013, + "bitnami/openldap": 1635798126, + "https://raw.githubusercontent.com/docgyver/unraid-v6-plugins/master/ssh.plg": 1635948220, + "pwa666/bacula-server:11-sqlite3-latest": 1636065289, + "https://github.com/unraid/lang-ko_KO/archive/refs/heads/main.zip": 1636070601, + "ghcr.io/vmorganp/lazytainer:master": 1636084998, + "defendore/pseudotv": 1636084998, + "registry:2": 1636099404, + "postgres:12": 1636099405, + "postgres:13": 1636099405, + "postgres:14": 1636099405, + "portainer-ce": 1636106597, + "ghcr.io/guydavis/machinaris-staicoin": 1636147250, + "ghcr.io/suwayomi/tachidesk": 1636147251, + "restic/rest-server": 1636222461, + "xternet/unraid-onlyoffice-document-server:b722d7ee269b89afabea70dce3acfdc8eca6d7e5": 1636412600, + "matthuisman/kodi-headless:Matrix": 1636455802, + "comixed/comixed:latest": 1636477411, + "ofsm/ofsm:latest": 1636484609, + "https://www.incipit.life/zfs.master.plg": 1636513416, + "rix1337/docker-ripper:manual-latest": 1636542205, + "ofsm/ofsm": 1636560150, + "lscr.io/linuxserver/emulatorjs": 1636585401, + "josh5/unmanic:latest": 1636693401, + "ghcr.io/guydavis/machinaris-cactus": 1636700604, + "ghcr.io/guydavis/machinaris-stor": 1636700604, + "goobaroo/skyfactory4": 1636844606, + "cncjs/cncjs:v1.9.22": 1636967004, + "xthursdayx/gpodder-docker:latest": 1637183020, + "getferdi/ferdi-server:latest": 1637190222, + "mrlt8/wyze-bridge": 1637291015, + "ghcr.io/guydavis/machinaris-cryptodoge": 1637291016, + "exadel/compreface:0.6.1": 1637384599, + "exadel/compreface:0.6.1-arcface-r100-gpu": 1637384600, + "revenz/fileflows": 1637427818, + "universalmediaserver/ums": 1637492599, + "goobaroo/ftboceanblock": 1637521462, + "flaresolverr/flaresolverr": 1637658218, + "evotm/evosc:latest": 1637675266, + "evotm/trackmania:latest": 1637675266, + "erikdevries/spotweb": 1637751825, + "edchamberlain/shinobi:dev": 1637766226, + "binhex/arch-readarr": 1637874226, + "bobokun/qbit_manage": 1637931829, + "adamboutcher/statping-ng": 1638075817, + "ghcr.io/guydavis/machinaris-maize": 1638111820, + "kannix/monero-full-node": 1638194064, + "lscr.io/linuxserver/openvscode-server": 1638198232, + "dineshkarthik/whatsapp-analyzer": 1638270232, + "openkm/openkm-ce:6.3.8": 1638291832, + "mayanedms/mayanedms": 1638320619, + "icedream/composerize": 1638363812, + "kylemanna/bitcoind": 1638378221, + "ghcr.io/ptrfrll/nv-docker-trex": 1638414220, + "aunefyren/plex-wrapped": 1638443023, + "logicaldoc/logicaldoc-ce": 1638464618, + "afterlogic/docker-aurora-files": 1638486269, + "afterlogic/docker-webmail-lite": 1638486269, + "afterlogic/docker-webmail-pro": 1638486269, + "standardnotes/web:stable": 1638493418, + "ghcr.io/taxel/plextraktsync:latest": 1638500614, + "goobaroo/enigmatica6": 1638500615, + "ghcr.io/guydavis/machinaris-btcgreen": 1638543825, + "faldez/tanoshi": 1638543825, + "maildev/maildev": 1638551021, + "mysteriumnetwork/myst": 1638621741, + "monitoror/monitoror": 1638637421, + "schollz/cowyo": 1638644620, + "draganczukp/simply-shorten": 1638644620, + "prologic/todo": 1638666225, + "ivaxor/shinobi:latest": 1638745409, + "ivaxor/shinobi:latest-nvidia": 1638745409, + "patrickstigler/py-stocks-api:latest": 1638817445, + "portainer/agent": 1638824673, + "ivaxor/rtcwcoop:latest": 1638824673, + "postgis/postgis": 1639055016, + "awesometic/h5ai": 1639055017, + "scumbug/docker-vorta": 1639055017, + "zpex/web-pdf-toolbox": 1639095664, + "livebook/livebook": 1639130843, + "dzhuang/tinymediamanager": 1639148623, + "kopia/kopia": 1639170214, + "drone/drone": 1639242205, + "drone/drone-runner-docker": 1639242205, + "hernandito/myfilebrowser:latest": 1639249403, + "ghcr.io/siafoundation/siad:master": 1639249405, + "justarchi/archisteamfarm": 1639249407, + "hernandito/filebrowser": 1639263808, + "f0rc3/gokapi": 1639263809, + "justarchi/archisteamfarm:latest": 1639271009, + "epoupon/fileshelter": 1639271009, + "hauxir/imgpush": 1639271009, + "gcr.io/cadvisor/cadvisor": 1639314209, + "mikolatero/vlmcsd": 1639334002, + "gerbera/gerbera": 1639393416, + "weejewel/wg-easy": 1639393417, + "gristlabs/grist": 1639426603, + "exadel/compreface:0.6.1-mobilenet-gpu": 1639443824, + "ivaxor/rtcwcoop:1.0.2": 1639458222, + "accetto/ubuntu-vnc-xfce-blender-g3": 1639479827, + "accetto/ubuntu-vnc-xfce-chromium-g3": 1639479828, + "accetto/ubuntu-vnc-xfce-firefox-g3": 1639479828, + "accetto/ubuntu-vnc-xfce-freecad-g3": 1639479828, + "accetto/ubuntu-vnc-xfce-gimp-g3": 1639479828, + "accetto/ubuntu-vnc-xfce-inkscape-g3": 1639479829, + "accetto/ubuntu-vnc-xfce-opengl-g3": 1639479829, + "scprime/scprime": 1639501424, + "aunefyren/wrapperr": 1639537419, + "jeeaaasustest/youtube-dl": 1639587841, + "eikek0/sharry": 1639674226, + "archiveteam/warrior-dockerfile": 1639695823, + "docker.elastic.co/elasticsearch/elasticsearch:7.16.1": 1639717409, + "krateng/maloja:latest": 1639753431, + "atdr.meo.ws/archiveteam/warrior-dockerfile:latest": 1639775022, + "cr.hotio.dev/hotio/qbitmanage": 1639782214, + "olprog/tmpmail": 1639875810, + "hernandito/myfilebrowser": 1640012633, + "ydkn/cups": 1640097076, + "cupcakearmy/cryptgeon": 1640351013, + "sander0542/network-manager": 1640371140, + "theconnman/docker-hub-rss": 1640437423, + "damoeb/rss-proxy": 1640437423, + "lscr.io/linuxserver/wireguard": 1640487829, + "ich777/ungoogled-chromium": 1640516620, + "https://raw.githubusercontent.com/SimonFair/Snapshots/main/snapshots.plg": 1640610214, + "marklambert/vorta": 1640624625, + "mizz141/plexanisync-mizz141": 1640697388, + "ich777/steamcmd:wreckfest": 1640775818, + "sagetvopen/sagetv-server-java8": 1640786234, + "sagetvopen/sagetv-server-java11": 1640786235, + "sagetvopen/sagetv-server-java16": 1640786235, + "ebrianne/adguard-exporter:latest": 1640821850, + "spaceinvaderone/log4j-scan:latest": 1640912634, + "spaceinvaderone/log4shell-testing-vulnerable": 1640912634, + "goobaroo/ftbskyfactory3": 1640919843, + "goobaroo/ftbskyfactory25": 1640984615, + "evanbuss/openbooks": 1641078217, + "ghcr.io/guydavis/machinaris-shibgreen": 1641229448, + "thehumanrobot/rollarr": 1641427640, + "shayaantx/botdarr": 1641427640, + "sagetvopen/opendct": 1641481465, + "markdegroot/unifi-protect-x86": 1641611113, + "filerun/filerun": 1641704611, + "ich777/openvpn-client": 1641719003, + "sagetvopen/sagetv-opendct": 1641762439, + "sagetvopen/sagetv-server-opendct-java8": 1641762440, + "sagetvopen/sagetv-server-opendct-java11": 1641762440, + "sagetvopen/sagetv-server-opendct-java16": 1641762440, + "https://raw.githubusercontent.com/ich777/unraid-coral-driver/master/coral-driver.plg": 1641769703, + "revenz/fileflows-node": 1641784117, + "josh5/steam-headless:latest": 1641820164, + "vstavrinov/acestream-service": 1641906264, + "jrottenberg/ffmpeg:4.1-nvidia": 1641906264, + "lscr.io/linuxserver/airsonic-advanced": 1641949871, + "lscr.io/linuxserver/qdirstat": 1641956634, + "traefik:2.5": 1641978222, + "https://github.com/ich777/unraid-uinput/raw/master/uinput.plg": 1642201440, + "patrickstigler/facturascripts": 1642273428, + "waschinski/photo-stream": 1642357556, + "bsyed/troddit": 1642366205, + "timstephens24/channels-dvr": 1642366205, + "nocodb/nocodb:latest": 1642424631, + "angelics/unraid-docker-tixati": 1642611829, + "grafana/grafana-image-renderer": 1642611830, + "appsmith/appsmith-ce": 1642669403, + "briis/weatherflow2mqtt:latest": 1642734240, + "benzino77/tasmocompiler": 1642868734, + "tombursch/kitchenowl": 1642868734, + "2fauth/2fauth": 1642964614, + "cieg/obs-docker": 1642981925, + "angelics/unraid-docker-javinizer": 1643015001, + "lscr.io/linuxserver/pyload-ng": 1643051001, + "tessypowder/backblaze-personal-wine": 1643094192, + "bleckbeard/hiccup": 1643130207, + "interaapps/pastefy": 1643130208, + "etherpad/etherpad": 1643159000, + "andrewpaglusch/flashpaper": 1643159000, + "traefik:2.6": 1643187800, + "hernandito/cloudcommander": 1643209417, + "dwaaan/hrconvert2-docker": 1643245399, + "webpsh/webps": 1643291868, + "crazymax/fail2ban:latest": 1643319152, + "nq00/hyperion-ng": 1643378273, + "tombursch/kitchenowl-web": 1643389407, + "mojo42/jirafeau": 1643399967, + "jhthorsen/mojopaste": 1643403816, + "patrickstigler/minimal-ics-hoster": 1643425399, + "antelle/keeweb": 1643468587, + "sclaflin/open-alpr-http-wrapper": 1643490190, + "sclaflin/plate-minder": 1643490190, + "ekzhang/rustpad": 1643490193, + "coleifer/sqlite-web": 1643490194, + "ghcr.io/guydavis/machinaris-chia-harvester": 1643504594, + "n1try/mininote": 1643511790, + "dmagyar/prusaslicer-vnc-docker": 1643572697, + "lscr.io/linuxserver/doplarr": 1643583793, + "ghcr.io/guydavis/machinaris-flax-harvester": 1643590999, + "ironsmile/euterpe": 1643634203, + "patrickstigler/quiz-game": 1643641424, + "lscr.io/linuxserver/plex-meta-manager": 1643656073, + "phitux/dailytxt": 1643663014, + "jackjoe/mailgun_logger": 1643671239, + "mikeah/prusaslicer-novnc": 1643691793, + "andreimarcu/linx-server": 1643720604, + "ich777/steamcmd:craftopia": 1643807012, + "rootgg/plik": 1643807012, + "468654/tartube": 1643807013, + "ghcr.io/guydavis/machinaris-btcgreen-harvester": 1643821526, + "ghcr.io/guydavis/machinaris-cactus-harvester": 1643828603, + "ghcr.io/guydavis/machinaris-chives-harvester": 1643843004, + "ghcr.io/guydavis/machinaris-cryptodoge-harvester": 1643843004, + "littlestache/synctube": 1643900608, + "ghcr.io/guydavis/machinaris-flora-harvester": 1643922204, + "ghcr.io/guydavis/machinaris-hddcoin-harvester": 1643922204, + "ghcr.io/guydavis/machinaris-maize-harvester": 1643922204, + "ghcr.io/guydavis/machinaris-mmx-harvester": 1643922205, + "ghcr.io/guydavis/machinaris-nchain-harvester": 1643922205, + "ghcr.io/guydavis/machinaris-shibgreen-harvester": 1643922205, + "ghcr.io/guydavis/machinaris-staicoin-harvester": 1643922206, + "ghcr.io/guydavis/machinaris-stor-harvester": 1643922206, + "ghcr.io/guydavis/machinaris-chia": 1643935756, + "ghcr.io/guydavis/machinaris-mmx": 1643935756, + "passbolt/passbolt:latest-ce": 1643935757, + "passbolt/passbolt:latest-pro": 1643935757, + "crazyq/pt_helper": 1644156674, + "brettdocker/minitodo": 1644195788, + "josh5/steam-headless:develop": 1644303798, + "https://github.com/ich777/unraid-rcon/raw/master/rcon.plg": 1644332618, + "shneezin/breitbandmessung-node": 1644354199, + "itzg/rcon": 1644368597, + "ich777/steamcmd:nomoreroominhell": 1644397404, + "imthai/pixelserv-tls": 1644414180, + "orhunp/rustypaste": 1644419004, + "sentriz/gonic": 1644426209, + "maxime1907/filegator": 1644440623, + "tloncorp/urbit": 1644442444, + "epoupon/lms": 1644447794, + "alphanecron/void:v0": 1644498200, + "ich777/steamcmd:lambdawars": 1644505402, + "tloncorp/urbit:v1.8": 1644513761, + "imthai/qbittorrent-filebot": 1644527027, + "modem7/newyearcountdown": 1644541392, + "modem7/wordle": 1644541392, + "mikeah/superslicer-novnc": 1644548590, + "audreyt/ethercalc": 1644584590, + "modem7/my-mind": 1644584590, + "hexxa/quickshare": 1644627798, + "mikeah/cura-novnc": 1644627799, + "romancin/rclonebrowser": 1644678198, + "rudloff/alltube": 1644692598, + "jvt038/metatube": 1644706998, + "lscr.io/linuxserver/budge": 1644721395, + "xavierh/react-wordle": 1644757391, + "diced/zipline:trunk": 1644778996, + "ghcr.io/dusk-labs/dim:dev": 1644843495, + "https://github.com/unraid/lang-hu_HU/archive/master.zip": 1645124611, + "revenz/fenrus": 1645340597, + "reimashi/emule": 1645614216, + "tchabaud/amule": 1645618070, + "ghcr.io/ep1cman/unifi-protect-backup:latest": 1645692491, + "picthorio/picthor-io:latest": 1645692491, + "admidio/admidio": 1645729411, + "bpatrik/pigallery2:latest-debian-buster": 1645751002, + "ghcr.io/pterodactyl/wings:latest": 1645808752, + "ghcr.io/pterodactyl/panel:latest": 1645808752, + "diygod/rsshub": 1645887791, + "paulpoco/node:v3.4.0-alpha2": 1645952596, + "https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.preclear.plg": 1645995792, + "ghcr.io/phantombot/phantombot": 1646024592, + "ghcr.io/borgbase/vorta-docker": 1646046195, + "ghcr.io/phantombot/phantombot:latest": 1646075005, + "furritos/docker-btdex:latest": 1646110999, + "redmine": 1646111000, + "ich777/steamcmd:longvinter": 1646161405, + "seafileltd/seafile:latest": 1646233421, + "x1unix/go-playground": 1646247827, + "furritos/docker-btdex:novnc-feature": 1646291003, + "filerun/filerun:latest": 1646305405, + "juchong/shapeshifter-docker": 1646313561, + "chrisashtear/zomboid-reporter-backend": 1646377404, + "chrisashtear/zomboid-reporter-frontend": 1646377404, + "chrisashtear/zomboid-reporter": 1646377405, + "chrisashtear/zomboid-reporter-nginx": 1646377405, + "avpnusr/liquidctl": 1646415790, + "lscr.io/linuxserver/kdenlive": 1646759016, + "xavierh/goaccess-for-nginxproxymanager": 1646875585, + "elastiflow/flow-collector:5.3.4": 1646917410, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.manager.plg": 1646959885, + "bubuntux/nordlynx": 1647100747, + "olprog/mocodo:latest": 1647118995, + "bpatrik/pigallery2:nightly-debian-buster": 1647126194, + "blueedge/win11react": 1647140592, + "esanchezm/prometheus-qbittorrent-exporter": 1647182471, + "https://github.com/unraid/lang-it_IT/archive/master.zip": 1647187400, + "ghcr.io/paperless-ngx/paperless-ngx": 1647194589, + "felddy/foundryvtt:release": 1647214623, + "ergoplatform/ergo": 1647214623, + "lscr.io/linuxserver/blender": 1647216193, + "ghcr.io/sytone/obsidian-remote": 1647259402, + "xhofe/alist:latest": 1647360208, + "ghcr.io/haveagitgat/tdarr": 1569485226, + "ghcr.io/haveagitgat/tdarr_node": 1612213758, + "ich777/ioquake3": 1647525816, + "jrottenberg/ffmpeg:4.2-nvidia": 1647633803, + "rclone/rclone": 1647641004, + "daledavies/jump": 1647772968, + "seafileltd": 1647820995, + "bpatrik/pigallery2": 1647820996, + "ghcr.io/gilbn/theme.park": 1647993790, + "ich777/jdupes-gui": 1648029801, + "ich777/unmined": 1648058620, + "lscr.io/linuxserver/paperless-ngx": 1648130602, + "gladysassistant/gladys:v4": 1648140267, + "openproject/community:12": 1648245803, + "ich777/steamcmd:necesse": 1648289004, + "fallenbagel/jellyseerr:latest": 1648298202, + "https://raw.githubusercontent.com/SimonFair/USB_Manager/master/usb_managerv2beta.plg": 1648375409, + "docker.elastic.co/elasticsearch/elasticsearch:7.17.1": 1648396997, + "docker:dind": 1648404194, + "mtlynch/picoshare": 1648418607, + "nefald/geysermc": 1648447400, + "banhcanh/docker-fmd2:latest": 1648634605, + "bbilly1/tubearchivist-es:latest": 1648699420, + "datamachines/jupyter_cto-unraid": 1648860587, + "datamachines/jupyter_to-unraid": 1648860587, + "ghcr.io/relvacode/storm": 1648908528, + "cr.hotio.dev/hotio/whisparr:nightly": 1648937010, + "bbilly1/tubearchivist:latest": 1648951400, + "otherguy/dropbox:1.9.0": 1648972995, + "davefurrer/discordsoundboard": 1649030609, + "lscr.io/lsiodev/gmail-order-bot": 1649268208, + "goobaroo/vaulthunters": 1649426613, + "mandarons/icloud-drive": 1649433811, + "goobaroo/createaboveandbeyond": 1649469806, + "randomninjaatk/raromprocessor": 1649599395, + "crowdsecurity/crowdsec": 1649601204, + "fbonalair/traefik-crowdsec-bouncer": 1649601204, + "beryju/authentik": 1649798215, + "johanp/webmin": 1649798215, + "soerentsch/serviio": 1649798215, + "beryju/authentik:2022.4.1": 1649822602, + "requarks/wiki": 1649837017, + "goobaroo/stoneblock2": 1649894607, + "schklom/bibliogram": 1650182595, + "ghcr.io/rickdb/plexanisync:latest": 1650276196, + "binhex/arch-overseerr": 1650290608, + "xavierniu/cloudreve": 1650535416, + "quay.io/pussthecatorg/rimgo": 1650614612, + "mrbrax/twitchautomator:master": 1650647985, + "ronivay/xen-orchestra": 1650732195, + "sailfrog/cypht-docker:latest": 1650794600, + "tomsquest/docker-radicale": 1650918409, + "ghcr.io/advplyr/audiobookshelf": 1629403424, + "andrijn/plex-ngrok": 1650945815, + "speedmon": 1650989032, + "mailserver/docker-mailserver:latest": 1651086177, + "barrycarey/speedmon": 1651097003, + "lscr.io/linuxserver/tester": 1651291402, + "lscr.io/linuxserver/fleet": 1651377796, + "lscr.io/linuxserver/nano": 1651384989, + "wolveix/satisfactory-server": 1651505600, + "th0masdb14/enet2mqtt": 1651583960, + "https://github.com/ich777/unraid-openrgb-patch/raw/master/openrgb-patch.plg": 1651651398, + "ich777/ombi": 1651680338, + "unraides/filebrowser": 1651749662, + "cadriel/fluidd": 1651759407, + "kippenhof/actual-server": 1651860201, + "nextcloud/all-in-one:latest": 1652011398, + "https://github.com/unraid/lang-da_DA/archive/master.zip": 1652025793, + "cadquery/cadquery-server": 1652191406, + "crzynik/swatch:latest": 1652213587, + "ich777/steamcmd:corekeeper": 1652306612, + "ghcr.io/analogj/scrutiny:master-omnibus": 1652429002, + "ajnart/homarr": 1652450606, + "ghcr.io/ajnart/homarr:latest": 1652486617, + "simonjenny/fastcom-mqtt": 1652533577, + "simonjenny/fastcom-mysql": 1652533577, + "goobaroo/ftbdirewolf20_118": 1652753003, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.share.floor.plg": 1652781818, + "bwalter42/jupyter_cadquery:3.1.0rc4": 1652803422, + "ich777/steamcmd:lastoasis": 1652810684, + "ich777/steamcmd:vrising": 1652810684, + "dullage/tahskr-server": 1652846600, + "tracksapp/tracks": 1652846600, + "https://github.com/marktsai0316/lang-zh_TW/archive/master.zip": 1652889811, + "xanderstrike/goplaxt": 1652958449, + "https://github.com/unraid/lang-zh_TW/archive/master.zip": 1652986819, + "mauricenino/dashdot": 1653098608, + "tinymediamanager/tinymediamanager": 1653149021, + "https://raw.githubusercontent.com/Squidly271/docker.folder/main/plugins/docker.folder.plg": 1653230387, + "ghostfolio/ghostfolio": 1653233043, + "beryju/authentik:2022.5.2": 1653357801, + "https://github.com/ich777/unraid-lxc-plugin/raw/master/lxc.plg": 1653408205, + "ghcr.io/mainsail-crew/mainsail": 1653408208, + "mbentley/timemachine": 1653486843, + "ex0nuss/remote-wake-sleep-on-lan-docker": 1653516200, + "shaneisrael/fireshare": 1653574468, + "goobaroo/allthemods7": 1653658549, + "goobaroo/sevtechages": 1653658549, + "lswl/vertex:stable": 1653658550, + "crazymax/rtorrent-rutorrent": 1653660200, + "remirigal/plex-auto-languages": 1653732199, + "fireflyiii/data-importer:latest": 1653753822, + "mzz2017/v2raya": 1653756745, + "beryju/authentik:2022.5.3": 1653910271, + "beromir/servas": 1653910278, + "tangramor/nginx-php8-fpm": 1653926612, + "ghcr.io/pterodactyl/panel": 1653933810, + "https://github.com/ich777/unraid-qnapec/raw/master/qnap-ec.plg": 1653991421, + "oznu/homebridge:ubuntu": 1654008550, + "sndxr/komf:latest": 1654099426, + "ghcr.io/recyclarr/recyclarr:latest": 1654165437, + "unraides/facturascripts": 1654193018, + "drakkan/sftpgo": 1654229010, + "wabayang/jelu": 1654293810, + "maihai/invoiceninja_v5": 1654301008, + "vilhjalmr26/agendav": 1654445014, + "bmcgonag/qux-be": 1654553008, + "bmcgonag/qux-fe": 1654553008, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.encryption.key.plg": 1654668206, + "vilhjalmr26/import_ics": 1654668209, + "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.encryption.key.plg": 1654675412, + "ratomas/all_the_mods_7": 1654679695, + "ratomas/cave-factory": 1654679695, + "ratomas/createa-b": 1654679696, + "ratomas/direwolf20": 1654679696, + "ratomas/pokehaan-craft": 1654679696, + "ratomas/rustic-waters-ii": 1654679697, + "ratomas/techopolis": 1654679697, + "goobaroo/plexiglassmountain": 1654747423, + "beryju/authentik:2022.6.2": 1654826615, + "eeacms/rsync": 1654862621, + "randomninjaatk/lidarr-extended": 1654999405, + "https://github.com/CollinHeist/TitleCardMaker": 1655045558, + "p3terx/aria2-pro": 1655045558, + "niruix/sshwifty": 1655071404, + "CollinHeist/TitleCardMaker": 1655142759, + "registry.gitlab.com/crafty-controller/crafty-4:latest": 1655146331, + "collinheist/titlecardmaker": 1655146331, + "collinheist/titlecardmaker:master": 1655150614, + "goobaroo/infinityevolved": 1655172209, + "goobaroo/pixelmon": 1655172210, + "https://github.com/unraid/lang-uk_UA/archive/main.zip": 1655237023, + "containrrr/watchtower": 1655316224, + "binhex/arch-crafty-4": 1655381026, + "devidian/spaceengineers": 1655401505, + "fithwum/minecraft:latest": 1655409811, + "fithwum/teamspeak-server:alpine": 1655417018, + "fithwum/foundry_vtt:alpine": 1655431420, + "osticket/osticket": 1655582119, + "sinusbot/docker": 1655589816, + "ironmansoftware/universal": 1655653326, + "bitr/empyrion-server": 1655748225, + "lscr.io/linuxserver/prowlarr": 1655834636, + "rustdesk/rustdesk-server": 1655842372, + "difegue/lanraragi:latest": 1655989612, + "vault": 1656500773, + "openkm/openkm-ce:latest": 1656705837, + "doitandbedone/ispyagentdvr": 1656813814, + "fithwum/teamspeak-server:basic": 1656864214, + "kizaing/kavitaemail": 1656921819, + "xavierh/external-ip": 1657231423, + "lscr.io/linuxserver/kasm": 1657296224, + "escaping/core-keeper-dedicated": 1657375417, + "ich777/lunamultiplayer-ksp": 1657447472, + "beryju/authentik:latest": 1657512277, + "ich777/steamcmd:dayz": 1657555425, + "tiltedphoques/st-reborn-server:latest": 1657656223, + "koillection/koillection": 1657677825, + "matrixdotorg/synapse": 1657677825, + "julianprieber/littlelink-custom": 1657721035, + "ich777/terrariaserver:mobile": 1657735430, + "julianprieber/littlelink-custom:latest": 1657735431, + "witnet/witnet-rust": 1657820373, + "https://raw.githubusercontent.com/SimonFair/USB_Manager/master/usb_manager.v1.plg": 1657829031, + "julianprieber/littlelink-custom:v2.7.4": 1657922625, + "yoruio/membarr": 1657925923, + "ghcr.io/guydavis/machinaris-bpx": 1658067947, + "ghcr.io/guydavis/machinaris-ecostake": 1658067947, + "ghcr.io/guydavis/machinaris-petroleum": 1658067948, + "ghcr.io/guydavis/machinaris-profit": 1658067948, + "rabbitmq:management": 1658409114, + "koush/scrypted:latest": 1658505834, + "linuxserver/openssh-server": 1658606625, + "ghcr.io/home-assistant/home-assistant": 1658671415, + "teslamate/teslamate:latest": 1658671415, + "briis/weatherflow2mqtt": 1658671415, + "teslamate/grafana": 1658779426, + "cturra/ntp": 1658786624, + "bokker/thumba:latest": 1658880219, + "timothyjmiller/cloudflare-ddns:latest": 1658927847, + "docker.kilrah.xyz/freefilesync": 1659117821, + "jlongster/actual-server": 1659132209, + "ghcr.io/whtsky/fulltextrssplz:master": 1659189808, + "kilrah/freefilesync-vnc": 1659189808, + "elleflorio/svn-server": 1659197017, + "theoriginalbrian/phvalheim-server": 1659485021, + "influxdb:1.8": 1659485021, + "felddy/weewx": 1659521023, + "apache/hop-web": 1659571423, + "ghcr.io/neilenns/ambientweather2mqtt:latest": 1659571423, + "verdaccio/verdaccio": 1659665712, + "ahmadnassri/vscode-server": 1659665712, + "shadowpanther/neosvr-headless:latest": 1659665712, + "shokoanime/server:latest": 1659686647, + "ich777/monero-gui": 1659701021, + "ich777/mycrypto": 1659701022, + "axigen/axigen": 1659765806, + "ghcr.io/siwatinc/axigen-antispam": 1659765806, + "fetzu/teslamate-abrp:latest": 1659895419, + "reallibrephotos/librephotos:latest": 1659907763, + "lscr.io/linuxserver/changedetection.io": 1659974629, + "lscr.io/linuxserver/fail2ban": 1660089827, + "vexorian/dizquetv:latest": 1660154625, + "reallibrephotos/singleton": 1660161819, + "rcdailey/nextcloud-cronjob": 1660248223, + "kilrah/nextcloud-ffmpeg": 1660248223, + "ghcr.io/autobrr/autobrr:latest": 1660334622, + "ghcr.io/tasmoadmin/tasmoadmin:latest": 1660651425, + "odoo:15": 1660656426, + "croc/unimus": 1660656427, + "thecatlady/webhook:latest": 1660656427, + "ncarlier/webhookd:latest": 1660656427, + "maxmindinc/geoipupdate": 1660701823, + "ich777/znc": 1660737826, + "crossseed/cross-seed": 1660874628, + "https://raw.githubusercontent.com/dlandon/python3/master/python3.plg": 1660925021, + "ferdium/ferdium-server:latest": 1661083411, + "randomninjaatk/radarr-extended": 1661177031, + "crowdsecurity/cloudflare-bouncer:latest": 1661180051, + "aerilym/photoprism-helper:master": 1661180051, + "https://raw.githubusercontent.com/dlandon/python2/master/python2.plg": 1661270632, + "ghcr.io/guydavis/machinaris-apple": 1661285028, + "ghcr.io/guydavis/machinaris-chinilla": 1661285028, + "ghcr.io/guydavis/machinaris-gold": 1661285028, + "ghcr.io/guydavis/machinaris-littlelambocoin": 1661285028, + "ghcr.io/guydavis/machinaris-mint": 1661285028, + "ghcr.io/guydavis/machinaris-tad": 1661285028, + "ghcr.io/guydavis/machinaris-wheat": 1661285029, + "ghcr.io/enchant97/web-portal:2": 1661601813, + "ahmadnassri/unifi-api-browser": 1661645018, + "https://raw.githubusercontent.com/ich777/unraid-aquacomputer-quadro/master/aquacomputer-quadro-hwmon.plg": 1661702620, + "jez500/bender": 1661772117, + "diamondprecisioncomputing/genea-app:latest": 1661818324, + "theoriginalbrian/roboexec": 1661825732, + "nwithan8/tauticord:latest": 1661933468, + "zadam/trilium:0.54.3": 1662063038, + "metabase/metabase:latest": 1662221019, + "eclipse-mosquitto:2": 1662275298, + "deconzcommunity/deconz:stable": 1662388709, + "randomninjaatk/sonarr-extended": 1662416167, + "mrmarble/teledock": 1662416168, + "https://github.com/ich777/unraid-it87-driver/raw/master/it87-driver.plg": 1662832689, + "codeproject/ai-server": 1663169018, + "dhruvinsh/ws-ephemeral:latest": 1663171430, + "ghcr.io/wizarrrr/wizarr": 1663422865, + "ghcr.io/benphelps/homepage:latest": 1663689834, + "ghcr.io/benphelps/homepage": 1663733010, + "jamesread/olivetin": 1663776222, + "roseatoni/foptimum:latest": 1663842410, + "blakeblackshear/frigate:stable": 1663920216, + "ghcr.io/steffo99/greed": 1663920216, + "clamav/clamav": 1663929485, + "registry.gitlab.com/luckyturtledev/docker-mjpg-streamer:latest": 1663929485, + "ghcr.io/steveharsant/pushbullet_ytdl:latest": 1663941821, + "coleman2247/pia-wg-autorenew": 1664042607, + "portainer/portainer-ee": 1664293734, + "chrizzo84/azpipeline": 1664395425, + "entree3000/qbithelper": 1664448397, + "registry.gitlab.com/hydroqc/hydroqc2mqtt:latest": 1664448397, + "chongzhijie/sudhanplayz-discord-musicbot:master": 1664448397, + "chongzhijie/sudhanplayz-discord-musicbot-v5:latest": 1664467419, + "chongzhijie/lavalink:latest": 1664473420, + "chongzhijie/sudhanplayz-discord-musicbot-master:latest": 1664473711, + "tiredofit/traefik-cloudflare-companion:latest": 1664481829, + "entree3000/qbithelparr": 1664481829, + "danielszabo99/microbin": 1664525019, + "knex666/croodle:latest": 1664553817, + "ghcr.io/elzik/mecon": 1664563232, + "chongzhijie/alltubedownload-yt-dlp": 1664647411, + "kelvinchin12070811/alltube:3.0.3": 1664762622, + "shirom/pihole-sync:latest": 1664777019, + "alexxit/go2rtc:latest": 1664833134, + "hkotel/mealie:latest": 1664899423, + "https://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/plugin/NerdTools.plg": 1665048630, + "grimsi/gameyfin:latest": 1665050620, + "unraides/filerun": 1665605024, + "ghcr.io/hay-kot/homebox:latest": 1665664385, + "mavrag/onlyoffice-nc:latest": 1665693979, + "mavrag/pihole-dot-doh:latest": 1665693979, + "fredboat/lavalink:e892afe": 1665835410, + "goobaroo/ftbinferno": 1665864212, + "80x86/typecho": 1665907406, + "chuckcharlie/cups-avahi-airprint:latest": 1666238625, + "https://raw.githubusercontent.com/dlandon/python2/master/Python2.plg": 1661270632, + "https://raw.githubusercontent.com/dlandon/python3/master/Python3.plg": 1661270632, + "figro/unraid-cloudflared-tunnel": 1666274994, + "sbs20/scanservjs": 1666555416, + "scprime/supervisor-lite": 1666677819, + "daredoes/mopidy3:latest": 1666723759, + "daredoes/netlify-ddns:latest": 1666723759, + "daredoes/snapcast": 1666723759, + "ich777/portfolio-performance": 1666742623, + "goobaroo/atm7sky": 1666821833, + "lepresidente/nginx-proxy-manager:latest": 1666886652, + "prysmaticlabs/prysm-beacon-chain": 1666915433, + "ghcr.io/alexjustesen/speedtest-tracker:latest": 1666973046, + "ntop/ntopng": 1666987428, + "figro/leon-ai": 1667023442, + "browserless/chrome": 1667037820, + "shawly/nut:edge": 1667052221, + "ich777/steamcmd:vein": 1667080051, + "pickl3s/ytsync:latest": 1667080052, + "nitnelave/lldap": 1667080052, + "goobaroo/allthemods8": 1667181826, + "cncjs/cncjs:latest": 1667210631, + "seafileltd/seafile-mc": 1667300751, + "goobaroo/stoneblock3": 1667340253, + "ratomas/all-the-mods-7-to-the-sky": 1667354642, + "devzwf/binner:latest": 1667455421, + "jwillmer/nut-influxdbv2": 1667552067, + "ich777/beamng-mp-server": 1667663797, + "tuxgasy/dolibarr": 1667663804, + "gonjat/docker-ftb-one": 1667665029, + "gonjat/docker-ftbstoneblock3": 1667665029, + "pdreker/fritz_exporter:2": 1667685818, + "ghcr.io/officelifehq/officelife-dev:main-apache": 1667725416, + "gonjat/docker-encrypted": 1667725416, + "joshgaby/tor-server": 1667736477, + "discordgsm/discord-game-server-monitor:latest": 1667747023, + "gonjat/docker-caveopolis": 1667768630, + "gonjat/docker-mechanical-mastery": 1667768630, + "dvdgiessen/nginx-rtmp-docker": 1667804630, + "lscr.io/linuxserver/mastodon": 1667905434, + "bytemark/smtp": 1667912647, + "ich777/unreal-tournament-99": 1667919847, + "zwavejs/zwave-js-ui": 1667941441, + "ich777/lancache-prefill": 1667984647, + "waaman/proxy-wol-redirect:latest": 1667999042, + "binhex/arch-goland": 1668081238, + "zggis/dobby": 1668107035, + "networkstatic/iperf3": 1668121436, + "1dev/server": 1668143030, + "ratomas/stoneblock-3": 1668186228, + "ich777/ubuntu-mirror": 1668243828, + "hlky/sd-webui:latest": 1668348524, + "binwiederhier/ntfy": 1668376198, + "loganmarchione/docker-postfixrelay:latest": 1668402229, + "lscr.io/linuxserver/feed2toot": 1668524658, + "jetbrains/youtrack:2022.3.62571": 1668769161, + "kilrah/arduinoide2-vnc": 1668942232, + "ccmpbll/cloudflare-speedtest-mqtt": 1669124804, + "ccmpbll/docker-diag-tools": 1669129446, + "ich777/steamcmd:frozenflame": 1669136645, + "excalidraw/excalidraw": 1669208647, + "libretranslate/libretranslate": 1669230244, + "ts3mb/ts3musicbot": 1669374194, + "goobaroo/rlcraft": 1669539824, + "gitlab/gitlab-ee": 1669556010, + "pickl3s/papermc": 1669556010, + "goobaroo/vaulthunters3": 1669590239, + "zggis/howler": 1669698241, + "dumplingmiku/sudhanplayz-discord-musicbot-master:latest": 1669863850, + "tubearchivist/tubearchivist:latest": 1669871046, + "gonjat/docker-ragnamod-vi": 1670094229, + "https://raw.githubusercontent.com/Commifreak/ca.backup2/master/ca.backup2.plg": 1670155687, + "https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices-beta.plg": 1670195041, + "https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices-plus-beta.plg": 1670195041, + "https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.preclear-beta.plg": 1670195041, + "ghcr.io/turbocheetah/sneedznab:master": 1670267054, + "thingsboard/tb-postgres": 1670267055, + "ghcr.io/turbocheetah/sneedznab:latest": 1670353461, + "heussd/fivefilters-full-text-rss": 1670367851, + "devzwf/pihole-dot-doh:latest": 1670396644, + "ich777/steamcmd:creativerse": 1670432652, + "https://raw.githubusercontent.com/ich777/unraid-sundtek-driver/master/sundtek-driver.plg": 1670598253, + "ich777/steamcmd:ats": 1670670230, + "ich777/steamcmd:ets2": 1670670230, + "stonith404/pingvin-share": 1670693190, + "anthonyraymond/joal:latest": 1670749430, + "ghcr.io/pushbits/server": 1670792752, + "nold360/borgserver:latest": 1670886282, + "vergoh/vnstat": 1670915074, + "ponylucky/tenda-controller": 1670964644, + "https://raw.githubusercontent.com/ich777/unraid-aquacomputer-d5next/master/aquacomputer-d5next-hwmon.plg": 1671087878, + "suika/httrack-web": 1671404647, + "emqx/emqx": 1671512642, + "goobaroo/createflavored": 1671584671, + "gcr.io/as-a-service-dev/meme": 1672154628, + "pickl3s/cloudflare-ddns": 1672154628, + "packetstream/psclient:latest": 1672254245, + "ich777/torbrowser": 1672304644, + "hascheksolutions/pictshare": 1672304645, + "chongzhijie/alltubedownload-yt-dlp:latest": 1672326250, + "meisnate12/Plex-Meta-Manager": 1672496888, + "goobaroo/ftbrevelation": 1672506242, + "goobaroo/lifeinthevillage3": 1672506243, + "postgres:15": 1672592643, + "ayufan/proxmox-backup-server:v2.3.2": 1672700646, + "goobaroo/ftbdirewolf20_119": 1672787057, + "ghcr.io/guydavis/machinaris-coffee": 1672808644, + "ghcr.io/guydavis/machinaris-greenbtc": 1672808644, + "ghcr.io/guydavis/machinaris-one": 1672808644, + "ghcr.io/guydavis/machinaris-moon": 1672880656, + "jokobsk/pi.alert": 1672902244, + "blakeblackshear/frigate:0.12.0-beta1": 1672916675, + "nvcr.io/nvidia/tensorrt:22.07-py3": 1672916675, + "blakeblackshear/frigate:0.12.0-beta1-tensorrt": 1672923894, + "netbirdio/netbird": 1672929212, + "crafty-controller/crafty-4:latest": 1672952658, + "angelics/unraid-docker-tartube": 1673002779, + "fmartinou/whats-up-docker": 1673002779, + "theimmortal/zappiti-server": 1673039367, + "blakeblackshear/frigate:0.12.0-beta2": 1673111043, + "blakeblackshear/frigate:0.12.0-beta2-tensorrt": 1673111043, + "arcadiatechnology/crafty-4": 1673118246, + "noisedash/noisedash:latest": 1673211841, + "aetaric/checkrr:latest": 1673283892, + "crowdsecurity/blocklist-mirror": 1673355871, + "wiretrustee/dashboard": 1673370280, + "netbirdio/management": 1673370281, + "netbirdio/signal": 1673370281, + "ghcr.io/blakeblackshear/frigate:0.12.0-beta3": 1673550268, + "fanman03/camviewerplus:0.0.6": 1673564663, + "goobaroo/astropolis": 1673564663, + "zigzockt/memegen": 1673809439, + "candiddev/homechart": 1673838246, + "bityard/silicon": 1673895858, + "ghcr.io/manuel-rw/jellyfin-discord-music-bot:latest": 1673966409, + "binwiederhier/ntfy:latest": 1673966409, + "ghcr.io/blakeblackshear/frigate:0.12.0-beta5": 1674119076, + "ghcr.io/go-shiori/shiori": 1674140671, + "jlongster/actual-server:latest": 1674191049, + "goobaroo/decursioprojectexpert": 1674198260, + "martabal/immich": 1674270248, + "imagegenius/immich": 1674320645, + "driveone/onedrive:latest": 1674403271, + "ghcr.io/imagegenius/amp": 1674403271, + "ghcr.io/imagegenius/duplicati": 1674403271, + "ghcr.io/imagegenius/esphome": 1674403271, + "ghcr.io/imagegenius/immich": 1674320645, + "ghcr.io/imagegenius/maintenance": 1674403271, + "ghcr.io/imagegenius/mosquitto": 1674403271, + "ghcr.io/imagegenius/obico": 1674403272, + "ghcr.io/imagegenius/phpmyadmin": 1674403272, + "ghcr.io/imagegenius/swag": 1674403272, + "ghcr.io/imagegenius/zigbee2mqtt": 1674403272, + "ghcr.io/imagegenius/immich:latest": 1674435849, + "geti2p/i2p": 1674457447, + "justinhimself/i2pplus": 1674457448, + "apache/hop:Development": 1674515041, + "figro/flood-ui": 1674536639, + "crazymax/diun:latest": 1674623047, + "timstephens24/channels-dvr:latest": 1674687857, + "ghcr.io/imagegenius/kopia": 1674731049, + "amerkurev/doku": 1674767076, + "randomninjaatk/readarr-extended": 1674774270, + "frooodle/s-pdf": 1674846256, + "https://raw.githubusercontent.com/Squidly271/docker.patch/master/plugins/docker.patch.plg": 1674950037, + "https://raw.githubusercontent.com/Squidly271/docker.patch/main/plugins/docker.patch.plg": 1674952669, + "ghcr.io/imagegenius/minio": 1674975839, + "codeberg.org/forgejo/forgejo:1.18": 1675155853, + "\n tigerblue77/dell_idrac_fan_controller\n ": 1675155858, + "tigerblue77/dell_idrac_fan_controller": 1675177465, + "onething1/wxedge": 1675256697, + "whyour/qinglong": 1675263887, + "ghcr.io/blakeblackshear/frigate:0.12.0-beta6": 1675285471, + "ghcr.io/blakeblackshear/frigate:0.12.0-beta7": 1675328720, + "signumnetwork/node:3.5.3-h2": 1675393456, + "nightscout/cgm-remote-monitor:latest": 1675436661, + "jlesage/jmkvpropedit": 1675544650, + "jlesage/video-duplicate-finder": 1675544650, + "https://raw.githubusercontent.com/ich777/unraid-radeontop/master/radeontop.plg": 1675602239, + "technitium/dns-server": 1675724655, + "https://github.com/ich777/unraid-r8152-driver/raw/master/r8152-driver.plg": 1675796663, + "https://raw.githubusercontent.com/ich777/unraid-r8152-driver/master/r8152-driver.plg": 1675798995, + "selfhosters/unRAID-CA-templates": 1675883063, + "https://raw.githubusercontent.com/ich777/unraid-r8152-driver/master/unraid-r8152.plg": 1675885918, + "jacobsmile/tmodloader1.4:latest": 1675885920, + "freakern/welle.io": 1675971580, + "goobaroo/legendoftheeyes": 1675998253, + "immybot/remotely": 1676012645, + "lscr.io/linuxserver/your_spotify": 1676063056, + "ghcr.io/blakeblackshear/frigate:0.12.0-beta8": 1676156640, + "figro/ory-kratos": 1676430477, + "https://raw.githubusercontent.com/ich777/intel-gpu-top/master/intel-gpu-top.plg": 1676473698, + "ghcr.io/guydavis/machinaris-ballcoin": 1676588874, + "ghcr.io/guydavis/machinaris-gigahorse": 1676588874, + "ghcr.io/guydavis/machinaris-pipscoin": 1676588875, + "caseyscarborough/qbittorrent-exporter": 1676646474, + "ghcr.io/borgmatic-collective/borgmatic": 1676660881, + "mplogas/laac:latest": 1676728953, + "ngosang/deluge-exporter": 1676747275, + "msroest/sabnzbd_exporter": 1676776073, + "codetheweb/muse": 1676783261, + "simojenki/bonob": 1676826470, + "cr.hotio.dev/hotio/prowlarr": 1676840869, + "lscr.io/linuxserver/pairdrop": 1676891280, + "bbernhard/signal-cli-rest-api:0.64": 1677166285, + "pepaondrugs/playitgg-docker": 1677166285, + "ghcr.io/vogler/free-games-claimer": 1677166286, + "brockbreacher/join-bot": 1677342003, + "spaceinvaderone/retronas_inabox:latest": 1677352087, + "pikatsuto/chibisafe": 1677583487, + "ghcr.io/paperless-ngx/tika:latest": 1677596687, + "https://raw.githubusercontent.com/SimonFair/IPMI-unRAID/master/plugin/ipmi.plg": 1677618268, + "https://raw.githubusercontent.com/SimonFair/NUT-unRAID/master/plugin/nut.plg": 1677618268, + "gotenberg/gotenberg": 1677690269, + "wupasscat/continentbot": 1677733454, + "stevenrafferty/unraid-vm-cp": 1677759568, + "mastiffmushroom/trackerautologin": 1677843326, + "mattheworres/emoncms": 1677843327, + "mauricenino/dashdot:latest": 1677971048, + "ghcr.io/imagegenius/ai-chat-app": 1677992645, + "medaziz11/uptimekuma_restapi": 1678064649, + "ghcr.io/blakeblackshear/frigate:0.12.0-beta9": 1678107861, + "spaceinvaderone/win98_inabox:latest": 1678237461, + "redis/redis-stack-server": 1678309465, + "ich777/steamcmd:ohds": 1678374318, + "datpat/offcloudbrid": 1678550481, + "mgoodings/patbrid": 1678550481, + "datpat/patbridnoaria": 1678550481, + "terratrax/nextcloud-multimedia:latest": 1678554244, + "theshulk/teslacam-browser": 1678554796, + "datpat/premiumizearr": 1678561448, + "kezzkezz/belabox": 1678656846, + "balzack/databag": 1678989874, + "pyguy/timelite": 1679011472, + "luigi311/jellyplex-watched:latest": 1679138057, + "friendlyfriend/prometheus-immich-exporter:latest": 1679138057, + "devinsolutions/osticket": 1679138057, + "lscr.io/linuxserver/chromium": 1679184267, + "ghcr.io/nichobi/sponsorblockcast:latest": 1679220247, + "ghcr.io/blakeblackshear/frigate:0.12.0-beta10": 1679256258, + "ghcr.io/bitfocus/companion/companion:latest": 1679328306, + "fithwum/minecraft:1.19.4": 1679335475, + "inrix/floatplane-downloader": 1679484804, + "keeper/automator": 1679493908, + "bplein/mbpfan": 1679522664, + "fithwum/minecraft-fabric:1.19.3": 1679587503, + "ghcr.io/blakeblackshear/frigate:0.12.0-rc1": 1679745861, + "https://raw.githubusercontent.com/dkaser/unraid-tailscale/main/plugins/tailscale.plg": 1679835522, + "rdavidoff/twitch-channel-points-miner-v2": 1679835522, + "https://raw.githubusercontent.com/dkaser/unraid-tailscale/main/plugin/tailscale.plg": 1679839477, + "ghcr.io/imagegenius/jenkins": 1679889874, + "https://raw.githubusercontent.com/giganode/corsairpsu-unraid/master/corsairpsu.plg": 1679959725, + "https://raw.githubusercontent.com/zhtengw/unraid-i915-sriov/master/i915-sriov.plg": 1679959725, + "ghcr.io/kiwix/kiwix-serve": 1680019488, + "ghcr.io/nsarrazin/serge": 1680138719, + "ghcr.io/deiucanta/chatpad:latest": 1680138719, + "corentinth/it-tools": 1680138719, + "laromicas/romvault": 1680171296, + "holaflenain/stable-diffusion:latest": 1680213872, + "ghcr.io/floppy/van_dam:latest": 1680221072, + "aschmelyun/subvert": 1680365058, + "ghcr.io/seriousm4x/upsnap:3": 1680439128, + "ghcr.io/blakeblackshear/frigate:0.12.0-rc2": 1680451455, + "jmztaylor/cups-canon": 1680458657, + "nodedogconsulting/cups-canon": 1680465869, + "neosmemo/memos:latest": 1680518501, + "ghcr.io/jmbannon/ytdl-sub:latest": 1680537877, + "towfiqi/serpbear:latest": 1680588268, + "kroese/virtual-dsm:latest": 1680660265, + "lscr.io/linuxserver/github-desktop": 1680717871, + "lscr.io/linuxserver/gitqlient": 1680717871, + "lscr.io/linuxserver/mullvad-browser": 1680717871, + "lscr.io/linuxserver/vscodium": 1680717872, + "ich777/microsoft-edge": 1680717872, + "goobaroo/ftbskies": 1680912259, + "ghcr.io/almarklein/timetagger": 1680969857, + "https://raw.githubusercontent.com/SimonFair/unraid-lcd/master/lcd_manager.plg": 1680969857, + "kimai/kimai2:apache": 1680977056, + "ghcr.io/blakeblackshear/frigate:stable": 1663920216, + "easychen/cookiecloud": 1681128262, + "https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.plg": 1681142676, + "signumnetwork/node:pre_release_version_here-h2": 1681157074, + "signumnetwork/node:pre_release_version_here-mariadb": 1681157074, + "devzwf/libretuya-esphome:2023.4.1": 1681157074, + "johannesjo/super-productivity:latest": 1681171675, + "traggo/server:latest": 1681171676, + "signumnetwork/node:latest-maria": 1681185862, + "calcom/cal.com:latest": 1681265094, + "signumnetwork/node:3.7.0-beta9": 1681272278, + "xwiki:lts-mysql-tomcat": 1681272278, + "maptiler/tileserver-gl": 1681309518, + "dietermartens/uvdesk:latest": 1681309518, + "docker.umami.dev/umami-software/umami:postgresql-latest": 1681358657, + "ghcr.io/imagegenius/semaphore": 1681488281, + "https://raw.githubusercontent.com/olehj/disklocation/devel/disklocation-devel.plg": 1681596258, + "hkotel/mealie:omni-nightly": 1681646655, + "mauriceo/viewtube": 1681711459, + "lscr.io/linuxserver/opera": 1681871581, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.factory.reset.plg": 1681871581, + "braintobytes/obsidian-remote": 1681934677, + "fredboat/lavalink:latest": 1681999492, + "collinwebdesigns/fastapi-dls": 1682031256, + "jordanroher/starbase-80": 1682100275, + "lscr.io/linuxserver/lollypop": 1682208260, + "lscr.io/linuxserver/webcord": 1682208261, + "lscr.io/linuxserver/wps-office": 1682208261, + "spx01/blocky": 1682294677, + "ich777/steamcmd:astroneer": 1682417079, + "codeproject/ai-server:gpu": 1682417080, + "https://raw.githubusercontent.com/SimonFair/gpustat-unraid/master/gpustat.plg": 1682445878, + "onerahmet/openai-whisper-asr-webservice": 1682517889, + "josh5/tvh-iptv:latest": 1682669075, + "ghcr.io/toeverything/affine-self-hosted:latest": 1682690681, + "twingate/connector:latest": 1682712272, + "cloudflare/cloudflared:latest": 1682719469, + "ghcr.io/codex-team/codex.docs": 1683302675, + "baudneo/nginx-proxy-manager:latest": 1683317093, + "lepresidente/nginx-proxy-manager:dev": 1683367459, + "dullage/flatnotes:latest": 1683374661, + "dullage/flatnotes": 1683381857, + "baserow/baserow": 1683389055, + "pufferpanel/pufferpanel": 1683468931, + "mazzolino/tiddlywiki": 1683489860, + "sergree/matchering-web": 1683497061, + "linkstackorg/linkstack:unraid": 1683497061, + "mikeah/orcaslicer-novnc": 1683849872, + "answerdev/answer": 1683849873, + "lukevella/rallly:latest": 1683864262, + "misskey/misskey": 1684029861, + "ghcr.io/huginn/huginn": 1573427255, + "lukehagar/pocketbase": 1684065863, + "dhovin/docker-pritunl": 1684142681, + "dhovin/unraid_pihole_unbound": 1684142681, + "jlesage/freefilesync": 1684245896, + "andrewmhub/transmission-tracker-add": 1684245897, + "uroni/urbackup-server:latest": 1684245898, + "uroni/urbackup-server": 1684253086, + "dhovin/pihole_unbound": 1684260273, + "jgeusebroek/spotweb": 1684414723, + "timberio/vector:latest-alpine": 1684452765, + "ghcr.io/imagegenius/paperless-ngx": 1684505073, + "jlesage/tixati": 1684548270, + "lscr.io/linuxserver/hishtory-server": 1684584259, + "swingmusic": 1684713868, + "ich777/rustdesk-server-aio": 1684865080, + "martadinata666/beatbump:git": 1684893916, + "daredoes/airsnap": 1684893917, + "snuffydev/beatbump:latest": 1684958680, + "mrcas/kapowarr:latest": 1684987471, + "thecodeinsight/snapcrescent": 1685037199, + "zggis/plex-tvtime": 1685052280, + "casbin/casdoor:latest": 1685073861, + "ghcr.io/libretiny-eu/libretiny-esphome-docker:latest": 1685239502, + "vstavrinov/acestream-engine": 1685793863, + "olprog/ygg": 1685822667, + "filerun/filerun:7.4": 1686254677, + "dmitriy/broadlink-mqtt": 1686470665, + "mpcdigitize/rradio": 1686513871, + "ghcr.io/serge-chat/serge": 1686585919, + "goobaroo/ftbintegration": 1686701082, + "https://raw.githubusercontent.com/SimonFair/tasmotapm-unraid/main/tasmotapm.plg": 1686960300, + "mcjoppy/promtail-syslog": 1687053585, + "goobaroo/dawncraft": 1687219481, + "goobaroo/allthemods9": 1687313079, + "goobaroo/createreflavored": 1687529089, + "ich777/steamcmd:sonsoftheforest": 1687550679, + "ghcr.io/home-assistant-libs/python-matter-server:stable": 1687622673, + "dock.mau.dev/maubot/maubot:latest": 1687644271, + "ghostfolio/ghostfolio:1.282.0": 1687694671, + "nethermind/nethermind": 1687874696, + "snapcrescent/snapcrescent": 1687902034, + "owntracks/recorder": 1687902034, + "f0rc3/barcodebuddy:latest": 1687939490, + "goobaroo/mechanicalmastery": 1687997081, + "https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.safe.mode.plg": 1688033090, + "ghcr.io/aeharding/wefwef:latest": 1688224758, + "hashicorp/vault": 1688270679, + "QuantumEntangledAndy/neolink": 1688349887, + "myoung34/github-runner:latest": 1688415019, + "https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/master/unraid-r8125.plg": 1688479262, + "https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8125.plg": 1688486687, + "https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8152.plg": 1688498828, + "fascinated/sharex-php-uploader:latest": 1688498829, + "https://raw.githubusercontent.com/dlandon/active.directory/master/active.directory.plg": 1688745897, + "criscrafter/jmusicbot:latest": 1688755660, + "cribl/cribl:latest": 1688755660, + "chocobozzz/peertube:production-bullseye": 1688931570, + "lscr.io/linuxserver/flexget": 1688940281, + "romancin/bliss": 1689041096, + "bokker/unraidapi-re": 1689177912, + "mouton99/nzbget-ng": 1689186911, + "ghcr.io/home-assistant/home-assistant:stable": 1689192305, + "ich777/steamcmd:subsistence": 1689192306, + "https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8168.plg": 1689264305, + "mayadata/fio": 1689271502, + "bokker/unraidapi-re:6.12": 1689537882, + "axllent/mailpit": 1689703489, + "automaticrippingmachine/automatic-ripping-machine": 1689739477, + "ghcr.io/aeharding/voyager:latest": 1689789896, + "ich777/steamcmd:icarus": 1689847488, + "gitea/act_runner:latest": 1689964837, + "woodpeckerci/woodpecker-agent:latest": 1689964837, + "woodpeckerci/woodpecker-server:latest": 1689964837, + "muerorg/muer": 1689969878, + "stevenlgtm/slash:latest": 1690049070, + "automaticrippingmachine/automatic-ripping-machine:latest": 1690164278, + "phalcode/gamevault-backend:latest": 1690229087, + "ghcr.io/ignisda/ryot:latest": 1690229087, + "matrixconduit/matrix-conduit:latest": 1690301125, + "greycubesgav/cryptomator-webdav": 1690325096, + "vexorian/dizquetv": 1690358690, + "ghcr.io/fletchto99/nicotine-plus-docker:latest": 1690358691, + "docuseal/docuseal": 1690409085, + "douwjacobs/plex-shuffler": 1690466699, + "https://github.com/greycubesgav/unraid-templates/raw/main/davfs2//davfs2.plg": 1690574698, + "https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg": 1690644440, + "tabbyml/tabby": 1690697094, + "rix1337/docker-budgeteer:latest": 1690725875, + "ghcr.io/candiddev/homechart:latest": 1691114692, + "psono/psono-server": 1691159940, + "skrashevich/double-take:v1.13.10": 1691159940, + "azukaar/cosmos-server": 1691165089, + "davisdre/littlelink": 1691165089, + "continuumio/anaconda3": 1691409912, + "lscr.io/linuxserver/kavita": 1691451424, + "lscr.io/linuxserver/steamos": 1691451424, + "pierrezemb/gostatic": 1691481911, + "muxelmann/anaconda3:default": 1691489114, + "lscr.io/linuxserver/kimai": 1691677074, + "jetbrains/youtrack:2023.1.17582": 1691751505, + "ghcr.io/esphome/esphome:stable": 1691886814, + "ghcr.io/autobrr/omegabrr:latest": 1691886819, + "ghcr.io/aleksilassila/reiverr:latest": 1691886824, + "ghcr.io/aleksilassila/reiverr": 1691886826, + "fancybits/channels-dvr:tve": 1691964278, + "fancybits/channels-dvr:nvidia": 1691964278, + "muxelmann/anaconda3": 1691993076, + "passivelemon/zoraxy-docker:latest": 1692057893, + "skrashevich/double-take:v1.13.11": 1692144296, + "ghcr.io/seriousm4x/upsnap:4": 1692317099, + "m0ngr31/openra:release": 1692403492, + "ghcr.io/hotio/autoscan": 1692497083, + "ghcr.io/hotio/bazarr": 1692497083, + "ghcr.io/hotio/caddy": 1692497084, + "ghcr.io/hotio/cloudflareddns": 1692497084, + "ghcr.io/hotio/doplarr": 1692497084, + "ghcr.io/hotio/duplicacy": 1692497084, + "ghcr.io/hotio/jackett": 1692497084, + "ghcr.io/hotio/jellyfin": 1692497084, + "ghcr.io/hotio/lidarr": 1692497085, + "ghcr.io/hotio/nzbget": 1692497085, + "ghcr.io/hotio/nzbhydra2": 1692497085, + "ghcr.io/hotio/overseerr": 1692497085, + "ghcr.io/hotio/plex": 1692497085, + "ghcr.io/hotio/prowlarr": 1692497085, + "ghcr.io/hotio/qbitmanage": 1692497085, + "ghcr.io/hotio/qbittorrent": 1692497086, + "ghcr.io/hotio/qflood": 1692497086, + "ghcr.io/hotio/radarr": 1692497086, + "ghcr.io/hotio/readarr:nightly": 1692497086, + "ghcr.io/hotio/rflood": 1692497086, + "ghcr.io/hotio/sabnzbd": 1692497086, + "ghcr.io/hotio/sonarr": 1692497087, + "ghcr.io/hotio/stash": 1692497087, + "ghcr.io/hotio/tautulli": 1692497087, + "ghcr.io/hotio/trackarr": 1692497087, + "ghcr.io/hotio/unpackerr": 1692497087, + "ghcr.io/hotio/whisparr:nightly": 1692497087, + "ghcr.io/hotio/jellyseerr": 1692518671, + "daredoes/mympd:latest": 1692813909, + "daredoes/mopidy3:stable": 1692842700, + "jbtronics/part-db1:latest": 1693098054, + "portainer/k2d:1.0.0-alpha": 1693141154, + "cyfershepard/jellystat": 1693141155, + "ghcr.io/sarendsen/replex:latest": 1693141155, + "hudik/hoodik:latest": 1693141155, + "ghcr.io/edgar971/open-chat-cuda:v1.0.0": 1693141155, + "ghcr.io/arabcoders/watchstate": 1693141156, + "ghcr.io/diced/zipline:latest": 1693141156, + "ich777/steamcmd:stormworks": 1693159508, + "ghcr.io/sarendsen/replex": 1693209937, + "ich777/steamcmd:lifyo": 1693332320, + "fithwum/minecraft-fabric:1.20.1": 1693339554, + "fithwum/minecraft:1.20.1": 1693404321, + "ghcr.io/fastenhealth/fasten-onprem:main": 1693454685, + "skrashevich/double-take:v1.13.11.2": 1693476308, + "bitlessbyte/prowlarr": 1693485451, + "linuxserver/emulatorjs:latest": 1693485451, + "samuel19982/podfetch:latest": 1693485451, + "fireflyiii/core": 1693485918, + "ghcr.io/edgar971/open-chat-cuda:v1.0.3": 1693533896, + "ghcr.io/edgar971/open-chat-cpu:v1.0.3": 1693533896, + "ghcr.io/edgar971/open-chat-cuda:v1.0.4": 1693627472, + "ghcr.io/edgar971/open-chat-cpu:v1.0.4": 1693627472, + "cloudnas/clouddrive2": 1693706696, + "cookiecodedev/rika2mqtt": 1693746915, + "https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg": 1693746915, + "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-2.8.0.plg": 1693822307, + "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg": 1693851679, + "skrashevich/double-take:v1.13.11.3": 1693870190, + "evilalmus/docker_apache_php:latest": 1693944301, + "ghcr.io/edgar971/open-chat-cuda:v1.0.6": 1693973104, + "ghcr.io/edgar971/open-chat-cpu:v1.0.6": 1693973104, + "lscr.io/linuxserver/unifi-network-application": 1694009099, + "jorenn92/maintainerr:latest": 1694023495, + "mmcc73/whosatmyfeeder": 1694030713, + "formbricks/formbricks": 1694117156, + "senexcrenshaw/streammaster:latest": 1694267098, + "activepieces/activepieces:0.8.0": 1694477144, + "https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg": 1694477144, + "activepieces/activepieces:latest": 1694527516, + "kodcloud/kodbox:latest": 1694534710, + "openproject/community:13": 1694721941, + "xavierh/mariohtml5": 1694916336, + "ghcr.io/xompage/ngpost": 1694954314, + "ghcr.io/mdhiggins/plexautoskip-docker": 1694954314, + "https://raw.githubusercontent.com/EideardVMR/unraid-easybackup/main/easybackup.plg": 1694955727, + "lscr.io/linuxserver/series-troxide": 1695175544, + "m0ngr31/genmon": 1695240344, + "slskd/slskd:latest": 1695319549, + "harness/gitness:latest": 1695420339, + "privoce/vocechat-server:latest": 1695420339, + "ghcr.io/xompage/nyuu": 1695420339, + "ghcr.io/muety/wakapi:latest": 1695470726, + "portainer/k2d:1.0.0-beta": 1695758784, + "asparon/obs-ndi": 1696012137, + "localtonet/localtonet": 1696012137, + "ich777/steamcmd:cs2": 1696061126, + "sadeghhayeri/green-tunnel": 1696097137, + "rogerfar/rdtclient:latest": 1696291543, + "ghcr.io/caramelfur/picsur:latest": 1696428383, + "skrashevich/double-take:v1.13.11.4": 1696536360, + "ghcr.io/gethomepage/homepage:latest": 1696550758, + "binhex/arch-rustrover": 1696589348, + "mtrogman/regrabarr:latest": 1696589348, + "dbgate/dbgate:latest": 1696589349, + "binhex/arch-appnamelower": 1696593950, + "hussainalhaddad/spoofdpi": 1696608366, + "victoriametrics/victoria-metrics:stable": 1696637145, + "devedse/develancacheui_backend:latest": 1696689991, + "devedse/develancacheui_frontend": 1696689991, + "frooodle/s-pdf:alpha": 1696723526, + "seanap/auto-m4b": 1696752323, + "ayufan/proxmox-backup-server:latest": 1696781139, + "ghcr.io/donkie/spoolman:latest": 1696845951, + "ghcr.io/wubbl0rz/image-amd64-fiat-champ": 1696867561, + "ghcr.io/themepark-dev/theme.park": 1697061941, + "ich777/debian-bookworm": 1697097944, + "gitea/act_runner": 1697389574, + "mcr.microsoft.com/mssql/server:2017-latest": 1697389574, + "jvmilazz0/kavita": 1697486763, + "jvmilazz0/kavitaemail": 1697486763, + "mcr.microsoft.com/mssql/server:2022-latest": 1697501148, + "justinhimself/i2pd": 1697508348, + "vdsm/virtual-dsm:latest": 1697738750, + "ich777/steamcmd:thefront": 1697789142, + "ghcr.io/nightmeer/apachephp8:latest": 1697894656, + "outlinewiki/outline:latest": 1698041131, + "ghcr.io/mealie-recipes/mealie:nightly": 1698055538, + "https://raw.githubusercontent.com/dixtdf/taglib/master/plugins/taglib.plg": 1698503882, + "docker.seadrive.org/seafileltd/seafile-pro-mc:latest": 1698503882, + "nylonee/watchlistarr": 1698516347, + "furritos/go-spacemesh:latest": 1698645946, + "11notes/unifi:7.5.187": 1698717980, + "skrashevich/double-take:v1.13.11.5": 1698941179, + "ghcr.io/jmbannon/ytdl-sub-gui:latest": 1699034764, + "cubebackup/cubebackup": 1699055063, + "cubebackup/cube365": 1699055063, + "11notes/unifi:7.5.187-unraid": 1699383960, + "goobaroo/ftbdirewolf20_120": 1699398354, + "ollama/ollama": 1699405552, + "nicklucche/stable-diffusion": 1699405552, + "fithwum/minecraft-fabric:1.20.2": 1699477563, + "fithwum/minecraft:1.20.2": 1699492014, + "actualbudget/actual-server": 1699528373, + "fithwum/minecraft-fabric:latest": 1699571157, + "devzwf/juicepass2mqtt:latest": 1699628755, + "bellamy/wallos:latest": 1699643152, + "thewicklowwolf/lidatube:latest": 1699715134, + "ollamawebui/ollama-webui": 1699716982, + "https://github.com/EldonMcGuinness/UnraidDriveStandbyMonitor/raw/master/DriveStandbyMonitor.plg": 1699716982, + "infotrend/openai_webui-unraid:latest": 1699716989, + "bbergle/mkv-language-remover:latest": 1699716989, + "noah231515/receipt-wrangler:latest": 1699716994, + "ollamawebui/ollama-webui:latest": 1699716998, + "goobaroo/nomifactoryceu": 1699729540, + "bbergle/mkv-language-remover:dev": 1699736738, + "questdb/questdb": 1699823157, + "ghcr.io/nightmeer/wireguardclient:latest": 1699859148, + "ghcr.io/snicker/juicepassproxy:latest": 1699974361, + "ich777/steamcmd:asa": 1700321386, + "goobaroo/ftbgenesis": 1700321411, + "hansolo97/unraid_kitchenowl": 1700321412, + "devzwf/iventoy:latest": 1700321416, + "skrashevich/double-take:v1.13.11.7": 1700321419, + "ghcr.io/syncyomi/syncyomi:latest": 1700321420, + "budibase/budibase": 1700321420, + "ziggyds/iventoy": 1700321420, + "ghcr.io/toverainc/willow-application-server": 1700321420, + "newptools/ptools:latest": 1700321420, + "goobaroo/roguelikead2": 1700413540, + "ghcr.io/ivanfioravanti/chatbot-ollama:main": 1700413540, + "lobehub/lobe-chat": 1700413540, + "ghcr.io/lodestone-team/lodestone_core": 1700413541, + "skrashevich/double-take:v1.13.11.8": 1700456760, + "ghcr.io/ollama-webui/ollama-webui:main": 1700507206, + "ghcr.io/cross-seed/cross-seed:latest": 1700576882, + "https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent20.plg": 1700610073, + "https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent21.plg": 1700610073, + "https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent22.plg": 1700610073, + "jlesage/crashplan-enterprise": 1700701555, + "jlesage/firefox-esr": 1700701555, + "jlesage/thunderbird": 1700701555, + "ghcr.io/arabcoders/ytptube": 1700931947, + "grafana/mimir": 1700996744, + "lscr.io/linuxserver/bambustudio": 1701003946, + "lscr.io/linuxserver/cura": 1701003947, + "lscr.io/linuxserver/orcaslicer": 1701003947, + "friendlyfriend/prometheus-immich-exporter": 1701111971, + "louislam/dockge:1": 1701119171, + "lscr.io/linuxserver/faster-whisper": 1701299164, + "lscr.io/linuxserver/piper": 1701349582, + "futrlabsmagic/comfyui-magic": 1701450410, + "ngosang/amule": 1701457571, + "vexdev/amarr:latest": 1701464783, + "coolasice1999/tmmcliv4": 1702166342, + "lscr.io/linuxserver/altus": 1702166343, + "lscr.io/linuxserver/calligra": 1702166343, + "lscr.io/linuxserver/ferdium": 1702166344, + "lscr.io/linuxserver/freecad": 1702166344, + "lscr.io/linuxserver/gimp": 1702166345, + "lscr.io/linuxserver/inkscape": 1702166345, + "lscr.io/linuxserver/kicad": 1702166345, + "lscr.io/linuxserver/krita": 1702166346, + "lscr.io/linuxserver/mediaelch": 1702166346, + "smallcloud/refact_self_hosting": 1702166392, + "goobaroo/ftbone": 1702166394, + "nwithan8/plex_prerolls:latest": 1702166408, + "thrnz/docker-wireguard-pia": 1702166411, + "mtrogman/grabarr:latest": 1702166413, + "insertdisc/pattrmm": 1702171193, + "infotrend/ctpo-jupyter-cuda_tensorflow_pytorch_opencv-unraid": 1702171668, + "infotrend/ctpo-jupyter-tensorflow_pytorch_opencv-unraid": 1702171668, + "ghcr.io/jnbarlow/monero-nodeboard:main": 1702171669, + "timoschlueter/nightscout-librelink-up": 1702206335, + "mattwebbio/orbital-sync": 1702225076, + "https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.beta.plg": 1702299956, + "jlesage/mkv-muxing-batch-gui": 1702386353, + "https://mcr.microsoft.com/en-us/product/dotnet/aspnet": 1702400763, + "athou/commafeed:latest": 1702746338, + "ghcr.io/chrizzo84/bambustats": 1702796735, + "goobaroo/ftbunstable120": 1702955177, + "zurdi15/romm": 1703035021, + "mtrogman/harassarr:latest": 1703099179, + "shizunge/endlessh-go": 1703178347, + "surrealdb/surrealdb:latest": 1703243156, + "falconchristmas/fpp:latest": 1703430355, + "ghcr.io/matt8707/ha-fusion": 1703519852, + "aceberg/exercisediary": 1703876748, + "bstottle42/python_base": 1703938784, + "rhasspy/wyoming-openwakeword": 1704085529, + "zurdi15/romm:latest": 1704099935, + "productiveops/dokemon:latest": 1704135955, + "ghcr.io/remvze/moodist:latest": 1704200740, + "productiveops/dokemon-agent:latest": 1704215147, + "wasimaster/13ft": 1704387956, + "phalcode/gamevault-backend": 1704445544, + "prom/alertmanager:latest": 1704445544, + "feramance/qbitrr": 1704445544, + "mbbsemu": 1704531936, + "registry.phospher.com/mbbsemu:latest": 1704575142, + "thomst08/requestrr:latest": 1704618337, + "ghcr.io/hargata/lubelogger:latest": 1704740758, + "odoo:17": 1704783950, + "https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg": 1705014233, + "ghcr.io/linkwarden/linkwarden:latest": 1705014247, + "keshavdv/unifi-cam-proxy:dev": 1705014251, + "oblakstudio/redisinsight:latest": 1705014252, + "jellyfin/jellyfin:latest": 1705014256, + "shuaiscott/zap2xml": 1705014256, + "onlyoffice/mailserver": 1705057556, + "mysql:5.7": 1705057556, + "ghcr.io/dexidp/dex:latest": 1705079158, + "mtrogman/managarr:latest": 1705093556, + "evershop/evershop:latest": 1705122353, + "0netx/bw-export": 1705345561, + "dockurr/windows": 1705359948, + "rdavidoff/twitch-channel-points-miner-v2:latest": 1705604762, + "ich777/steamcmd:palworld": 1705669563, + "zoeyvid/npmplus": 1705691164, + "josh5/tvh-iptv-config:latest": 1705741557, + "cbcrowe/pihole-unbound:latest": 1705886629, + "phasecorex/red-discordbot": 1705886630, + "disbedan015/nadekobotv4": 1705886630, + "ghcr.io/danny-avila/librechat-dev:latest": 1705886630, + "ghcr.io/toniebox-reverse-engineering/teddycloud:latest": 1705914355, + "lscr.io/linuxserver/monica": 1705935967, + "waterboy1602/addarr": 1705964763, + "caomingjun/warp": 1705993554, + "cryptpad/cryptpad:version-5.6.0": 1706036763, + "grafana/loki:master": 1706144744, + "mxpv/podsync": 1706324732, + "ghcr.io/danielbrendel/hortusfox-web:latest": 1706389559, + "ghcr.io/eugeny/tabby-web:latest": 1706389559, + "ccmpbll/prometheus-docker": 1706396738, + "nodiaque/steamcmd:enshrouded": 1706490381, + "nocturno/hyper-hdr:latest": 1706490381, + "nicolargo/glances:latest": 1706555164, + "https://raw.githubusercontent.com/dkaser/unraid-tailscale/preview/plugin/tailscale-preview.plg": 1706591141, + "nzbgetcom/nzbget": 1706591142, + "lscr.io/linuxserver/shotcut": 1706749565, + "portainer/portainer-ce:latest": 1706792773, + "portainer/agent:latest": 1706799950, + "nzbgetcom/nzbget:latest": 1706864767, + "https://stable.dl.unraid.net/unraid-api/dynamix.unraid.net.plg": 1707003748, + "lscr.io/linuxserver/zotero": 1707006472, + "baldissaramatheus/tasks.md": 1707023142, + "nodiaque/steamcmd:enshrouded_proton": 1707073625, + "knex666/clipy:latest": 1707174377, + "ghcr.io/vogler/free-games-claimer:main": 1707231965, + "digrouz/joal": 1707231965, + "ghcr.io/bravohotel91/ipfspodcastnode:latest": 1707361578, + "tensorchord/pgvecto-rs:pg16-v0.1.12": 1707397564, + "tensorchord/pgvecto-rs:pg16-v0.1.11": 1707419161, + "lscr.io/linuxserver/speedtest-tracker": 1707476755, + "ghcr.io/munkireport/munkireport-php:latest": 1707569838, + "https://raw.githubusercontent.com/rezo552/unraid-ltfs/main/unraid-ltfs.plg": 1707569838, + "dgongut/docker-controller-bot": 1707569841, + "gitlab-registry.phospher.com:5050/brianmiller/mbbsemu:latest": 1707600908, + "ghcr.io/hotio/readarr:latest": 1605361474, + "ghcr.io/hotio/whisparr:latest": 1648937010, + "vikunja/vikunja:latest": 1707701719, + "jcoker85/goldeneyesourceserver": 1707701719, + "jcoker85/sunkenland": 1707701719, + "jcoker85/swordsnmagicandstuff": 1707701719, + "ghcr.io/hotio/base:alpinevpn": 1707735955, + "zefhemel/silverbullet": 1707764774, + "mikeah/chitubox-novnc": 1707879971, + "alfhou/hammond": 1707959182, + "https://raw.githubusercontent.com/Squidly271/docker.patch2/main/plugins/docker.patch2.plg": 1708193167, + "ghcr.io/music-assistant/server:latest": 1708275951, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/dcflachs/compose_plugin/main/compose.manager.plg": 1708283174, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/dcflachs/kata.runtime/master/plugins/kata.runtime.plg": 1708283174, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/dcflachs/swapfile_plugin/master/swapfile.plg": 1708283174, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/b3rs3rk/gpustat-unraid/master/gpustat.plg": 1708283174, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/GuildDarts/unraid-plugin-docker.folder/master/plugins/docker.folder.plg": 1708283174, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/SimonFair/gpustat-unraid/master/gpustat.plg": 1708283175, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/SimonFair/IPMI-unRAID/master/plugin/ipmi.plg": 1708283175, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/SimonFair/NUT-unRAID/master/plugin/nut.plg": 1708283175, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/SimonFair/tasmotapm-unraid/main/tasmotapm.plg": 1708283175, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/main/zfs.master.plg": 1708283175, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/plugin/NerdTools.plg": 1708283175, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/Commifreak/ca.backup2/master/ca.backup2.plg": 1708283176, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/dkaser/unraid-tailscale/main/plugin/tailscale.plg": 1708283176, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/dkaser/unraid-tailscale/preview/plugin/tailscale-preview.plg": 1708283176, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/giganode/corsairpsu-unraid/master/corsairpsu.plg": 1708283176, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://github.com/greycubesgav/unraid-templates/raw/main/davfs2//davfs2.plg": 1708283176, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://github.com/EldonMcGuinness/UnraidDriveStandbyMonitor/raw/master/DriveStandbyMonitor.plg": 1708283176, + "\nWarning: PHP Startup: libvirt: Unable to initialize module\nModule compiled with module API=20220829\nPHP compiled with module API=20230831\nThese options need to match\n in Unknown on line 0\nhttps://raw.githubusercontent.com/rezo552/unraid-ltfs/main/unraid-ltfs.plg": 1708283176, + "https://raw.githubusercontent.com/Terebi42/unraid-asustor-pfd/main/unraid-asustorpfd.plg": 1708353409, + "https://github.com/giganode/unraid-i915-sriov/raw/master/i915-sriov.plg": 1708369542, + "rlabinc/pihole-unbound:latest": 1708376746, + "laromicas/datoso": 1708578349, + "binhex/arch-flaresolverr": 1708614371, + "ghcr.io/freeskier93/apcupsd2influx2.x:latest": 1708794346, + "ampache/ampache": 1708945550, + "https://raw.githubusercontent.com/desertwitch/LLDP-unRAID/main/plugin/ulldpd.plg": 1708952754, + "ghcr.io/plankanban/planka": 1709003162, + "siteinspector/siteinspector": 1709003162, + "ghcr.io/sasakaranovic/openfancontroller:release": 1709175534, + "prosthetichead/printbed": 1709204828, + "tensorchord/pgvecto-rs:pg16-v0.2.0": 1709262437, + "lowess/internetarchive": 1709413010, + "lowess/pomerium-proxy": 1709413010, + "lowess/yasha": 1709413011, + "pomerium/verify": 1709413011, + "joeygennari/goatcounter": 1709413011, + "quay.io/redlib/redlib:latest": 1709535935, + "tensorchord/pgvecto-rs:pg16-v0.2.1": 1709816755, + "ghcr.io/hotio/requestrr:latest": 1709888743, + "aronmarinelli/bitwarden-secure-sync:latest": 1709999011, + "keglin/pinchflat:latest": 1709999012, + "pcjones/umlautadaptarr": 1709999012, + "https://raw.githubusercontent.com/SimonFair/WOLforServices/master/WOL4Services.plg": 1710078917, + "fdmmonster/fdm-monster:1.6.1-sqlite": 1710091080, + "public.ecr.aws/zinclabs/openobserve:latest": 1710187583, + "registry.phospher.com/brianmiller/mbbsemu:latest": 1710187588, + "postgres:alpine": 1710374872, + "zurdi15/romm:2.3.1": 1710403562, + "ghcr.io/jwolvers/imgburn-wine-container:main-ubuntu22": 1710461236, + "chibisafe/chibisafe:latest": 1710640986, + "ghcr.io/convos-chat/convos:stable": 1710640991, + "ghcr.io/gchq/cyberchef:latest": 1710640996, + "amruthpillai/reactive-resume:client-3.8.4": 1710641000, + "amruthpillai/reactive-resume:server-3.8.4": 1710641005, + "exadel/compreface:1.2.0": 1710641010, + "exadel/compreface:1.2.0-mobilenet-gpu": 1710641015, + "skrashevich/double-take:latest": 1710641021, + "stefanknaak/mail2slack:latest": 1710641026, + "linuxserver/duckdns": 1710641031, + "https://raw.githubusercontent.com/desertwitch/DVM-unRAID/main/plugin/dwdvm.plg": 1710749149, + "crazymax/ftpgrab:latest": 1710792357, + "alexscifier/neonlink:latest": 1710792363, + "yourselfhosted/slash:latest": 1710792368, + "ich777/proxy-server": 1710842764, + "ghcr.io/suwayomi/tachidesk:preview": 1711159624, + "ghcr.io/jovandeginste/workout-tracker:master": 1711166761, + "ghcr.io/kieraneglin/pinchflat:latest": 1711325166, + "nebn/unraid-simple-monitoring-api:latest": 1711408567, + "ghcr.io/nebn/unraid-simple-monitoring-api:latest": 1711408567, + "goniszewski/grimoire:latest": 1711757157, + "spectado/pocketbase:0.19.2": 1711757162, + "gbendy/sonarrtorss": 1711900989, + "foxxmd/tautulli-notification-digest": 1712174769, + "ghcr.io/browserless/chrome": 1712174775, + "redis/redisinsight:latest": 1712174780, + "ghcr.io/browserless/chromium": 1712225147, + "cryptpad/cryptpad:version-5.7.0": 1712268369, + "codeberg.org/readeck/readeck:latest": 1712268374, + "ghcr.io/cabernetwork/cabernet:latest": 1712289980, + "https://github.com/fuzzy01/autotweak/releases/latest/download/autotweak.plg": 1712325975, + "lscr.io/linuxserver/obsidian": 1712441159, + "charmcli/soft-serve:latest": 1712477150, + "zavy86/wikidocs": 1712628469, + "charmcli/charm:latest": 1712650049, + "caddy:2-alpine": 1712700368, + "drazzilb08/daps": 1712705333, + "ghcr.io/sbondco/watcharr:latest": 1712793231, + "https://github.com/jbrodriguez/controlr/releases/latest/download/controlr.plg": 1712851576, + "lscr.io/linuxserver/ardour": 1712880376, + "lscr.io/linuxserver/freetube": 1712880379, + "lscr.io/linuxserver/keepassxc": 1712880381, + "lscr.io/linuxserver/librewolf": 1712880386, + "resilio/sync": 1712959569, + "ghcr.io/matrix-org/sliding-sync:latest": 1712968163, + "ballaswag/guppyflo:latest": 1712968165, + "b2un0/silabs-multipan-docker": 1713060390, + "registry.phospher.com/brianmiller/doorway:latest": 1713074789, + "ghcr.io/kilvoctu/aiyabot:latest": 1713225409, + "dock.mau.dev/mautrix/signal:latest": 1713261967, + "ghcr.io/charmbracelet/vhs:latest": 1713310537, + "jokobsk/netalertx": 1713313915, + "pwa666/bacula-server:13-sqlite3-latest": 1713477966, + "mintplexlabs/anythingllm:latest": 1713665159, + "ghcr.io/open-webui/open-webui:main": 1713665164, + "ghcr.io/enricoros/big-agi:latest": 1713679576, + "localai/localai": 1713679581, + "lscr.io/linuxserver/kometa": 1713866770, + "catalinbertadev/panko-gpt:latest": 1714090948, + "stayintarkov/stayintarkov:latest": 1714090953, + "https://raw.githubusercontent.com/dlandon/cache_dirs/master/dynamix.cache.dirs.plg": 1714090964, + "kometateam/kometa": 1714090991, + "ghcr.io/fscorrupt/docker-posterizarr": 1714090996, + "ghcr.io/fluidd-core/fluidd": 1714091002, + "ghcr.io/sillytavern/sillytavern:staging": 1714091005, + "lscr.io/linuxserver/msedge": 1714111550, + "lscr.io/linuxserver/spotube": 1714226763, + "https://raw.githubusercontent.com/dlandon/cache_dirs/master/dlandon.cache.dirs.plg": 1714226768, + "linaspurinis/mdblistarr:latest": 1714334766, + "https://raw.githubusercontent.com/desertwitch/SnapRAID-on-unRAID/main/plugin/dwsnap.plg": 1714399585, + "ghcr.io/androidseb25/igotify-notification-assist:latest": 1714521786, + "lissy93/web-check": 1714572361, + "homebridge/homebridge:ubuntu": 1714586762, + "fdmmonster/fdm-monster:1.6.2-sqlite": 1714860356, + "mumblevoip/mumble-server:latest": 1714917957, + "opensearchproject/opensearch:2": 1715076374, + "openvpn/openvpn-as": 1715097974, + "ghcr.io/netbymatt/ws4kp": 1715112382, + "ghcr.io/ggerganov/llama.cpp": 1715126774, + "ghcr.io/chevereto/chevereto": 1715191571, + "ghcr.io/gramps-project/grampsweb": 1715198774, + "dtjs48jkt/webtrees": 1715198779, + "ich777/steamcmd:abioticfactor": 1715277973, + "ghcr.io/bigboot/autokuma": 1715292375, + "rmcrackan/libation:latest": 1715292379, + "markcaudill/terraform-http-backend:1.0.3": 1715292384, + "davidewiest/reader": 1715299578, + "ghcr.io/fuzzygrim/yamtrack": 1715299584, + "lscr.io/linuxserver/ffmpeg": 1715342765, + "netbirdio/dashboard": 1715357172, + "getmeili/meilisearch:latest": 1715457523, + "ntebis/octoeverywhere_bambulab": 1715457528, + "petersem/exportarr": 1715609177, + "petersem/monocker": 1715609180, + "ghcr.io/mohamedbassem/hoarder-web:release": 1715638574, + "ghcr.io/mohamedbassem/hoarder-workers:release": 1715638579, + "ghcr.io/mohamedbassem/hoarder-web:latest": 1715774790, + "ghcr.io/mohamedbassem/hoarder-workers:latest": 1715774795, + "spaceinvaderone/auto_slack_pack:latest": 1715789205, + "ich777/steamcmd:terratechworlds": 1716055559, + "ghcr.io/hoarder-app/hoarder-web:latest": 1716156416, + "ghcr.io/hoarder-app/hoarder-workers:latest": 1716156422, + "zerealfu/fass": 1716163622, + "binhex/arch-gonic": 1716300444, + "ghcr.io/beccazero/prusa-connect-rtsp": 1716314831, + "ghcr.io/hoarder-app/hoarder-web:release": 1716666602, + "ghcr.io/hoarder-app/hoarder-workers:release": 1716666607, + "livekit/livekit-server": 1716666631, + "brandawg93/peanut": 1716666633, + "openproject/openproject:14.1.0": 1716666638, + "ghcr.io/hywax/mafl": 1716746759, + "ghcr.io/pierre-emmanuelj/iptv-proxy/iptv-proxy": 1716761158, + "fyb3roptik/threadfin": 1716761160, + "ghcr.io/chrisbenincasa/tunarr": 1717113968, + "redimp/otterwiki:latest": 1717185987, + "gollumwiki/gollum:master": 1717193166, + "https://raw.githubusercontent.com/desertwitch/iotop-c-unRAID/main/plugin/dwiotopc.plg": 1717257941, + "ghcr.io/rxflex/kubek-minecraft-dashboard:main": 1717344361, + "ghcr.io/rxflex/kubek-minecraft-dashboard:latest": 1717437985, + "https://github.com/ich777/unraid-replication/raw/master/unraid-replication.plg": 1717524371, + "mikenye/adsbexchange": 1717640001, + "mikenye/piaware": 1717640006, + "mikenye/fr24feed": 1717640011, + "mikenye/readsb-protobuf": 1717640016, + "goobaroo/atm9sky": 1717640022, + "darthsim/imgproxy:latest": 1717697303, + "binhex/arch-nicotineplus": 1717796117, + "discord-bot": 1717859096, + "https://raw.githubusercontent.com/Squidly271/Wxwork-sample/main/Wxwork-sample/wxwork-sample.plg": 1717859591, + "https://raw.githubusercontent.com/Squidly271/Wxwork-sample/main/wxwork-sample.plg": 1717861364, + "glanceapp/glance": 1717978004, + "tailscale/tailscale:stable": 1718057181, + "ghcr.io/beccazero/prusa-connect-rtsp:main": 1718064383, + "ghcr.io/chrisbenincasa/tunarr:edge": 1718064388, + "rotki/rotki": 1718186787, + "ich777/steamcmd:soulmask": 1718301995, + "https://raw.githubusercontent.com/desertwitch/memtester-unRAID/main/plugin/dwmemtester.plg": 1718352365, + "https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8126.plg": 1718366782, + "localai/localai:latest-cpu": 1718474784, + "simplexchat/smp-server": 1718561180, + "simplexchat/xftp-server": 1718561185, + "goolashe/automatic1111-sd-webui": 1718661996, + "thewicklowwolf/bookbounty:latest": 1718669180, + "ghcr.io/sysadminsmedia/homebox:latest": 1718813205, + "germannewsmaker/myspeed": 1718820375, + "https://github.com/ich777/unraid-ugreenleds-driver/raw/master/ugreenleds-driver.plg": 1718870815, + "https://raw.githubusercontent.com/desertwitch/nwipe-unRAID/main/plugin/dwnwipe.plg": 1719000388, + "ich777/readarr": 1719043566, + "blackfireweb/rolemaster-era-server": 1719273958, + "rbrandstaedter/solarflow-control": 1719273963, + "ghcr.io/schaka/janitorr:latest": 1719273966, + "wardpearce/materialious:latest": 1719273971, + "ghcr.io/manyfold3d/manyfold:latest": 1719273974, + "docker.io/jc21/nginx-proxy-manager": 1719547577, + "binhex/arch-fleet": 1719921995, + "mosswill/isaiah:latest": 1719957986, + "binhex/arch-webstorm": 1720008391, + "ghcr.io/schaka/janitorr:native": 1720015595, + "https://github.com/ich777/unraid-hailort-driver/raw/master/hailort-driver.plg": 1720029990, + "soulteary/cronicle:latest": 1720073171, + "https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent23.plg": 1720166771, + "https://raw.githubusercontent.com/Peuuuur-Noel/unraid-web-push-notification/master/plugin/web-push-notification.plg": 1720280506, + "waffle22/pushnote:latest": 1720296372, + "kometateam/imagemaid:develop": 1720649185, + "ghcr.io/huggingface/text-generation-inference:latest": 1720678096, + "ghcr.io/raunot/plex-rewind:main": 1721059600, + "ipfs/kubo:latest": 1721210790, + "aceberg/watchyourlan": 1721210793, + "https://raw.githubusercontent.com/R3yn4ld/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 1721347661, + "donkevlar/bookshelf-traveller": 1721347662, + "getmeili/meilisearch:1.9.0": 1721354780, + "lscr.io/linuxserver/kali-linux": 1721419596, + "imthai/opencanary": 1721419597, + "getmeili/meilisearch:v1.9.0": 1721513191, + "docmost/docmost:latest": 1721534787, + "svenstaro/miniserve:alpine": 1721563575, + "ghcr.io/ggerganov/llama.cpp:server": 1721585182, + "ghcr.io/lostb1t/replex": 1721642786, + "ghcr.io/mah-thingies/arr-tools/main:latest": 1721642790, + "your-dockerhub-username/edition-manager": 1721671695, + "entree3000/edition-manager": 1721757993, + "https://raw.githubusercontent.com/SimonFair/USB_Manager_USBIP_addon/main/usb_manager_usbip_addon.plg": 1721765209, + "devzwf/mimosa:latest": 1721765210, + "1337server/automatic-ripping-machine:latest": 1721779586, + "lscr.io/linuxserver/manyfold": 1721815587, + "crocodilestick/calibre-web-automated:latest": 1721880379, + "henrygd/beszel:latest": 1721937984, + "henrygd/beszel-agent:latest": 1721937987, + "lscr.io/linuxserver/rustdesk": 1721952524, + "lscr.io/linuxserver/ungoogled-chromium": 1721952530, + "https://raw.githubusercontent.com/desertwitch/tldr-unRAID/main/plugin/dwtldr.plg": 1721981187, + "richy1989/meshcentral": 1722161204, + "ghcr.io/gilbn/geoip2influx": 1593893304, + "l4rm4nd/vouchervault:1.1.x": 1722225977, + "ghcr.io/moleculekayak/fertilizer:latest": 1722622011, + "mikejmcguire/hass-actronque-amd64": 1722860388, + "pergolafabio/hikvision-doorbell": 1722860392, + "l4rm4nd/vouchervault:1.5.x": 1722860397, + "dgongut/wakebot": 1722860403, + "l4rm4nd/vouchervault:1.4.x": 1722860409, + "fancybits/channels-dvr:latest": 1722860414, + "waazaafr/rdiff-backup-rdiffweb:latest": 1722874005, + "ghcr.io/l4stidi0t/arr-tools/main:latest": 1722881203, + "waazaafr/arr-calendar-notifier:latest": 1722925116, + "nandyalu/trailarr:latest": 1722925121, + "waazaafr/gotify-send:latest": 1722946001, + "richy1989/mumble-server:latest": 1722960432, + "waazaafr/librespeed:latest": 1722967606, + "getontime/ontime": 1723068406, + "ghcr.io/toeverything/affine-graphql:stable": 1723234046, + "waazaafr/turing-smart-screen:latest": 1723320432, + "ghcr.io/imagegenius/teslacamplayer": 1723370787, + "ghcr.io/schaka/janitorr:native-stable": 1723385177, + "imthai/iqbit": 1723471614, + "stonith404/pocket-id:latest": 1723500423, + "ghcr.io/invoke-ai/invokeai:latest": 1723615592, + "postgres:16": 1723666012, + "ghcr.io/windmill-labs/windmill:main": 1723673197, + "waazaafr/proxy-wol-redirect:latest": 1723817189, + "triliumnext/notes:latest": 1723867605, + "triliumnext/notes:v0.90.3": 1724120187, + "tensorchord/pgvecto-rs:pg14-v0.3.0": 1724120192, + "tensorchord/pgvecto-rs:pg15-v0.3.0": 1724120198, + "tensorchord/pgvecto-rs:pg16-v0.3.0": 1724120203, + "postgres:15-alpine": 1724120208, + "ghcr.io/divyam234/teldrive:latest": 1724120213, + "ghcr.io/divyam234/postgres:16-alpine": 1724120216, + "valkey/valkey:7-alpine": 1724120221, + "valkey/valkey:8-alpine": 1724120223, + "REPONAME": 1724120224, + "ghcr.io/raunot/plex-rewind:latest": 1724220404, + "ghcr.io/idmedia/hass-unraid:latest": 1724458012, + "ghcr.io/engels74/tgraph-bot:latest": 1724458025, + "garethgeorge/backrest:latest": 1724458032, + "datpat/handbrakeamd:rocm6": 1724601995, + "a1ex4/ownfoil": 1724652385, + "zocker160/handbrake-nvenc:latest": 1724659591, + "jlesage/sharry": 1724724743, + "assaro/ddbot:latest": 1724738792, + "patrickstigler/youtube-transcript-to-article": 1724782016, + "ghcr.io/actualbudget/actual-server:latest-alpine": 1724875623, + "fazalfarhan01/earnapp:latest": 1724875627, + "mysteriumnetwork/myst:latest-alpine": 1724875633, + "iproyal/pawns-cli:latest": 1724875636, + "ghcr.io/lissy93/web-check:latest": 1724875638, + "couchdb:2": 1724882814, + "couchdb:3": 1724882819, + "apache/tika:latest-full": 1724882823, + "ghcr.io/dragonflydb/dragonfly:latest": 1724882828, + "gotenberg/gotenberg:8": 1724882832, + "ghcr.io/varun-raj/immich-power-tools:latest": 1724882837, + "eqalpha/keydb:alpine": 1724882841, + "mitmproxy/mitmproxy:latest": 1724882843, + "apache/tika:latest": 1724890000, + "eqalpha/keydb:latest": 1724890005, + "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/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, + "twentycrm/twenty-postgres:latest": 1724962009, + "twentycrm/twenty:latest": 1724962014, + "valkey/valkey:8.0-alpine": 1724962019, + "https://github.com/jbrodriguez/controlrd/releases/latest/download/controlrd.plg": 1724969210, + "elstensoftware/bliss": 1725005216, + "datpat/ffmpeg:latest": 1725113198, + "ghcr.io/hoarder-app/hoarder:release": 1725156401, + "jlesage/xfburn": 1725156407, + "datpat/ffmpeg:new": 1725213113, + "mmartial/comfyui-nvidia-docker": 1725295567, + "rommapp/romm:latest": 1725295573, + "cardanocommunity/cardano-node": 1725295578, + "flowiseai/flowise": 1725295583, + "ghcr.io/c4illin/convertx:latest": 1725300383, + "ghcr.io/akashrajpurohit/git-sync:latest": 1725300388, + "ghcr.io/immich-app/immich-machine-learning:release": 1725300390, + "ghcr.io/immich-app/immich-server:release": 1725300395, + "matomo:apache": 1725300401, + "ghcr.io/maybe-finance/maybe:latest": 1725300406, + "ghcr.io/dani-garcia/vaultwarden:latest-alpine": 1725300416, + "bropat/eufy-security-ws": 1725300420, +} diff --git a/log.txt b/log.txt index 8297869d1..359cc30b1 100755 --- a/log.txt +++ b/log.txt @@ -1,4401 +1 @@ -Downloading Repositories Downloading https://raw.githubusercontent.com/Squidly271/Community-Applications-Moderators/master/Repositories.json attempt 1... -Downloading Moderation Downloading https://raw.githubusercontent.com/Squidly271/Community-Applications-Moderators/master/Moderation.json attempt 1... -Downloading repository blacklist -Downloading en_US language Pack Downloading https://github.com/unraid/lang-en_US/archive/master.zip attempt 1... -Downloading Spotlighted apps Downloading https://raw.githubusercontent.com/Squidly271/Community-Applications-Moderators/master/Recommended.json attempt 1... -Downloading Featured apps Downloading https://raw.githubusercontent.com/Squidly271/Community-Applications-Moderators/master/Featured.json attempt 1... - - -Downloading martial's Repository: https://github.com/mmartial/unraid-templates -> /tmp/appFeed/templates/martialsRepository Attempt 1...https://github.com/mmartial/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/martialsRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/martialsRepository/templates/ComfyUI-Nvidia-Docker.xml...Success - - -Downloading arcanesada's Repository: https://github.com/rommapp/unraid-templates -> /tmp/appFeed/templates/arcanesadasRepository Attempt 1...https://github.com/rommapp/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/arcanesadasRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/arcanesadasRepository/rommapp/romm.xml...Success - - -Downloading cobb's Repository: https://github.com/Cobbert/unraid-templates -> /tmp/appFeed/templates/cobbsRepository Attempt 1...https://github.com/Cobbert/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/cobbsRepository/cardano-node/Cardano-Node.xml...Success -Processing /tmp/appFeed/templates/cobbsRepository/manjaro-mirror/manjaro-mirror.xml...Removed from CA - - -Downloading Cyberschorsch's Repository: https://github.com/Cyberschorsch/unraid-templates -> /tmp/appFeed/templates/CyberschorschsRepository Attempt 1...https://github.com/Cyberschorsch/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/CyberschorschsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/CyberschorschsRepository/templates/flowise.xml...Success - - -Downloading Schaka's Repository: https://github.com/Schaka/unraid-templates -> /tmp/appFeed/templates/SchakasRepository Attempt 1...https://github.com/Schaka/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SchakasRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/SchakasRepository/janitorr.xml...Success - - -Downloading ThatGuyOrlando's Repository: https://github.com/lando786/unraid-templates -> /tmp/appFeed/templates/ThatGuyOrlandosRepository Attempt 1...https://github.com/lando786/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ThatGuyOrlandosRepository/ca_profile.xml...Failed -Failed loading XML -Processing /tmp/appFeed/templates/ThatGuyOrlandosRepository/triliumnext/triliumnext.xml...Success - - -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 -Processing /tmp/appFeed/templates/whallinsRepository/whallin/borgmatic.xml...Success -Processing /tmp/appFeed/templates/whallinsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/whallinsRepository/whallin/clickhouse24.xml...Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/deprecated/cloudflared.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/containernursery.xml...Removed from CA -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 -Processing /tmp/appFeed/templates/whallinsRepository/whallin/earnapp.xml...Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/feishin.xml...Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/ghostfolio.xml...Removed from CA -Processing /tmp/appFeed/templates/whallinsRepository/whallin/git-sync.xml...Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/gotenberg8.xml...Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/deprecated/home-assistant.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/deprecated/homepage.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/honeygain.xml...Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/immich-machine-learning.xml...Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/immich-power-tools.xml...Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/immich-server.xml...Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/deprecated/jellyfin.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/keydb.xml...Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/deprecated/linkwarden.xml... ***DEPRECATED BY REPO PATH*** Removed from CA -Processing /tmp/appFeed/templates/whallinsRepository/whallin/maloja.xml...Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/matomo.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...Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/npmplus.xml...Success -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/paperless-ngx.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...... Removed From CA by moderation -Removed from CA -Processing /tmp/appFeed/templates/whallinsRepository/whallin/deprecated/postgres15.xml... ***DEPRECATED BY REPO PATH*** 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/deprecated/syncthing.xml... ***DEPRECATED BY REPO PATH*** 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/twenty-postgres15.xml...Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/twenty-server.xml...Success -Processing /tmp/appFeed/templates/whallinsRepository/whallin/twenty-worker.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/vaultwarden.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 - - -Downloading blue.lamp3445's Repository: https://github.com/kclif9/Unraid_Templates -> /tmp/appFeed/templates/blue.lamp3445sRepository Attempt 1...https://github.com/kclif9/Unraid_Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/blue.lamp3445sRepository/HassActronIntegration/HassActronIntegration.xml...Success -Processing /tmp/appFeed/templates/blue.lamp3445sRepository/HikvisionDoorbell/HikvisionDoorbell.xml...Success - - -Downloading waazaa's Repository: https://github.com/waazaa-fr/unraid-templates -> /tmp/appFeed/templates/waazaasRepository Attempt 1...https://github.com/waazaa-fr/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/waazaasRepository/my-gotify-send.xml...Success -Processing /tmp/appFeed/templates/waazaasRepository/my-librespeed.xml...Success -Processing /tmp/appFeed/templates/waazaasRepository/my-proxy-wol-redirect.xml...Success -Processing /tmp/appFeed/templates/waazaasRepository/my-rdiff-backup-rdiffweb.xml...Success -Processing /tmp/appFeed/templates/waazaasRepository/my-turing-smart-screen.xml...Success - - -Downloading gxs' Repository: https://github.com/bpivk/unraid-templates -> /tmp/appFeed/templates/gxsRepository Attempt 1...https://github.com/bpivk/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/gxsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/gxsRepository/keila/keila.xml...Failed -Failed loading XML - - -Downloading LVRT's Repository: https://github.com/l4rm4nd/unraid-templates -> /tmp/appFeed/templates/LVRTsRepository Attempt 1...https://github.com/l4rm4nd/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/LVRTsRepository/vouchervault/vouchervault.xml...Success - - -Downloading dgongut's Repository: https://github.com/dgongut/UnRAID-Templates -> /tmp/appFeed/templates/dgongutsRepository Attempt 1...https://github.com/dgongut/UnRAID-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/dgongutsRepository/Docker-Controller-Bot/docker-controller-bot.xml...Success -Processing /tmp/appFeed/templates/dgongutsRepository/WakeBot/wakebot.xml...Success - - -Downloading Reynald's Repository: https://github.com/R3yn4ld/unraid-plugins -> /tmp/appFeed/templates/ReynaldsRepository Attempt 1...https://github.com/R3yn4ld/unraid-plugins/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ReynaldsRepository/ca.mover.tuning.xml... Downloading https://raw.githubusercontent.com/R3yn4ld/ca.mover.tuning/master/plugins/ca.mover.tuning.plg attempt 1...Success - - -Downloading DonKevlar's Repository: https://github.com/donkevlar/Unraid-Docker-Templates -> /tmp/appFeed/templates/DonKevlarsRepository Attempt 1...https://github.com/donkevlar/Unraid-Docker-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DonKevlarsRepository/Bookshelf-Traveller.xml...Success -Processing /tmp/appFeed/templates/DonKevlarsRepository/ca_profile.xml...FOUND PROFILE - - -Downloading mandarons' Repository: https://github.com/mandarons/icloud-drive-docker -> /tmp/appFeed/templates/mandaronsRepository Attempt 1...https://github.com/mandarons/icloud-drive-docker/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/mandaronsRepository/unraid/icloud.xml...Success - - -Downloading Waffle22's Repository: https://github.com/WaffleMaster22/unraid-templates -> /tmp/appFeed/templates/Waffle22sRepository Attempt 1...https://github.com/WaffleMaster22/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Waffle22sRepository/pushnote/pushnote.xml...Success - - -Downloading Peuuuur Noel's Repository: https://github.com/Peuuuur-Noel/unraid-templates -> /tmp/appFeed/templates/PeuuuurNoelsRepository Attempt 1...https://github.com/Peuuuur-Noel/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/PeuuuurNoelsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/PeuuuurNoelsRepository/web-push-notification.xml... Downloading https://raw.githubusercontent.com/Peuuuur-Noel/unraid-web-push-notification/master/plugin/web-push-notification.plg attempt 1...Success - - -Downloading J000K3R's Repository: https://github.com/J000K3R/unraid-templates -> /tmp/appFeed/templates/J000K3RsRepository Attempt 1...https://github.com/J000K3R/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/J000K3RsRepository/Fredbet/fredbet.xml...Failed -Failed loading XML - - -Downloading Bfox135's Repository: https://github.com/bfox135/unraid-templates -> /tmp/appFeed/templates/Bfox135sRepository Attempt 1...https://github.com/bfox135/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Bfox135sRepository/Qinglong/Qinglong.xml...Removed from CA - - -Downloading Garethp's Repository: https://github.com/Garethp/rolemaster-era-server-unraid -> /tmp/appFeed/templates/GarethpsRepository Attempt 1...https://github.com/Garethp/rolemaster-era-server-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/GarethpsRepository/Rollermaster-ERA-Unraid.xml...Success - - -Downloading sajnti's Repository: https://github.com/czerus/unraid-templates -> /tmp/appFeed/templates/sajntisRepository Attempt 1...https://github.com/czerus/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/sajntisRepository/manifest.xml...Removed from CA -Processing /tmp/appFeed/templates/sajntisRepository/solarflow-control.xml...Success - - -Downloading LubricantJam's Repository: https://github.com/JamsRepos/Unraid-Templates -> /tmp/appFeed/templates/LubricantJamsRepository Attempt 1...https://github.com/JamsRepos/Unraid-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/LubricantJamsRepository/templates/beszel.xml...Success -Processing /tmp/appFeed/templates/LubricantJamsRepository/templates/beszel-agent.xml...Success -Processing /tmp/appFeed/templates/LubricantJamsRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/LubricantJamsRepository/templates/isaiah.xml...Success -Processing /tmp/appFeed/templates/LubricantJamsRepository/templates/janitorr.xml...Success -Processing /tmp/appFeed/templates/LubricantJamsRepository/templates/materialious.xml...Success - - -Downloading FloppyUK's Repository: https://github.com/manyfold3d/unraid-templates -> /tmp/appFeed/templates/FloppyUKsRepository Attempt 1...https://github.com/manyfold3d/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/FloppyUKsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/FloppyUKsRepository/manyfold/manyfold.xml...Success - - -Downloading entree3000's Repository: https://github.com/Entree3k/Unraid-Templates -> /tmp/appFeed/templates/entree3000sRepository Attempt 1...https://github.com/Entree3k/Unraid-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/entree3000sRepository/edition-manager/edition-manager.xml...Success -Processing /tmp/appFeed/templates/entree3000sRepository/qbithelparr/qbithelparr.xml...Success - - -Downloading Official Wizarr Repository: https://github.com/wizarrrr/wizarr -> /tmp/appFeed/templates/OfficialWizarrRepository Attempt 1...https://github.com/wizarrrr/wizarr/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/OfficialWizarrRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/OfficialWizarrRepository/.idea/dataSources.xml...Not a valid application xml -Processing /tmp/appFeed/templates/OfficialWizarrRepository/.idea/misc.xml...Not a valid application xml -Processing /tmp/appFeed/templates/OfficialWizarrRepository/.idea/modules.xml...Not a valid application xml -Processing /tmp/appFeed/templates/OfficialWizarrRepository/.idea/inspectionProfiles/profiles_settings.xml...Not a valid application xml -Processing /tmp/appFeed/templates/OfficialWizarrRepository/unraid.xml...Success -Processing /tmp/appFeed/templates/OfficialWizarrRepository/.idea/vcs.xml...Not a valid application xml - - -Downloading Unknowncall's Repository: https://github.com/Unknowncall/adsb-unraid-templates -> /tmp/appFeed/templates/UnknowncallsRepository Attempt 1...https://github.com/Unknowncall/adsb-unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/UnknowncallsRepository/adsb-adsbexchange.xml...Success -Processing /tmp/appFeed/templates/UnknowncallsRepository/adsb-flightaware.xml...Success -Processing /tmp/appFeed/templates/UnknowncallsRepository/adsb-fr24feed.xml...Success -Processing /tmp/appFeed/templates/UnknowncallsRepository/adsb-main.xml...Success -Processing /tmp/appFeed/templates/UnknowncallsRepository/ca_profile.xml...FOUND PROFILE - - - -****** DUPLICATED REPOSITORY IN REPOSITORIES.JSON SKIPPINGDownloading janmer's Repository: https://github.com/JW-CH/unraid-templates -> /tmp/appFeed/templates/janmersRepository Attempt 1...https://github.com/JW-CH/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/janmersRepository/rotki/rotki.xml...Success - - -Downloading petersem's Repository: https://github.com/petersem/unraid-templates -> /tmp/appFeed/templates/petersemsRepository Attempt 1...https://github.com/petersem/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/petersemsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/petersemsRepository/exportarr/exportarr.xml...Success -Processing /tmp/appFeed/templates/petersemsRepository/monocker/monocker.xml...Success -Processing /tmp/appFeed/templates/petersemsRepository/posterr/posterr.xml...Success - - -Downloading Collectathon's Repository: https://github.com/Collectathon/unraid-templates -> /tmp/appFeed/templates/CollectathonsRepository Attempt 1...https://github.com/Collectathon/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/CollectathonsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/CollectathonsRepository/hoarder.xml...Success -Processing /tmp/appFeed/templates/CollectathonsRepository/meilisearch.xml...Success - - -Downloading ntebis' Repository: https://github.com/ntebis/unraid_templates -> /tmp/appFeed/templates/ntebisRepository Attempt 1...https://github.com/ntebis/unraid_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ntebisRepository/octoeverywhere_bambu/unraid_ca.xml...Success - - -Downloading GrafGenixs' Repository: https://github.com/RichKidsDev/Unraid-Templates -> /tmp/appFeed/templates/GrafGenixsRepository Attempt 1...https://github.com/RichKidsDev/Unraid-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/GrafGenixsRepository/iGotify/igotify.xml...Success - - -Downloading dracon's Repository: https://github.com/catalinberta/unraid-templates -> /tmp/appFeed/templates/draconsRepository Attempt 1...https://github.com/catalinberta/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/draconsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/draconsRepository/panko-gpt/panko-gpt.xml...Success - - -Downloading type0dev's Repository: https://github.com/type0dev/Unraid-Template -> /tmp/appFeed/templates/type0devsRepository Attempt 1...https://github.com/type0dev/Unraid-Template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/type0devsRepository/droppy/droppy.xml...Success -Processing /tmp/appFeed/templates/type0devsRepository/ownfoil/ownfoil.xml...Success -Processing /tmp/appFeed/templates/type0devsRepository/SITserver/SITserer.xml...Success - - -Downloading Richy1989's Repository: https://github.com/Richy1989/unraid-templates -> /tmp/appFeed/templates/Richy1989sRepository Attempt 1...https://github.com/Richy1989/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Richy1989sRepository/matrix_signal_bridge/matrix_signal_bridge.xml...Success -Processing /tmp/appFeed/templates/Richy1989sRepository/meshcentral/meshcentral.xml...Success -Processing /tmp/appFeed/templates/Richy1989sRepository/mumble_server/mumble_server.xml...Success -Processing /tmp/appFeed/templates/Richy1989sRepository/opensearch/opensearch-template.xml...Success -Processing /tmp/appFeed/templates/Richy1989sRepository/synapse_sliding_sync/synapse_sliding_sync.xml...Success - - -Downloading Lite's Repository: https://github.com/iamlite/UnraidCA-GuppyFLO -> /tmp/appFeed/templates/LitesRepository Attempt 1...https://github.com/iamlite/UnraidCA-GuppyFLO/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/LitesRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/LitesRepository/GuppyFLO.xml...Removed from CA - - -Downloading unwieldy_dingy's Repository: https://github.com/sbondCo/unraid-templates -> /tmp/appFeed/templates/unwieldy_dingysRepository Attempt 1...https://github.com/sbondCo/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/unwieldy_dingysRepository/Watcharr/Watcharr.xml...Success - - -Downloading Drazzilb's Repository: https://github.com/Drazzilb08/unraid-templates -> /tmp/appFeed/templates/DrazzilbsRepository Attempt 1...https://github.com/Drazzilb08/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DrazzilbsRepository/daps/daps.xml...Success - - -Downloading Fuzzy0101's Repository: https://github.com/fuzzy01/unraid_plg_repo -> /tmp/appFeed/templates/Fuzzy0101sRepository Attempt 1...https://github.com/fuzzy01/unraid_plg_repo/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Fuzzy0101sRepository/autotweak.xml... Downloading https://github.com/fuzzy01/autotweak/releases/latest/download/autotweak.plg attempt 1...Success - - -Downloading pducharme's Repository: https://github.com/pducharme/docker-containers/tree/templates -> /tmp/appFeed/templates/pducharmesRepository Attempt 1...https://github.com/pducharme/docker-containers/archive/templates.tar.gz Success! -Processing /tmp/appFeed/templates/pducharmesRepository/pducharme-repo/PlexConnect.xml...Success -Processing /tmp/appFeed/templates/pducharmesRepository/pducharme-repo/UniFi.xml...Success -Processing /tmp/appFeed/templates/pducharmesRepository/pducharme-repo/UniFi-Video-Controller.xml...Success - - -Downloading Balloob's Repository: https://github.com/balloob/unraid-docker-templates -> /tmp/appFeed/templates/BalloobsRepository Attempt 1...https://github.com/balloob/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/BalloobsRepository/balloob/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/BalloobsRepository/balloob/home-assistant.xml...Success - - -Downloading Binhex's Repository: https://github.com/binhex/docker-templates -> /tmp/appFeed/templates/BinhexsRepository Attempt 1...https://github.com/binhex/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/BinhexsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/code-server.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/crafty-4.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/deluge.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/delugevpn.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/emby.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/fdroidserver.xml...Removed from CA -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/flaresolverr.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/fleet.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/get-iplayer.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/goland.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/gonic.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/hexchat.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/intellij.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/jackett.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/jellyfin.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/jenkins.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/krusader.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/libreoffice.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/lidarr.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/makemkv.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/medusa.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/minecraftbedrockserver.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/minecraftserver.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/minidlna.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/nginx.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/nicotineplus.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/nzbget.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/nzbhydra2.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/overseerr.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/plex.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/plexpass.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/privoxyvpn.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/prowlarr.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/pycharm.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/qbittorrentvpn.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/radarr.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/rclone.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/readarr.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/resilio-sync.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/rider.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/rustrover.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/sabnzbd.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/sabnzbdvpn.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/sickchill.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/sonarr.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/syncthing.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/teamspeak.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/tvheadend.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/urbackup.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/webstorm.xml...Success -Processing /tmp/appFeed/templates/BinhexsRepository/binhex/_template.xml...Removed from CA - - -Downloading Spants' Repository: https://github.com/spants/unraidtemplates -> /tmp/appFeed/templates/SpantsRepository Attempt 1...https://github.com/spants/unraidtemplates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SpantsRepository/Spants/CouchDB-v1.x.xml...Success -Processing /tmp/appFeed/templates/SpantsRepository/Spants/CouchDB-v2.x.xml...Success -Processing /tmp/appFeed/templates/SpantsRepository/Spants/dashing.xml...Success -Processing /tmp/appFeed/templates/SpantsRepository/Spants/MQTT.xml...Success -Processing /tmp/appFeed/templates/SpantsRepository/Spants/NodeRedv2-beta.xml...Success -Processing /tmp/appFeed/templates/SpantsRepository/Spants/octoprint.xml...Success -Processing /tmp/appFeed/templates/SpantsRepository/Spants/officialNodeRed.xml...Success -Processing /tmp/appFeed/templates/SpantsRepository/Spants/photostructure.xml...Removed from CA -Processing /tmp/appFeed/templates/SpantsRepository/Spants/pihole.xml...Success - - -Downloading dmaxwell's Repository: https://github.com/dmaxwell351/docker-containers/tree/templates -> /tmp/appFeed/templates/dmaxwellsRepository Attempt 1...https://github.com/dmaxwell351/docker-containers/archive/templates.tar.gz Success! -Processing /tmp/appFeed/templates/dmaxwellsRepository/dmaxwell351/airvideohd.xml...Success -Processing /tmp/appFeed/templates/dmaxwellsRepository/dmaxwell351/splunk.xml...Success - - -Downloading pinion's Repository: https://github.com/noinip/container-templates -> /tmp/appFeed/templates/pinionsRepository Attempt 1...https://github.com/noinip/container-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/pinionsRepository/pinion/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/pinionsRepository/pinion/cherrymusic.xml...Success -Processing /tmp/appFeed/templates/pinionsRepository/pinion/mylar.xml...Success -Processing /tmp/appFeed/templates/pinionsRepository/pinion/pytivo.xml...Success - - -Downloading Bungy's Repository: https://github.com/jshridha/templates -> /tmp/appFeed/templates/BungysRepository Attempt 1...https://github.com/jshridha/templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/BungysRepository/Bungy/gitlab.xml...Success -Processing /tmp/appFeed/templates/BungysRepository/Bungy/mochad.xml...Success -Processing /tmp/appFeed/templates/BungysRepository/Bungy/motioneye.xml...Removed from CA -Processing /tmp/appFeed/templates/BungysRepository/Bungy/mysql.xml...Removed from CA -Processing /tmp/appFeed/templates/BungysRepository/Bungy/nzbgetvpn.xml...Success -Processing /tmp/appFeed/templates/BungysRepository/Bungy/owncloud.xml...Success -Processing /tmp/appFeed/templates/BungysRepository/Bungy/postgresql.xml...Success -Processing /tmp/appFeed/templates/BungysRepository/Bungy/rdiffweb.xml...Success -Processing /tmp/appFeed/templates/BungysRepository/Bungy/redis.xml...Removed from CA -Processing /tmp/appFeed/templates/BungysRepository/Bungy/watchtower.xml...Success - - -Downloading SlrG's Repository: https://github.com/SlrG/docker-templates -> /tmp/appFeed/templates/SlrGsRepository Attempt 1...https://github.com/SlrG/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SlrGsRepository/SlrG/glFTPd.xml...Success - - -Downloading coppit's Repository: https://github.com/coppit/docker-templates -> /tmp/appFeed/templates/coppitsRepository Attempt 1...https://github.com/coppit/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/coppitsRepository/coppit/handbrake.xml...Success -Processing /tmp/appFeed/templates/coppitsRepository/coppit/inotify-command.xml...Success -Processing /tmp/appFeed/templates/coppitsRepository/coppit/no-ip.xml...Success -Processing /tmp/appFeed/templates/coppitsRepository/coppit/xeoma.xml...Success - - -Downloading hernandito's Repository: https://github.com/hernandito/docker-templates -> /tmp/appFeed/templates/hernanditosRepository Attempt 1...https://github.com/hernandito/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/hernanditosRepository/hernando/apache-php.xml...Success -Processing /tmp/appFeed/templates/hernanditosRepository/hernando/apache-php-adminer.xml...Success -Processing /tmp/appFeed/templates/hernanditosRepository/hernando/calibreServer2.xml...Success -Processing /tmp/appFeed/templates/hernanditosRepository/hernando/CloudCommander-HR.xml...Removed from CA -Processing /tmp/appFeed/templates/hernanditosRepository/hernando/FileBrowser.xml...Success -Processing /tmp/appFeed/templates/hernanditosRepository/hernando/FileBrowser-NoAuth.xml...Duplicated Name Removed from CA -Processing /tmp/appFeed/templates/hernanditosRepository/hernando/MineOS.xml...Success -Processing /tmp/appFeed/templates/hernanditosRepository/hernando/ResourceSpace.xml...Success -Processing /tmp/appFeed/templates/hernanditosRepository/hernando/TinyMM-CLI-Cron.xml...Success -Processing /tmp/appFeed/templates/hernanditosRepository/hernando/TinyMM-CLI4.xml...Success -Processing /tmp/appFeed/templates/hernanditosRepository/hernando/TinyMM-GUI.xml...Removed from CA -Processing /tmp/appFeed/templates/hernanditosRepository/hernando/TinyMM-GUI4.xml...Duplicated Name Removed from CA - - -Downloading macester's Repository: https://github.com/macexx/docker-templates -> /tmp/appFeed/templates/macestersRepository Attempt 1...https://github.com/macexx/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/macestersRepository/macexx/cloudflare-ddns.xml...Success -Processing /tmp/appFeed/templates/macestersRepository/macexx/darkstat.xml...Success -Processing /tmp/appFeed/templates/macestersRepository/macexx/ddclient.xml...Success -Processing /tmp/appFeed/templates/macestersRepository/macexx/eapcontroller.xml...Success -Processing /tmp/appFeed/templates/macestersRepository/macexx/openvpn-as.xml...Success -Processing /tmp/appFeed/templates/macestersRepository/macexx/qbittorrent.xml...Success - - -Downloading Official Unraid Repository: https://github.com/unraid/docker-templates -> /tmp/appFeed/templates/OfficialUnraidRepository Attempt 1...https://github.com/unraid/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/Connect.xml... Downloading https://stable.dl.unraid.net/unraid-api/dynamix.unraid.net.plg attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/UnraidNet.xml... Downloading https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/dynamix.unraid.net.plg attempt 1...Success - - -Downloading linuxserver's Repository: https://github.com/linuxserver/templates -> /tmp/appFeed/templates/linuxserversRepository Attempt 1...https://github.com/linuxserver/templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/adguardhome-sync.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/airsonic-advanced.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/altus.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/apprise-api.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/ardour.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/audacity.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/babybuddy.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/bambustudio.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/bazarr.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/beets.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/blender.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/boinc.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/booksonic-air.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/bookstack.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/budge.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/calibre.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/calibre-web.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/calligra.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/changedetection.io.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/chevereto.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/chromium.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/cloud9.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/code-server.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/cops.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/couchpotato.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/cura.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/daapd.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/darktable.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/davos.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/ddclient.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deluge.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/digikam.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/dillinger.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/diskover.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/dokuwiki.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/domoticz.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/doplarr.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/doublecommander.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/duckdns.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/duplicati.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/emby.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/embystat.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/emulatorjs.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/endlessh.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/fail2ban.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/faster-whisper.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/feed2toot.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/ferdium.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/ffmpeg.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/filezilla.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/firefox.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/fleet.xml... ***DEPRECATED BY REPO PATH*** Removed from CA -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/flexget.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/foldingathome.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/freecad.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/freetube.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/freshrss.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/gimp.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/github-desktop.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/gitqlient.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/grav.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/grocy.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/habridge.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/headphones.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/healthchecks.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/hedgedoc.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/heimdall.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/hishtory-server.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/homeassistant.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/htpcmanager.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/inkscape.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/ipfs.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/jackett.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/jellyfin.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/kali-linux.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/kanzi.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/kasm-static.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/kavita.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/kdenlive.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/keepassxc.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/kicad.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/kimai.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/kometa.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/krita.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/lazylibrarian.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/ldap-auth.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/libreoffice.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/librespeed.xml...Removed from CA -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/librewolf.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/lidarr.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/limnoria.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/lollypop.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/lychee.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/manyfold.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/mariadb.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/mastodon.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/mediaelch.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/medusa.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/minetest.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/minisatip.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/monica.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/msedge.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/mstream.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/mullvad-browser.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/muximux.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/mylar3.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/mysql-workbench.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/nano-wallet.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/netbootxyz.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/netbox.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/nextcloud.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/nginx.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/ngircd.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/nntp2nntp.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/nzbget.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/nzbhydra2.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/obsidian.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/ombi.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/openssh-server.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/openvscode-server.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/opera.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/orcaslicer.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/oscam.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/overseerr.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/pairdrop.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/paperless-ng.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/paperless-ngx.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/papermerge.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/photoshow.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/phpmyadmin.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/pidgin.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/piper.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/piwigo.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/pixapop.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/plex.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/plex-meta-manager.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/projectsend.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/prowlarr.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/pwndrop.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/pydio-cells.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/pyload-ng.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/pylon.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/qbittorrent.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/qdirstat.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/quassel-core.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/quassel-web.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/radarr.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/raneto.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/rdesktop.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/remmina.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/requestrr.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/resilio-sync.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/rsnapshot.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/rustdesk.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/sabnzbd.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/scrutiny.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/series-troxide.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/shotcut.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/sickchill.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/sickgear.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/smokeping.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/snapdrop.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/snipe-it.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/sonarr.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/speedtest-tracker.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/spotube.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/sqlitebrowser.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/steamos.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/swag.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/synclounge.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/syncthing.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/syslog-ng.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/tautulli.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/thelounge.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/transmission.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/tvheadend.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/ubooquity.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/ungoogled-chromium.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/unifi-controller.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/unifi-network-application.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/vscodium.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/webcord.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/webgrabplus.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/webtop.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/wikijs.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/wireguard.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/wireshark.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/wps-office.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/xbackbone.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/your_spotify.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/znc.xml...Success -Processing /tmp/appFeed/templates/linuxserversRepository/unraid/zotero.xml...Success - - -Downloading sdesbure's Repository: https://github.com/sdesbure/docker-containers -> /tmp/appFeed/templates/sdesburesRepository Attempt 1...https://github.com/sdesbure/docker-containers/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/sdesburesRepository/domoticz.xml...Success -Processing /tmp/appFeed/templates/sdesburesRepository/jackett.xml...Success -Processing /tmp/appFeed/templates/sdesburesRepository/netatmo_librato.xml...Success -Processing /tmp/appFeed/templates/sdesburesRepository/t411Torznab.xml...Success - - -Downloading joch's Repository: https://github.com/joch/unraid-docker-templates -> /tmp/appFeed/templates/jochsRepository Attempt 1...https://github.com/joch/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jochsRepository/joch/s3backup.xml...Success - - -Downloading snoopy86's Repository: https://github.com/snoopy86/docker-repo -> /tmp/appFeed/templates/snoopy86sRepository Attempt 1...https://github.com/snoopy86/docker-repo/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/snoopy86sRepository/snoopy/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/snoopy86sRepository/snoopy/emoncms.xml...Success -Processing /tmp/appFeed/templates/snoopy86sRepository/snoopy/ffmpeg-mkvdts2ac3.xml...Success -Processing /tmp/appFeed/templates/snoopy86sRepository/snoopy/logitechmediaserver.xml...Success -Processing /tmp/appFeed/templates/snoopy86sRepository/snoopy/ubuntu-xrdp.xml...Success - - -Downloading tinglis1's Repository: https://github.com/tinglis1/docker-containers -> /tmp/appFeed/templates/tinglis1sRepository Attempt 1...https://github.com/tinglis1/docker-containers/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/tinglis1sRepository/tinglis1-templates/openhab-offline.xml...Success -Processing /tmp/appFeed/templates/tinglis1sRepository/tinglis1-templates/openhab-online.xml...Success -Processing /tmp/appFeed/templates/tinglis1sRepository/tinglis1-templates/pipework-1.1.3.xml...Success -Processing /tmp/appFeed/templates/tinglis1sRepository/tinglis1-templates/pipework-1.1.5.xml...Success -Processing /tmp/appFeed/templates/tinglis1sRepository/tinglis1-templates/pipework-1.1.6.xml...Success - - -Downloading Squid's Repository: https://github.com/Squidly271/plugin-repository -> /tmp/appFeed/templates/SquidsRepository Attempt 1...https://github.com/Squidly271/plugin-repository/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SquidsRepository/appdatabackup_v2.xml... Downloading https://raw.githubusercontent.com/Squidly271/ca.backup2/master/plugins/ca.backup2.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/application-categorizer.xml... Downloading https://raw.githubusercontent.com/Squidly271/docker.categorize/master/plugins/docker.categorize.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/autoupdate.xml... Downloading https://raw.githubusercontent.com/Squidly271/ca.update.applications/master/plugins/ca.update.applications.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/ca.cfg.editor.xml... Downloading https://raw.githubusercontent.com/Squidly271/ca.cfg.editor/master/plugins/ca.cfg.editor.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/ca.mover.tuning.xml... Downloading https://raw.githubusercontent.com/hugenbd/ca.mover.tuning/master/plugins/ca.mover.tuning.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/SquidsRepository/checksumsuite.xml... Downloading https://raw.githubusercontent.com/Squidly271/checksum/master/plugins/checksum.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/cleanup.xml... Downloading https://raw.githubusercontent.com/Squidly271/ca.cleanup.appdata/master/plugins/ca.cleanup.appdata.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/community_applications.xml... Downloading https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/customtab.xml... Downloading https://raw.githubusercontent.com/Squidly271/customtab/master/plugins/customtab.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/disable.security.xml... Downloading https://raw.githubusercontent.com/Squidly271/disable.security/master/plugins/disable.security.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/docker.folder.xml... Downloading https://raw.githubusercontent.com/Squidly271/docker.folder/main/plugins/docker.folder.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/docker.patch.xml... Downloading https://raw.githubusercontent.com/Squidly271/docker.patch/main/plugins/docker.patch.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/docker.patch2.xml... Downloading https://raw.githubusercontent.com/Squidly271/docker.patch2/main/plugins/docker.patch2.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/fix.common.problems.xml... Downloading https://raw.githubusercontent.com/Squidly271/fix.common.problems/master/plugins/fix.common.problems.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/flashremount.xml... Downloading https://raw.githubusercontent.com/Squidly271/flash.remount/main/flash.remount.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/gui-links.xml... Downloading https://raw.githubusercontent.com/Squidly271/gui-links/master/plugins/gui-links.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/gui.search.xml... Downloading https://raw.githubusercontent.com/Squidly271/gui.search/main/plugins/gui.search.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/NerdTools.xml... Downloading https://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/plugin/NerdTools.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/newransomware.xml... Downloading https://raw.githubusercontent.com/Squidly271/ransomware.bait/master/plugins/newransomware.bait.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/oldappdatabackup.xml... Downloading https://raw.githubusercontent.com/Squidly271/ca.backup/master/plugins/ca.backup.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/page.notes.xml... Downloading https://raw.githubusercontent.com/Squidly271/page.notes/main/plugins/page.notes.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/turbomode.xml... Downloading https://raw.githubusercontent.com/Squidly271/ca.turbo/master/plugins/ca.turbo.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/unlimited-width.xml... Downloading https://raw.githubusercontent.com/Squidly271/unlimited-width/master/unlimited-width.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/user.scripts.xml... Downloading https://raw.githubusercontent.com/Squidly271/user.scripts/master/plugins/user.scripts.plg attempt 1...Success -Processing /tmp/appFeed/templates/SquidsRepository/wechat.xml... Downloading https://raw.githubusercontent.com/Squidly271/Wxwork-sample/main/wxwork-sample.plg attempt 1...Success - - -Downloading Dynamix Repository: https://github.com/bergware/dynamix-plugins -> /tmp/appFeed/templates/DynamixRepository Attempt 1...https://github.com/bergware/dynamix-plugins/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DynamixRepository/activeStreams.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.active.streams.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/cache_dirs.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.cache.dirs.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/dateTime.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.date.time.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/dayNight.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.day.night.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/encryptionKey.xml...... Removed From CA -Processing /tmp/appFeed/templates/DynamixRepository/factoryReset.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.factory.reset.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/fileIntegrity.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.file.integrity.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/fileManager.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.file.manager.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/localMaster.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.local.master.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/passwordValidator.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.password.validator.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/s3_sleep.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.s3.sleep.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/safeMode.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.safe.mode.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/schedules.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.schedules.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/scsiDevices.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.scsi.devices.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/shareFloor.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.share.floor.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/ssdTrim.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.ssd.trim.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/stopShell.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.stop.shell.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/systemAutoFan.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.system.autofan.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/systemButtons.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.system.buttons.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/systemInfo.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.system.info.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/systemStats.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.system.stats.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/systemTemp.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.system.temp.plg attempt 1...Success -Processing /tmp/appFeed/templates/DynamixRepository/wireguard.xml... Downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.wireguard.plg attempt 1...Success - - -Downloading coppit's Repository: https://github.com/coppit/unraid-plugin-metadata -> /tmp/appFeed/templates/coppitsRepository Attempt 1...https://github.com/coppit/unraid-plugin-metadata/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/coppitsRepository/mosh.xml...... Removed From CA -Processing /tmp/appFeed/templates/coppitsRepository/snmp.xml...... Removed From CA - - -Downloading dmacias' Repository: https://github.com/dmacias72/unRAID-CA -> /tmp/appFeed/templates/dmaciasRepository Attempt 1...https://github.com/dmacias72/unRAID-CA/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/dmaciasRepository/plugins/cmdline.xml... Downloading https://raw.githubusercontent.com/dmacias72/unRAID-cmdline/master/plugin/cmdline.plg attempt 1...Success -Processing /tmp/appFeed/templates/dmaciasRepository/plugins/DevPack.xml... Downloading https://raw.githubusercontent.com/dmacias72/unRAID-DevPack/master/plugin/DevPack.plg attempt 1...Success -Processing /tmp/appFeed/templates/dmaciasRepository/plugins/ipmi.xml... Downloading https://raw.githubusercontent.com/dmacias72/IPMI-unRAID/master/plugin/ipmi.plg attempt 1...Success -Processing /tmp/appFeed/templates/dmaciasRepository/plugins/libvirtwol.xml... Downloading https://raw.githubusercontent.com/dmacias72/unRAID-libvirtwol/master/plugin/libvirtwol.plg attempt 1...Success -Processing /tmp/appFeed/templates/dmaciasRepository/plugins/NerdPack.xml... Downloading https://raw.githubusercontent.com/dmacias72/unRAID-NerdPack/master/plugin/NerdPack.plg attempt 1...Success -Processing /tmp/appFeed/templates/dmaciasRepository/plugins/nut.xml... Downloading https://raw.githubusercontent.com/dmacias72/NUT-unRAID/master/plugin/nut.plg attempt 1...Success -Processing /tmp/appFeed/templates/dmaciasRepository/plugins/qnotify.xml... Downloading https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/qnotify.plg attempt 1...Success -Processing /tmp/appFeed/templates/dmaciasRepository/plugins/speedtest.xml... Downloading https://raw.githubusercontent.com/dmacias72/unRAID-speedtest/master/plugin/speedtest.plg attempt 1...Success -Processing /tmp/appFeed/templates/dmaciasRepository/plugins/wakeonlan.xml... Downloading https://raw.githubusercontent.com/dmacias72/unRAID-WOL/master/plugin/wakeonlan.plg attempt 1...Success - - -Downloading steini84's Repository: https://github.com/Steini1984/steini1984-s-repositoy -> /tmp/appFeed/templates/steini84sRepository Attempt 1...https://github.com/Steini1984/steini1984-s-repositoy/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/steini84sRepository/SANOID.xml... Downloading https://raw.githubusercontent.com/Steini1984/unRAID6-Sainoid/master/unRAID6-Sanoid.plg attempt 1...Success -Processing /tmp/appFeed/templates/steini84sRepository/ZFS.xml... Downloading https://raw.githubusercontent.com/Steini1984/unRAID6-ZFS/master/unRAID6-ZFS.plg attempt 1...Success -Processing /tmp/appFeed/templates/steini84sRepository/ZNAPSZEND.xml... Downloading https://raw.githubusercontent.com/Steini1984/unRAID6-ZnapZend/master/unRAID6-ZnapZend.plg attempt 1...Success - - -Downloading SlrG's Repository: https://github.com/SlrG/unRAID -> /tmp/appFeed/templates/SlrGsRepository Attempt 1...https://github.com/SlrG/unRAID/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SlrGsRepository/CAxml/advCPaMV.xml... Downloading https://github.com/SlrG/unRAID/raw/master/Plugins/advCPaMV.plg attempt 1...Success -Processing /tmp/appFeed/templates/SlrGsRepository/CAxml/ProFTPd.xml... Downloading https://github.com/SlrG/unRAID/raw/master/Plugins/ProFTPd.plg attempt 1...Success - - -Downloading Emby Repository: https://github.com/MediaBrowser/Emby.Build -> /tmp/appFeed/templates/EmbyRepository Attempt 1...https://github.com/MediaBrowser/Emby.Build/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/EmbyRepository/unraid-templates/emby/EmbyServer.xml...Success -Processing /tmp/appFeed/templates/EmbyRepository/unraid-templates/emby/EmbyServerBeta.xml...Success - - -Downloading dibbz' Repository: https://github.com/quimnut/unraid-docker-templates -> /tmp/appFeed/templates/dibbzRepository Attempt 1...https://github.com/quimnut/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/dibbzRepository/quimnut/brewpi-wifi.xml...Success -Processing /tmp/appFeed/templates/dibbzRepository/quimnut/cloud9ide.xml...Success -Processing /tmp/appFeed/templates/dibbzRepository/quimnut/gogs.xml...Success -Processing /tmp/appFeed/templates/dibbzRepository/quimnut/TabbyML.xml...Success -Processing /tmp/appFeed/templates/dibbzRepository/quimnut/TabbyML-CUDA.xml...Success - - -Downloading ken-ji's Repository: https://github.com/roninkenji/unraid-docker-templates -> /tmp/appFeed/templates/ken-jisRepository Attempt 1...https://github.com/roninkenji/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ken-jisRepository/roninkenji/Dropbox.xml...Success - - -Downloading docgyver's Repository: https://github.com/docgyver/unraid-v6-plugins -> /tmp/appFeed/templates/docgyversRepository Attempt 1...https://github.com/docgyver/unraid-v6-plugins/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/docgyversRepository/CAxml/denyhosts.xml... Downloading https://raw.githubusercontent.com/docgyver/unraid-v6-plugins/master/denyhosts.plg attempt 1...Success -Processing /tmp/appFeed/templates/docgyversRepository/CAxml/ssh.xml... Downloading https://raw.githubusercontent.com/docgyver/unraid-v6-plugins/master/ssh.plg attempt 1...Success - - -Downloading bashNinja's Repository: https://github.com/miketweaver/docker-templates -> /tmp/appFeed/templates/bashNinjasRepository Attempt 1...https://github.com/miketweaver/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/bashNinjasRepository/bashninja/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/bashNinjasRepository/bashninja/demonsaw-client.xml...Success -Processing /tmp/appFeed/templates/bashNinjasRepository/bashninja/pritunl.xml...Success -Processing /tmp/appFeed/templates/bashNinjasRepository/bashninja/ps3netsrv.xml...Success -Processing /tmp/appFeed/templates/bashNinjasRepository/bashninja/starbound-gog-server.xml...Success - - -Downloading ninthwalker's Repository: https://github.com/ninthwalker/docker-templates -> /tmp/appFeed/templates/ninthwalkersRepository Attempt 1...https://github.com/ninthwalker/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ninthwalkersRepository/Ninthwalker/DashBtn.xml...Success -Processing /tmp/appFeed/templates/ninthwalkersRepository/Ninthwalker/NowShowing.xml...Success -Processing /tmp/appFeed/templates/ninthwalkersRepository/Ninthwalker/NowShowing v2.xml...Success -Processing /tmp/appFeed/templates/ninthwalkersRepository/Ninthwalker/plexreport.xml...Success -Processing /tmp/appFeed/templates/ninthwalkersRepository/Ninthwalker/slack-invite.xml...Success - - -Downloading Paul_Ber's Repository: https://github.com/paulpoco/docker-templates -> /tmp/appFeed/templates/Paul_BersRepository Attempt 1...https://github.com/paulpoco/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Paul_BersRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/Paul_BersRepository/paulpoco/flexget.xml...Success - - -Downloading stuckless' Repository: https://github.com/stuckless/unRAID -> /tmp/appFeed/templates/stucklessRepository Attempt 1...https://github.com/stuckless/unRAID/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/stucklessRepository/crushftp.xml...Success -Processing /tmp/appFeed/templates/stucklessRepository/opendct.xml...Removed from CA -Processing /tmp/appFeed/templates/stucklessRepository/sagetv-server-java7.xml...Success -Processing /tmp/appFeed/templates/stucklessRepository/sagetv-server-java8.xml...Success -Processing /tmp/appFeed/templates/stucklessRepository/sagetv-server-java9.xml...Success -Processing /tmp/appFeed/templates/stucklessRepository/sagetv-server-java10.xml...Success - - -Downloading thomast_88's Repository: https://github.com/tynor88/docker-templates -> /tmp/appFeed/templates/thomast_88sRepository Attempt 1...https://github.com/tynor88/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/thomast_88sRepository/tynor88/gitlab-ce.xml...Success -Processing /tmp/appFeed/templates/thomast_88sRepository/smccloud/gitlab-runner.xml...Removed from CA -Processing /tmp/appFeed/templates/thomast_88sRepository/tynor88/rclone.xml...Success -Processing /tmp/appFeed/templates/thomast_88sRepository/tynor88/rclone-mount.xml...Success -Processing /tmp/appFeed/templates/thomast_88sRepository/tynor88/socat.xml...Success -Processing /tmp/appFeed/templates/thomast_88sRepository/tynor88/unoeuro-dns.xml...Success - - -Downloading Bjonness406's Repository: https://github.com/bjonness406/Docker-templates -> /tmp/appFeed/templates/Bjonness406sRepository Attempt 1...https://github.com/bjonness406/Docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Bjonness406sRepository/Bjonness406/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/Bjonness406sRepository/Bjonness406/convert2mkv.xml...Success - - -Downloading Huxy's Repository: https://github.com/HuxyUK/docker-containers -> /tmp/appFeed/templates/HuxysRepository Attempt 1...https://github.com/HuxyUK/docker-containers/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/HuxysRepository/xmltv-sd-json/xmltv-sd-json.xml...Success - - -Downloading Roland's Repository: https://github.com/Data-Monkey/docker-templates -> /tmp/appFeed/templates/RolandsRepository Attempt 1...https://github.com/Data-Monkey/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/RolandsRepository/Data-Monkey/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/RolandsRepository/Data-Monkey/chronograf.xml...Success -Processing /tmp/appFeed/templates/RolandsRepository/Data-Monkey/neo4j.xml...Success -Processing /tmp/appFeed/templates/RolandsRepository/Data-Monkey/netdata.xml...Success -Processing /tmp/appFeed/templates/RolandsRepository/Data-Monkey/plex-meta-manager.xml...Removed from CA - - -Downloading chvb's Repository: https://github.com/chvb/docker-templates -> /tmp/appFeed/templates/chvbsRepository Attempt 1...https://github.com/chvb/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/chvbsRepository/chvb/apache-php.xml...Success -Processing /tmp/appFeed/templates/chvbsRepository/chvb/Collabora.xml...Removed from CA -Processing /tmp/appFeed/templates/chvbsRepository/chvb/DVBLink.xml...Success -Processing /tmp/appFeed/templates/chvbsRepository/chvb/kerio-connect.xml...Success -Processing /tmp/appFeed/templates/chvbsRepository/chvb/OnlyOfficeDocumentServer.xml...Success -Processing /tmp/appFeed/templates/chvbsRepository/chvb/TvhProxy.xml...Success -Processing /tmp/appFeed/templates/chvbsRepository/chvb/WebGrabPlus.xml...Success - - -Downloading jcreynolds' Repository: https://github.com/jcreynolds/docker-templates -> /tmp/appFeed/templates/jcreynoldsRepository Attempt 1...https://github.com/jcreynolds/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jcreynoldsRepository/FlexTV.xml...Success -Processing /tmp/appFeed/templates/jcreynoldsRepository/NodeLink.xml...Success - - -Downloading JugniJi's Repository: https://github.com/shaf/unraid-docker-templates -> /tmp/appFeed/templates/JugniJisRepository Attempt 1...https://github.com/shaf/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JugniJisRepository/shaf/munin-server.xml...Success - - -Downloading atribe's Repository: https://github.com/atribe/unRAID-docker -> /tmp/appFeed/templates/atribesRepository Attempt 1...https://github.com/atribe/unRAID-docker/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/atribesRepository/apcupsd-influxdb-exporter.xml...Success -Processing /tmp/appFeed/templates/atribesRepository/apt-cacher-ng.xml...Success -Processing /tmp/appFeed/templates/atribesRepository/glances.xml...Success -Processing /tmp/appFeed/templates/atribesRepository/grafana.xml...Success -Processing /tmp/appFeed/templates/atribesRepository/hddtemp.xml...Success -Processing /tmp/appFeed/templates/atribesRepository/influxdb.xml...Success -Processing /tmp/appFeed/templates/atribesRepository/mineos-node.xml...Removed from CA -Processing /tmp/appFeed/templates/atribesRepository/plex-data-collector-for-influxdb.xml...Success -Processing /tmp/appFeed/templates/atribesRepository/speedtest-influxdb.xml...Success -Processing /tmp/appFeed/templates/atribesRepository/telegraf.xml...Success -Processing /tmp/appFeed/templates/atribesRepository/untelegraf.xml...Success - - -Downloading Kru-X's Repository: https://github.com/Kru-x/unraid-docker-templates -> /tmp/appFeed/templates/Kru-XsRepository Attempt 1...https://github.com/Kru-x/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Kru-XsRepository/Kru-x/Godaddy-ddns.xml...Success -Processing /tmp/appFeed/templates/Kru-XsRepository/Kru-x/wekan.xml...Success -Processing /tmp/appFeed/templates/Kru-XsRepository/Kru-x/wordpress.xml...Success - - -Downloading jbrodriguez's Repository: https://github.com/jbrodriguez/unraid -> /tmp/appFeed/templates/jbrodriguezsRepository Attempt 1...https://github.com/jbrodriguez/unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jbrodriguezsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/jbrodriguezsRepository/controlr.xml... Downloading https://github.com/jbrodriguez/controlr/releases/latest/download/controlr.plg attempt 1...Success -Processing /tmp/appFeed/templates/jbrodriguezsRepository/controlrd.xml... Downloading https://github.com/jbrodriguez/controlrd/releases/latest/download/controlrd.plg attempt 1...Success -Processing /tmp/appFeed/templates/jbrodriguezsRepository/unbalanced.xml... Downloading https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg attempt 1...Success - - -Downloading Waseh's Repository: https://github.com/Waseh/unraidtemplates -> /tmp/appFeed/templates/WasehsRepository Attempt 1...https://github.com/Waseh/unraidtemplates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/WasehsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/WasehsRepository/rclone.xml... Downloading https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plg attempt 1...Success - - -Downloading Uirel's Repository: https://github.com/Poag/docker-xml -> /tmp/appFeed/templates/UirelsRepository Attempt 1...https://github.com/Poag/docker-xml/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/UirelsRepository/caddyv2.xml...Success - - -Downloading Thraxis' Repository: https://github.com/Thraxis/docker-templates -> /tmp/appFeed/templates/ThraxisRepository Attempt 1...https://github.com/Thraxis/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ThraxisRepository/thraxis/lazylibrarian-calibre.xml...Success -Processing /tmp/appFeed/templates/ThraxisRepository/thraxis/transmission-nzbtomedia.xml...Success - - -Downloading cheesemarathon's Repository: https://github.com/BB-BenBridges/docker-templates -> /tmp/appFeed/templates/cheesemarathonsRepository Attempt 1...https://github.com/BB-BenBridges/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/cheesemarathonsRepository/cheesemarathon/boinc.xml...Success -Processing /tmp/appFeed/templates/cheesemarathonsRepository/cheesemarathon/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/cheesemarathonsRepository/cheesemarathon/cloudcmd.xml...Success -Processing /tmp/appFeed/templates/cheesemarathonsRepository/cheesemarathon/diyhue.xml...Success -Processing /tmp/appFeed/templates/cheesemarathonsRepository/cheesemarathon/generic-cache.xml...Success -Processing /tmp/appFeed/templates/cheesemarathonsRepository/cheesemarathon/ghost.xml...Success -Processing /tmp/appFeed/templates/cheesemarathonsRepository/cheesemarathon/KID.xml...Success -Processing /tmp/appFeed/templates/cheesemarathonsRepository/cheesemarathon/Metabase.xml...Success -Processing /tmp/appFeed/templates/cheesemarathonsRepository/cheesemarathon/minio.xml...Success -Processing /tmp/appFeed/templates/cheesemarathonsRepository/cheesemarathon/oauth2-proxy.xml...Success -Processing /tmp/appFeed/templates/cheesemarathonsRepository/cheesemarathon/sniproxy.xml...Success -Processing /tmp/appFeed/templates/cheesemarathonsRepository/cheesemarathon/steamcache-dns.xml...Success -Processing /tmp/appFeed/templates/cheesemarathonsRepository/cheesemarathon/task-cafe.xml...Success - - -Downloading Taddeusz' Repository: https://github.com/jason-bean/docker-templates -> /tmp/appFeed/templates/TaddeuszRepository Attempt 1...https://github.com/jason-bean/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/TaddeuszRepository/jasonbean-repo/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/TaddeuszRepository/jasonbean-repo/Guacamole.xml...Success -Processing /tmp/appFeed/templates/TaddeuszRepository/jasonbean-repo/Guacamole-nomariadb.xml...Success -Processing /tmp/appFeed/templates/TaddeuszRepository/jasonbean-repo/MicrosoftSQLServer.xml...Removed from CA -Processing /tmp/appFeed/templates/TaddeuszRepository/jasonbean-repo/MongoDB.xml...Success - - -Downloading Official Plex Repository: https://github.com/plexinc/pms-docker -> /tmp/appFeed/templates/OfficialPlexRepository Attempt 1...https://github.com/plexinc/pms-docker/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/OfficialPlexRepository/plex-unRAID.xml...Success - - -Downloading clowrym's Repository: https://github.com/clowrym/docker-templates -> /tmp/appFeed/templates/clowrymsRepository Attempt 1...https://github.com/clowrym/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/clowrymsRepository/MinecraftPE-Nukkit.xml...Success -Processing /tmp/appFeed/templates/clowrymsRepository/Mineos-node(Ubuntu).xml...Success -Processing /tmp/appFeed/templates/clowrymsRepository/Plex-discord-bot.xml...Removed from CA -Processing /tmp/appFeed/templates/clowrymsRepository/Transmission_VPN.xml...Success - - -Downloading brettm357's Repository: https://github.com/brettm357/docker-templates -> /tmp/appFeed/templates/brettm357sRepository Attempt 1...https://github.com/brettm357/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/brettm357sRepository/unifi.xml...Success - - -Downloading Djoss' Repository: https://github.com/jlesage/docker-templates -> /tmp/appFeed/templates/DjossRepository Attempt 1...https://github.com/jlesage/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DjossRepository/jlesage/avidemux.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/DjossRepository/jlesage/cloudberry-backup.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/crashplan-enterprise.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/crashplan-pro.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/czkawka.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/dupeguru.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/filebot.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/filezilla.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/firefox.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/firefox-esr.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/freefilesync.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/handbrake.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/jdownloader-2.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/jmkvpropedit.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/makemkv.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/mediainfo.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/mkv-muxing-batch-gui.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/mkvcleaver.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/mkvtoolnix.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/nginx-proxy-manager.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/putty.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/qdirstat.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/sharry.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/thunderbird.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/tixati.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/tsmuxer.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/video-duplicate-finder.xml...Success -Processing /tmp/appFeed/templates/DjossRepository/jlesage/xfburn.xml...Success - - -Downloading dlandon's Repository: https://github.com/dlandon/docker.templates -> /tmp/appFeed/templates/dlandonsRepository Attempt 1...https://github.com/dlandon/docker.templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/dlandonsRepository/active.directory.xml... Downloading https://raw.githubusercontent.com/dlandon/active.directory/master/active.directory.plg attempt 1...Success -Processing /tmp/appFeed/templates/dlandonsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/dlandonsRepository/dynamix.cache.dirs.xml... Downloading https://raw.githubusercontent.com/dlandon/cache_dirs/master/dlandon.cache.dirs.plg attempt 1...Success -Processing /tmp/appFeed/templates/dlandonsRepository/enhanced.log.xml... Downloading https://raw.githubusercontent.com/dlandon/enhanced.log/master/enhanced.log.plg attempt 1...Success -Processing /tmp/appFeed/templates/dlandonsRepository/file.activity.xml... Downloading https://raw.githubusercontent.com/dlandon/file.activity/master/file.activity.plg attempt 1...Success -Processing /tmp/appFeed/templates/dlandonsRepository/libvirt.hotplugin.usb.xml... Downloading https://raw.githubusercontent.com/dlandon/libvirt.hotplug.usb/master/libvirt.hotplug.usb.plg attempt 1...Success -Processing /tmp/appFeed/templates/dlandonsRepository/LogitechMediaServer.xml...Success -Processing /tmp/appFeed/templates/dlandonsRepository/open.files.xml... Downloading https://raw.githubusercontent.com/dlandon/open.files/master/open.files.plg attempt 1...Success -Processing /tmp/appFeed/templates/dlandonsRepository/ownCloud.xml...Success -Processing /tmp/appFeed/templates/dlandonsRepository/python2.xml... Downloading https://raw.githubusercontent.com/dlandon/python2/master/Python2.plg attempt 1...Success -Processing /tmp/appFeed/templates/dlandonsRepository/python3.xml... Downloading https://raw.githubusercontent.com/dlandon/python3/master/Python3.plg attempt 1...Success -Processing /tmp/appFeed/templates/dlandonsRepository/recycle.bin.xml... Downloading https://raw.githubusercontent.com/dlandon/recycle.bin/master/recycle.bin.plg attempt 1...Success -Processing /tmp/appFeed/templates/dlandonsRepository/tips.and.tweaks.xml... Downloading https://raw.githubusercontent.com/dlandon/tips.and.tweaks/master/tips.and.tweaks.plg attempt 1...Success -Processing /tmp/appFeed/templates/dlandonsRepository/unassigned.devices.xml... Downloading https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.plg attempt 1...Success -Processing /tmp/appFeed/templates/dlandonsRepository/unassigned.devices-plus.xml... Downloading https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices-plus.plg attempt 1...Success -Processing /tmp/appFeed/templates/dlandonsRepository/unassigned.devices.preclear.xml... Downloading https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.preclear.plg attempt 1...Success -Processing /tmp/appFeed/templates/dlandonsRepository/Z80Pack.xml...Success -Processing /tmp/appFeed/templates/dlandonsRepository/Zoneminder.xml...Success - - -Downloading JustinAiken's Repository: https://github.com/JustinAiken/unraid-docker-templates -> /tmp/appFeed/templates/JustinAikensRepository Attempt 1...https://github.com/JustinAiken/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JustinAikensRepository/bitcoinunlimited/bitcoinunlimited.xml...Success - - -Downloading dsmith44's Repository: https://github.com/deasmi/unraid-ca -> /tmp/appFeed/templates/dsmith44sRepository Attempt 1...https://github.com/deasmi/unraid-ca/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/dsmith44sRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/dsmith44sRepository/puppetmaster.xml...Success -Processing /tmp/appFeed/templates/dsmith44sRepository/unraid-tailscale.xml...Success - - -Downloading fanningert's Repository: https://github.com/fanningert/unraid-docker-templates -> /tmp/appFeed/templates/fanningertsRepository Attempt 1...https://github.com/fanningert/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/fanningertsRepository/fanningert/Aria2AriaNG.xml...Success -Processing /tmp/appFeed/templates/fanningertsRepository/fanningert/Aria2Daemon.xml...Success -Processing /tmp/appFeed/templates/fanningertsRepository/fanningert/Aria2ToWebUI.xml...Success -Processing /tmp/appFeed/templates/fanningertsRepository/fanningert/CalibreWeb.xml...Success -Processing /tmp/appFeed/templates/fanningertsRepository/fanningert/CloudCMD.xml...Removed from CA -Processing /tmp/appFeed/templates/fanningertsRepository/fanningert/Gitea.xml...Success -Processing /tmp/appFeed/templates/fanningertsRepository/fanningert/Guacd.xml...Removed from CA -Processing /tmp/appFeed/templates/fanningertsRepository/fanningert/rocketchat.xml...Success -Processing /tmp/appFeed/templates/fanningertsRepository/fanningert/virtmanager.xml...Success - - -Downloading malfurious' Repository: https://github.com/Malfurious/docker-templates -> /tmp/appFeed/templates/malfuriousRepository Attempt 1...https://github.com/Malfurious/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/malfuriousRepository/Malfurious/malfurious-mailserver.xml...Success -Processing /tmp/appFeed/templates/malfuriousRepository/Malfurious/malfurious-roundcube-postfixadmin.xml...Success - - -Downloading malvarez00's Repository: https://github.com/malvarez00/unRAID-Docker-Templates -> /tmp/appFeed/templates/malvarez00sRepository Attempt 1...https://github.com/malvarez00/unRAID-Docker-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/malvarez00sRepository/malvarez00/GitLab-CE.xml...Removed from CA -Processing /tmp/appFeed/templates/malvarez00sRepository/malvarez00/HOOBS.xml...Success -Processing /tmp/appFeed/templates/malvarez00sRepository/malvarez00/MotionEye.xml...Success -Processing /tmp/appFeed/templates/malvarez00sRepository/malvarez00/UniFi-Video.xml...Success - - -Downloading runraid's Repository: https://github.com/rroller/unraid-templates -> /tmp/appFeed/templates/runraidsRepository Attempt 1...https://github.com/rroller/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/runraidsRepository/ronnieroller.com/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/runraidsRepository/ronnieroller.com/dahuavto2mqtt.xml...Success -Processing /tmp/appFeed/templates/runraidsRepository/ronnieroller.com/ddns.xml...Success -Processing /tmp/appFeed/templates/runraidsRepository/ronnieroller.com/deepstack.xml...Removed from CA -Processing /tmp/appFeed/templates/runraidsRepository/ronnieroller.com/lidarr.xml...Success -Processing /tmp/appFeed/templates/runraidsRepository/ronnieroller.com/liquid_dl.xml...Success -Processing /tmp/appFeed/templates/runraidsRepository/ronnieroller.com/media-roller.xml...Success -Processing /tmp/appFeed/templates/runraidsRepository/ronnieroller.com/pgadmin.xml...Success -Processing /tmp/appFeed/templates/runraidsRepository/ronnieroller.com/youtube-dl-server.xml...Success - - -Downloading MarkusMcNugen's Repository: https://github.com/MarkusMcNugen/docker-templates -> /tmp/appFeed/templates/MarkusMcNugensRepository Attempt 1...https://github.com/MarkusMcNugen/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MarkusMcNugensRepository/crushftp10/crushftp10-template.xml...Success -Processing /tmp/appFeed/templates/MarkusMcNugensRepository/openconnect/openconnect-template.xml...Success -Processing /tmp/appFeed/templates/MarkusMcNugensRepository/qbittorrentvpn/qbittorrentvpn-template.xml...Success -Processing /tmp/appFeed/templates/MarkusMcNugensRepository/sftp/sftp-template.xml...Success - - -Downloading jj9987's Repository: https://github.com/juusujanar/unraid-templates -> /tmp/appFeed/templates/jj9987sRepository Attempt 1...https://github.com/juusujanar/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jj9987sRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/jj9987sRepository/Cloudflare-DDNS.xml...Success -Processing /tmp/appFeed/templates/jj9987sRepository/DockerRegistry.xml...Success -Processing /tmp/appFeed/templates/jj9987sRepository/PortainerCE.xml...Removed from CA -Processing /tmp/appFeed/templates/jj9987sRepository/PostgreSQL10.xml...Success -Processing /tmp/appFeed/templates/jj9987sRepository/PostgreSQL11.xml...Success -Processing /tmp/appFeed/templates/jj9987sRepository/PostgreSQL12.xml...Success -Processing /tmp/appFeed/templates/jj9987sRepository/PostgreSQL13.xml...Success -Processing /tmp/appFeed/templates/jj9987sRepository/PostgreSQL14.xml...Success -Processing /tmp/appFeed/templates/jj9987sRepository/PostgreSQL15.xml...Success -Processing /tmp/appFeed/templates/jj9987sRepository/Redis.xml...Success - - -Downloading JCloud's Repository: https://github.com/Jcloud67/Docker-Templates -> /tmp/appFeed/templates/JCloudsRepository Attempt 1...https://github.com/Jcloud67/Docker-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JCloudsRepository/Cacti.xml...Success -Processing /tmp/appFeed/templates/JCloudsRepository/posteFree.xml...Success -Processing /tmp/appFeed/templates/JCloudsRepository/QDirStat.xml...Removed from CA -Processing /tmp/appFeed/templates/JCloudsRepository/r8mystorj.xml...Success -Processing /tmp/appFeed/templates/JCloudsRepository/Sia-coin.xml...Success -Processing /tmp/appFeed/templates/JCloudsRepository/Storj.xml...Success -Processing /tmp/appFeed/templates/JCloudsRepository/StorjNode-V3.xml...Removed from CA - - -Downloading tombowditch's Repository: https://github.com/tombowditch/docker-templates -> /tmp/appFeed/templates/tombowditchsRepository Attempt 1...https://github.com/tombowditch/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/tombowditchsRepository/tombowditch/telly.xml...Success - - -Downloading Tautulli's Repository: https://github.com/Tautulli/Tautulli-Unraid-Template -> /tmp/appFeed/templates/TautullisRepository Attempt 1...https://github.com/Tautulli/Tautulli-Unraid-Template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/TautullisRepository/tautulli.xml...Success - - -Downloading JBartlett's Repository: https://github.com/jbartlett777/DiskSpeed -> /tmp/appFeed/templates/JBartlettsRepository Attempt 1...https://github.com/jbartlett777/DiskSpeed/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JBartlettsRepository/DiskSpeed.xml...Success - - -Downloading zyphermonkey's Repository: https://github.com/zyphermonkey/docker-templates -> /tmp/appFeed/templates/zyphermonkeysRepository Attempt 1...https://github.com/zyphermonkey/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/zyphermonkeysRepository/splunk/splunk.xml...Removed from CA - - -Downloading Mudislander's Repository: https://github.com/Mudislander/docker-templates -> /tmp/appFeed/templates/MudislandersRepository Attempt 1...https://github.com/Mudislander/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MudislandersRepository/fogproject.xml...Success -Processing /tmp/appFeed/templates/MudislandersRepository/openra.xml...Success -Processing /tmp/appFeed/templates/MudislandersRepository/xteve.xml...Success - - -Downloading Spikhalskiy's Repository: https://github.com/Spikhalskiy/docker-templates -> /tmp/appFeed/templates/SpikhalskiysRepository Attempt 1...https://github.com/Spikhalskiy/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SpikhalskiysRepository/zerotier.xml...Success - - -Downloading digiblur's Repository: https://github.com/digiblur/unraid-docker-templates -> /tmp/appFeed/templates/digiblursRepository Attempt 1...https://github.com/digiblur/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/digiblursRepository/amcrest2mqtt.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/camviewerplus.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/digiblursRepository/deprecated/deepstack.xml... ***DEPRECATED BY REPO PATH*** Removed from CA -Processing /tmp/appFeed/templates/digiblursRepository/esphome.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/deprecated/esphome-libretiny.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/digiblursRepository/ha-dockermon.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/deprecated/hassio_supervisor.xml... ***DEPRECATED BY REPO PATH*** Removed from CA -Processing /tmp/appFeed/templates/digiblursRepository/matter-server.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/neolink.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/open-alpr-http-wrapper.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/openWakeWord.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/plate-minder.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/ring-mqtt.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/silabs-multipan-thread.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/deprecated/smartthings-mqtt-bridge.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/digiblursRepository/deprecated/speedtest.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/digiblursRepository/TasmoAdmin.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/tasmobackup.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/deprecated/tasui.xml... ***DEPRECATED BY REPO PATH*** Removed from CA -Processing /tmp/appFeed/templates/digiblursRepository/unms.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/venstar2mqtt.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/wyzesense2mqtt.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/zigbee2mqtt.xml...Success -Processing /tmp/appFeed/templates/digiblursRepository/zwave-js-ui.xml...Success - - -Downloading CorneliousJD's Repository: https://github.com/CorneliousJD/Docker-Templates -> /tmp/appFeed/templates/CorneliousJDsRepository Attempt 1...https://github.com/CorneliousJD/Docker-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/CorneliousJDsRepository/amp.xml...Removed from CA -Processing /tmp/appFeed/templates/CorneliousJDsRepository/androiddebugbridge.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/appdaemon.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/CorneliousJDsRepository/cloudbeaver.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/CubeBackup-GoogleWorkspace.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/CubeBackup-Microsoft365.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/healthchecksdashboard.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/homechart.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/immich.xml...Removed from CA -Processing /tmp/appFeed/templates/CorneliousJDsRepository/jelu.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/joplinapp.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/keeperautomator.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/koillection.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/matrixsynapse.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/onetimesecret.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/openeats.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/passwordpusherephemeral.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/passwordpusherpostgresql.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/pastey.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/photoview.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/phpservermon.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/recipes.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/rickroll.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/sftpgo.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/siliconnotes.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/stash.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/statping-ng.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/suistartpage.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/tahskr.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/teslamate-grafana.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/tracks.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/unifiprotect.xml...Success -Processing /tmp/appFeed/templates/CorneliousJDsRepository/uptimekuma.xml...Success - - -Downloading mlebjerg's Repository: https://github.com/mlebjerg/docker-templates -> /tmp/appFeed/templates/mlebjergsRepository Attempt 1...https://github.com/mlebjerg/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/mlebjergsRepository/mlebjerg/fsm.xml...Removed from CA -Processing /tmp/appFeed/templates/mlebjergsRepository/mlebjerg/steamCacheBundle.xml...Success - - -Downloading cmccambridge's Repository: https://github.com/cmccambridge/unraid-templates -> /tmp/appFeed/templates/cmccambridgesRepository Attempt 1...https://github.com/cmccambridge/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/cmccambridgesRepository/cmccambridge/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/cmccambridgesRepository/cmccambridge/mosquitto-unraid.xml...Success -Processing /tmp/appFeed/templates/cmccambridgesRepository/cmccambridge/ocrmypdf-auto.xml...Success - - -Downloading itimpi's Repository: https://github.com/itimpi/Unraid-CA-Templates -> /tmp/appFeed/templates/itimpisRepository Attempt 1...https://github.com/itimpi/Unraid-CA-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/itimpisRepository/MyMediaForAlexa.xml...Success -Processing /tmp/appFeed/templates/itimpisRepository/parity.check.tuning.xml... Downloading https://raw.githubusercontent.com/itimpi/parity.check.tuning/master/parity.check.tuning.plg attempt 1...Success - - -Downloading thetarkus' Repository: https://github.com/thetarkus/docker-templates -> /tmp/appFeed/templates/thetarkusRepository Attempt 1...https://github.com/thetarkus/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/thetarkusRepository/beets.xml...Success -Processing /tmp/appFeed/templates/thetarkusRepository/funkwhale.xml...Removed from CA - - -Downloading mdarkness1988's Repository: https://github.com/mdarkness1988/rust-server-template -> /tmp/appFeed/templates/mdarkness1988sRepository Attempt 1...https://github.com/mdarkness1988/rust-server-template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/mdarkness1988sRepository/Rust-Server.xml...Success - - -Downloading Dyon's Repository: https://github.com/DyonR/docker-templates -> /tmp/appFeed/templates/DyonsRepository Attempt 1...https://github.com/DyonR/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DyonsRepository/Templates/jackettvpn/jackettvpn-template.xml...Success -Processing /tmp/appFeed/templates/DyonsRepository/Templates/magnetico-environment/magnetico-environment-template.xml...Success -Processing /tmp/appFeed/templates/DyonsRepository/Templates/nzbgetvpn/nzbgetvpn-template.xml...Success -Processing /tmp/appFeed/templates/DyonsRepository/Templates/owncloud-client/owncloud-client-template.xml...Success -Processing /tmp/appFeed/templates/DyonsRepository/Templates/passthroughvpn/passthroughvpn-template.xml...Success -Processing /tmp/appFeed/templates/DyonsRepository/Templates/qbittorrentvpn/qbittorrentvpn-template.xml...Success -Processing /tmp/appFeed/templates/DyonsRepository/Templates/sabnzbdvpn/sabnzbdvpn-template.xml...Success - - -Downloading dorgan's Repository: https://github.com/dorgan/unraid-templates -> /tmp/appFeed/templates/dorgansRepository Attempt 1...https://github.com/dorgan/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/dorgansRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/dorgansRepository/unraid-networkstats-template.xml... Downloading https://raw.githubusercontent.com/dorgan/Unraid-networkstats/master/networkstats.plg attempt 1...Success -Processing /tmp/appFeed/templates/dorgansRepository/unraid-plexstreams-template.xml... Downloading https://raw.githubusercontent.com/dorgan/Unraid-plexstreams/master/plexstreams.plg attempt 1...Success - - -Downloading rix's Repository: https://github.com/rix1337/docker-templates -> /tmp/appFeed/templates/rixsRepository Attempt 1...https://github.com/rix1337/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/rixsRepository/rix1337/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/rixsRepository/rix1337/feedcrawler.xml...Success -Processing /tmp/appFeed/templates/rixsRepository/rix1337/myjd-api.xml...Success -Processing /tmp/appFeed/templates/rixsRepository/rix1337/ripper.xml...Success - - -Downloading shrmn's Repository: https://github.com/shrmnk/docker-templates -> /tmp/appFeed/templates/shrmnsRepository Attempt 1...https://github.com/shrmnk/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/shrmnsRepository/shrmn/gsdock.xml...Success - - -Downloading Siwat2545's Repository: https://github.com/SiwatINC/unraid-ca-repository -> /tmp/appFeed/templates/Siwat2545sRepository Attempt 1...https://github.com/SiwatINC/unraid-ca-repository/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Siwat2545sRepository/docker-template/adguard_home.xml...Success -Processing /tmp/appFeed/templates/Siwat2545sRepository/docker-template/axigen.xml...Success -Processing /tmp/appFeed/templates/Siwat2545sRepository/docker-template/axigen_antispam.xml...Success -Processing /tmp/appFeed/templates/Siwat2545sRepository/docker-template/facebox.xml...Removed from CA -Processing /tmp/appFeed/templates/Siwat2545sRepository/docker-template/h265ize.xml...Success -Processing /tmp/appFeed/templates/Siwat2545sRepository/docker-template/homebridge_ui.xml...Success -Processing /tmp/appFeed/templates/Siwat2545sRepository/docker-template/humhub.xml...Success -Processing /tmp/appFeed/templates/Siwat2545sRepository/docker-template/nginxpagespeed.xml...Success -Processing /tmp/appFeed/templates/Siwat2545sRepository/docker-template/onlyoffice_community_server.xml...Success -Processing /tmp/appFeed/templates/Siwat2545sRepository/docker-template/onlyoffice_document_server.xml...Success -Processing /tmp/appFeed/templates/Siwat2545sRepository/docker-template/phlex.xml...Success -Processing /tmp/appFeed/templates/Siwat2545sRepository/docker-template/ubuntuplayground.xml...Success -Processing /tmp/appFeed/templates/Siwat2545sRepository/docker-template/zwavejs2mqtt.xml...Removed from CA - - -Downloading Bender's Repository: https://github.com/benderstwin/docker-templates -> /tmp/appFeed/templates/BendersRepository Attempt 1...https://github.com/benderstwin/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/BendersRepository/Bender-traefik.xml...Removed from CA -Processing /tmp/appFeed/templates/BendersRepository/Bender-Varken.xml...Success -Processing /tmp/appFeed/templates/BendersRepository/HA-Dashboard.xml...Removed from CA - - -Downloading seim's Repository: https://github.com/dersimn/docker-unraid-templates -> /tmp/appFeed/templates/seimsRepository Attempt 1...https://github.com/dersimn/docker-unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/seimsRepository/dersimn/Seafile Server.xml...Removed from CA - - -Downloading fithwum's Repository: https://github.com/fithwum/files-for-dockers -> /tmp/appFeed/templates/fithwumsRepository Attempt 1...https://github.com/fithwum/files-for-dockers/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/fithwumsRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/fithwumsRepository/templates/foundry-vtt_unraid.xml...Success -Processing /tmp/appFeed/templates/fithwumsRepository/templates/minecraft-fabric_server_unraid.xml...Success -Processing /tmp/appFeed/templates/fithwumsRepository/templates/minecraft_server_unraid.xml...Success -Processing /tmp/appFeed/templates/fithwumsRepository/templates/teamspeak_server_unraid.xml...Success - - -Downloading FlamongOle's Repository: https://github.com/olehj/unraid -> /tmp/appFeed/templates/FlamongOlesRepository Attempt 1...https://github.com/olehj/unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/FlamongOlesRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/FlamongOlesRepository/disklocation.xml... Downloading https://raw.githubusercontent.com/olehj/disklocation/master/disklocation-master.plg attempt 1...Success -Processing /tmp/appFeed/templates/FlamongOlesRepository/disklocation-dev.xml... Downloading https://raw.githubusercontent.com/olehj/disklocation/devel/disklocation-devel.plg attempt 1...Success -Processing /tmp/appFeed/templates/FlamongOlesRepository/nsfminerOC.xml...Success - - -Downloading Grack's Repository: https://github.com/GregYankovoy/docker-templates -> /tmp/appFeed/templates/GracksRepository Attempt 1...https://github.com/GregYankovoy/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/GracksRepository/greg/chowdown.xml...Success -Processing /tmp/appFeed/templates/GracksRepository/greg/goaccess.xml...Success -Processing /tmp/appFeed/templates/GracksRepository/greg/lftp-mirror.xml...Success - - -Downloading raz's Repository: https://github.com/RazorSiM/docker-templates -> /tmp/appFeed/templates/razsRepository Attempt 1...https://github.com/RazorSiM/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/razsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/razsRepository/hass-configurator.xml...Success -Processing /tmp/appFeed/templates/razsRepository/yourls.xml...Success - - -Downloading knex666's Repository: https://github.com/maschhoff/docker -> /tmp/appFeed/templates/knex666sRepository Attempt 1...https://github.com/maschhoff/docker/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/knex666sRepository/icecast/icecast.xml...Not a valid application xml -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-clipy.xml...Removed from CA -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-confluence.xml...Success -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-croodle.xml...Success -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-filebrowser.xml...Success -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-icecast.xml...Success -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-librespeed.xml...Removed from CA -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-mopidy.xml...Success -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-Mopidy3.xml...Success -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-nextcloud.xml...Success -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-openhab.xml...Success -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-OpenProject.xml...Removed from CA -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-picoshare.xml...Success -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-prpdf.xml...Success -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-RSSNotipy.xml...Success -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-RTMPServer.xml...Success -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-shortipy.xml...Success -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-Snapcast.xml...Success -Processing /tmp/appFeed/templates/knex666sRepository/unraid xml/my-tor-relay.xml...Success - - -Downloading MobiusNine's Repository: https://github.com/MobiusNine/docker-templates -> /tmp/appFeed/templates/MobiusNinesRepository Attempt 1...https://github.com/MobiusNine/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MobiusNinesRepository/MobiusNine/FoldingAtHome.xml...Success - - -Downloading ulisses1478's Repository: https://github.com/Ulisses1478/templates-unraid -> /tmp/appFeed/templates/ulisses1478sRepository Attempt 1...https://github.com/Ulisses1478/templates-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ulisses1478sRepository/android8.xml...Removed from CA -Processing /tmp/appFeed/templates/ulisses1478sRepository/bitcoinwallet.xml...Removed from CA -Processing /tmp/appFeed/templates/ulisses1478sRepository/mongo-express.xml...Removed from CA -Processing /tmp/appFeed/templates/ulisses1478sRepository/phpmyadmin.xml...Removed from CA -Processing /tmp/appFeed/templates/ulisses1478sRepository/Shinobi.xml...Removed from CA -Processing /tmp/appFeed/templates/ulisses1478sRepository/teleradarr.xml...Success -Processing /tmp/appFeed/templates/ulisses1478sRepository/Zcash-wallet.xml...Removed from CA - - -Downloading FoxxMD's Repository: https://github.com/FoxxMD/unraid-docker-templates -> /tmp/appFeed/templates/FoxxMDsRepository Attempt 1...https://github.com/FoxxMD/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/aiyabot.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/cron-streamripper.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/elasticsearch.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/endlessh-go.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/fr24feed-piaware.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/maloja.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/multi-scrobbler.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/ozwdaemon.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/pgadmin4.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/pinry.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/shinysdr.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/shoginn-dump1090.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/shoginn-flightaware.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/shoginn-flightradar24.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/shoginn-vrs.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/statping.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/szurubooru-api.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/szurubooru-client.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/tautulli-notification-digest.xml...Success -Processing /tmp/appFeed/templates/FoxxMDsRepository/foxxmd/whoogle-search.xml...Success - - -Downloading ich777's Repository: https://github.com/ich777/docker-templates -> /tmp/appFeed/templates/ich777sRepository Attempt 1...https://github.com/ich777/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ich777sRepository/ich777/7DaysToDie.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/AbioticFactor.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/age.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-age/master/age.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/AlienSwarm.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/AlienSwarm-ReactiveDrop.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Altitude.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/AMD-Vendor-Reset.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-amd-vendor-reset/master/amd-vendor-reset.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/AmericanTruckSimulator.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/AmericasArmy-ProvingGrounds.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Anope.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Aquacomputer-D5Next.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-aquacomputer-d5next/master/aquacomputer-d5next-hwmon.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Aquacomputer-Quadro.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-aquacomputer-quadro/master/aquacomputer-quadro-hwmon.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/ARKSurvivalAscended.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/ARKSurvivalEvolved.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/ArmA3ExileMod.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/ArmAIII.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/AssettoCorsa.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/AssettoCorsaCompetizione.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Astroneer.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Avorion.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Barotrauma.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/BeamNG-MP.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Chivalry-MedievalWarfare.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Chrome.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Citadel-ForgedWithFire.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/ColonySurvival.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/ConanExiles.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Coral-Driver.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-coral-driver/master/coral-driver.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/corefreq.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-corefreq/master/corefreq.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/CoreKeeper.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/CounterStrike2D.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Craftopia.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Creativerse.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/CS2.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/CSGO.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/CSMM-7DtD.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/CSSource.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/CStrike1.6.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/CStrikeConditionZero.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/DayOfDefeat-Classic.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/DayOfDefeatSource.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/DayOfInfamy.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/DaysOfWar.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/DayZ.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/DDNet.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Debian-APT-Mirror.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Debian-Bookworm.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/Debian-Bullseye.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/DirSyncPro.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/DMClassic.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/DoH-Client.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/DoH-Server.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/DontStarveTogether.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/DVB-Drivers.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-dvb-driver/master/dvb-driver.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/ECO.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Electrum.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Enpass.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/EuroTruckSimulator2.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Factorio.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/Ferdi-Client.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Firefox.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Firewire.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-firewire/master/firewire.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/FistfulOfFrags.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/FiveM.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/FlutterCoin-Wallet.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/FrozenFlame.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/GarrysMod.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Gotify-On-Start.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/HailoRT-Driver.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-hailort-driver/master/hailort-driver.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/HalfLife-Deathmatch.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/HalfLife2DeathMatch.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/hpsahba.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-hpsahba/master/hpsahba.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Hurtworld.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Icarus.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/InspIRCD.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Insurgency.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/InsurgencySandstorm.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/intel-gpu-top.xml... Downloading https://raw.githubusercontent.com/ich777/intel-gpu-top/master/intel-gpu-top.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Intel-GVT-g.xml... Downloading https://raw.githubusercontent.com/ich777/intel-gvt-g/master/intel-gvt-g.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/ioquake3.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/iSCSI-Initiator.xml... Downloading https://raw.githubusercontent.com/ich777/iscsi-initiator/master/iscsi-initiator.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/IT87.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-it87-driver/master/it87-driver.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/IW4x-Server.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/jDownloader2.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/jdupes-gui.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Jenkins.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/KerbalSpaceProgram-LMP.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/KillingFloor.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/KillingFloor2.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Krusader.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/LambdaWars.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/LANCache-Prefill.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/LastOasis.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Left4Dead.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Left4Dead2.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Lidarr.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/LifeIsFeudal-YourOwn.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Longvinter.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/luckyBackup.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/LXC.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-lxc-plugin/master/lxc.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/MagicMirror-2.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/MEGASync.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Memories-of-Mars.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/MFT-Tools.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-mft-tools/master/mft-tools.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Microsoft-Edge.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Mindustry.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/MinecraftBasicServer.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/MinecraftBedrockEdition.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Monero-GUI.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Mordhau.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/MultiTheftAuto.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/MyCrypto.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/NCT6687.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-nct6687-driver/master/nct6687-driver.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Necesse.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/NEOTOKYO.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/NeverWinterNights-EE.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/NoMoreRoomInHell.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Nvidia-Drivers.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-nvidia-driver/master/nvidia-driver.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/nvtop.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-nvtop/master/nvtop.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/nzbget.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/NZBHydra2.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Ombi.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/OnlineCheckYourServer.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/OpenMW-TES3MP.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/OpenRCT2.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/OpenRGB-Patch.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-openrgb-patch/master/openrgb-patch.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/OpenTTD.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/OpenVPN-Client.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/OperationHarshDoorstop.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Owncast.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Palworld.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/PavlovVR.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/PhotoPrism.xml... ***DEPRECATED BY REPO PATH*** Removed from CA -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/PIXARK.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/PlanetaryAnnihilation.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Portfolio-Performance.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/PostScriptum.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/ProjectZomboid.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/PrometheusAdGuardExporter.xml... ***DEPRECATED BY REPO PATH*** Downloading https://raw.githubusercontent.com/ich777/unraid-prometheus_adguard_exporter/master/prometheus_adguard_exporter.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/PrometheusAfterburnerExporter.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-prometheus_msi_afterburner_exporter/master/prometheus_msi_afterburner_exporter.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/PrometheusFritzboxExporter.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-prometheus_fritzbox_exporter/master/prometheus_fritzbox_exporter.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/PrometheusNodeExporter.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-prometheus_node_exporter/master/prometheus_node_exporter.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Prometheusnvidia-smiExporter.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-prometheus_nvidia_smi_exporter/master/prometheus_nvidia_smi_exporter.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/PrometheusPiHoleExporter.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-prometheus_pihole_exporter/master/prometheus_pihole_exporter.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/PrometheusWireguardExporter.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-prometheus_wireguard_exporter/master/prometheus_wireguard_exporter.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Proxy-Server.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/PushBits.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Pushover-On-Start.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/PVK-II.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/QNAP-EC.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-qnapec/master/qnap-ec.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Quake3.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/QuakeLive.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/r8152-Driver.xml... ***DEPRECATED BY REPO PATH*** Downloading https://raw.githubusercontent.com/ich777/unraid-r8152-driver/master/unraid-r8152.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Radarr.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/radeontop.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-radeontop/master/radeontop.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/RapidPhotoDownloader.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/RCON.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-rcon/master/rcon.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Readarr.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/RedM.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Remmina.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/Restreamer.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/RUST.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/RustDeskServer-AiO.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/SABnzbd.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Satisfactory.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/SCP-SecretLaboratory.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Sonarr.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/SonsOfTheForest.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Soulmask.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Squad.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Starbound.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Starmade.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Stationeers.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/Stormworks.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Stun-Turn-Server.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Subsistence.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Sundtek-Drivers.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-sundtek-driver/master/sundtek-driver.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/SurviveTheNights.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/SvenCOOP.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/TeamFortress-Classic.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/TeamFortress2.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/TeamSpeak3.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Teeworlds.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Terraria.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Terraria-TShock.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/TerrariaMobile.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/TerraTech-Worlds.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/TheForest.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/TheFront.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/TheLounge.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Thunderbird.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Tor-Browser.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/Ubuntu-APT-Mirror.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/UGREENLED-Driver.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-ugreenleds-driver/master/ugreenleds-driver.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/uinput.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-uinput/master/uinput.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Ungoogled-Chromium.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/uNmINeD-GUI.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/unraid-replication.xml... Downloading https://raw.githubusercontent.com/ich777/unraid-replication/master/unraid-replication.plg attempt 1...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Unreal-Tournament-99.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Unturned.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Urban-Terror.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/V-Rising.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Valheim.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Vein.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Vintage-Story.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Windward.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Wreckfest.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/WurmUnlimited.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/XLink-Kai-Evolution.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Xonotic.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/Zabbix-Server.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/deprecated/Zabbix-Webinterface.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/Zandronum.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/ZNC.xml...Success -Processing /tmp/appFeed/templates/ich777sRepository/ich777/ZombiePanic-Source.xml...Success - - -Downloading simse's Repository: https://github.com/simse/docker-templates -> /tmp/appFeed/templates/simsesRepository Attempt 1...https://github.com/simse/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/simsesRepository/simse/chronos.xml...Success - - -Downloading Josh.5's Repository: https://github.com/Josh5/unraid-docker-templates -> /tmp/appFeed/templates/Josh.5sRepository Attempt 1...https://github.com/Josh5/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Josh.5sRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/Josh.5sRepository/josh5/lancache-bundle.xml...Success -Processing /tmp/appFeed/templates/Josh.5sRepository/josh5/steam-headless.xml...Success -Processing /tmp/appFeed/templates/Josh.5sRepository/josh5/steam-headless-secondary.xml...Success -Processing /tmp/appFeed/templates/Josh.5sRepository/josh5/teamcity-agent.xml...Success -Processing /tmp/appFeed/templates/Josh.5sRepository/josh5/teamcity-server.xml...Success -Processing /tmp/appFeed/templates/Josh.5sRepository/josh5/tvh-iptv.xml...Failed -Failed loading XML -Processing /tmp/appFeed/templates/Josh.5sRepository/josh5/tvh-iptv-config.xml...Success -Processing /tmp/appFeed/templates/Josh.5sRepository/josh5/unmanic.xml...Success - - -Downloading josywong's Repository: https://github.com/angelics/unraid-docker-template -> /tmp/appFeed/templates/josywongsRepository Attempt 1...https://github.com/angelics/unraid-docker-template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/josywongsRepository/blocklist-mirror.xml...Success -Processing /tmp/appFeed/templates/josywongsRepository/ipxebuildweb.xml...Success -Processing /tmp/appFeed/templates/josywongsRepository/Javinizer.xml...Success -Processing /tmp/appFeed/templates/josywongsRepository/ravencoinp2p.xml...Success -Processing /tmp/appFeed/templates/josywongsRepository/ravencoinwallet.xml...Success -Processing /tmp/appFeed/templates/josywongsRepository/tartube.xml...Success - - -Downloading kubed_zero's Repository: https://github.com/kubedzero/unraid-community-apps-xml -> /tmp/appFeed/templates/kubed_zerosRepository Attempt 1...https://github.com/kubedzero/unraid-community-apps-xml/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/kubed_zerosRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/kubed_zerosRepository/snmp.xml... Downloading https://raw.githubusercontent.com/kubedzero/unraid-snmp/main/snmp.plg attempt 1...Success - - -Downloading Official Songkong Repository: https://github.com/ijabz/songkong_unraid/ -> /tmp/appFeed/templates/OfficialSongkongRepository Attempt 1...https://github.com/ijabz/songkong_unraid//archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/OfficialSongkongRepository/songkong.xml...Success - - -Downloading TQ's Repository: https://github.com/tquizzle/Docker-xml -> /tmp/appFeed/templates/TQsRepository Attempt 1...https://github.com/tquizzle/Docker-xml/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/TQsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/TQsRepository/docker-adguard-prom-exporter.xml...Success -Processing /tmp/appFeed/templates/TQsRepository/docker-baserow.xml...Success -Processing /tmp/appFeed/templates/TQsRepository/docker-clamav-alpine.xml...Success -Processing /tmp/appFeed/templates/TQsRepository/docker-flatnotes.xml...Success -Processing /tmp/appFeed/templates/TQsRepository/docker-matchering.xml...Success -Processing /tmp/appFeed/templates/TQsRepository/docker-minecraft-server.xml...Success -Processing /tmp/appFeed/templates/TQsRepository/docker-pufferpanel.xml...Removed from CA -Processing /tmp/appFeed/templates/TQsRepository/docker-tiddlywiki5.xml...Success - - -Downloading Andrew207's Repository: https://github.com/andrew207/splunk -> /tmp/appFeed/templates/Andrew207sRepository Attempt 1...https://github.com/andrew207/splunk/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Andrew207sRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/Andrew207sRepository/splunkunraid.xml...Success - - -Downloading jbreed's Repository: https://github.com/jbreed/docker-templates -> /tmp/appFeed/templates/jbreedsRepository Attempt 1...https://github.com/jbreed/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jbreedsRepository/nessus/nessus.xml...Success - - -Downloading Selfhosters Unraid Discord Repository: https://github.com/selfhosters/unRAID-CA-templates -> /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository Attempt 1...https://github.com/selfhosters/unRAID-CA-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/addarr.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/adminer.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/airconnect.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/airdcpp.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/ampache.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/anaconda3.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/autobrr.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/backblaze.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/bitnami-openldap.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/bw_plex.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/cadvisor.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/deprecated/chevereto.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/cloudflare-ddns.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/cloudflared.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/companion.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/conreq.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/crushftp9.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/deemix.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/dizquetv.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/docker-wyze-bridge.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/dozzle.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/draw-io.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/drone.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/drone-runner-docker.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/duplicacy.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/flaresolverr.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/focalboard.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/forgejo.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/geoip2influx.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/goaccess.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/graylog.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/hass-unraid.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/hexo.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/hortusfox-web.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/huginn.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/idrac-fan-controller.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/idrac6.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/imgburn.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/invoiceninja.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/ipfs-kubo.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/jenkins.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/jira-software.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/kdenlive.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/kitana.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/komga.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/kopia.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/kubek.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/lemur-cfssl.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/deprecated/logarr.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/mafl.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/mango.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/mealiev1.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/monica.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/monica_new.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/deprecated/monitorr.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/monitorss-bot.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/monitorss-web.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/navidrome.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/nicotine-plus.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/node-ffmpeg-mpegts-proxy.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/nosqlclient.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/notifiarr.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/omegabrr.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/openldap.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/overleaf.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/paperless-ng.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/paperless-ngx.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/pasta.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/phpldapadmin.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/planka.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/plex-ldap.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/plex-web.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/pocketbase.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/podgrab.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/podsync.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/postgis.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/privatebin.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/prom-alertmanager.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/prometheus.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/protonmail-bridge.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/qbitrr.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/quasselcore.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/radarrsync.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/rancher.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/rebuild-dndc.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/red-discordbot.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/replex.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/requestrr.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/rss-bridge.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/rtmps-server.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/scrutiny.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/searcharr.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/seedsync.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/seekerr.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/shinobi_cctv.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/shoko-server.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/siad.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/siteinspector.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/speedtest-tracker.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/sstvproxy.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/syncarr.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/tabby-web.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/tdarr.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/tdarr_node.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/technitium-dnsserver.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/teddycloud.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/teedy-docs.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/themepark.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/tiddlywiki.xml...Removed from CA -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/traccar.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/traktarr.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/triliumnext.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/deprecated/ts-dnsserver.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/tuyagateway.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/twonky-server.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/unifi-poller.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/unpackerr.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/vaultwarden.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/warp.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/watchyourlan.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/web-pdf-toolbox.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/wikijs.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/xbackbone.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/xibo-cms.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/xibo-xmr.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/youtubedl-material.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/ytdl-sub.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/ytdl-sub-gui.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/zwave2mqtt.xml...Success -Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/zwavejs2mqtt.xml...Success - - -Downloading alturismo's Repository: https://github.com/alturismo/unraid_templates -> /tmp/appFeed/templates/alturismosRepository Attempt 1...https://github.com/alturismo/unraid_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/alturismosRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/alturismosRepository/my-dnsforge_xteve.xml...Removed from CA -Processing /tmp/appFeed/templates/alturismosRepository/my-guide2go.xml...Success -Processing /tmp/appFeed/templates/alturismosRepository/my-hideme_privoxy.xml...Success -Processing /tmp/appFeed/templates/alturismosRepository/my-ovpn_privoxy.xml...Success -Processing /tmp/appFeed/templates/alturismosRepository/my-owi2plex.xml...Success -Processing /tmp/appFeed/templates/alturismosRepository/my-xteve.xml...Success -Processing /tmp/appFeed/templates/alturismosRepository/my-xteve_g2g_owi.xml...Success -Processing /tmp/appFeed/templates/alturismosRepository/my-xteve_guide2go.xml...Success -Processing /tmp/appFeed/templates/alturismosRepository/my-xteve_vpn.xml...Success - - -Downloading StevenD's Repository: https://github.com/StevenDTX/unraid-plugin-repository -> /tmp/appFeed/templates/StevenDsRepository Attempt 1...https://github.com/StevenDTX/unraid-plugin-repository/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/StevenDsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/StevenDsRepository/openVMTools-compiled.xml... Downloading https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.plg attempt 1...Success - - -Downloading Mihai's Repository: https://github.com/kiwimato/unraid-templates -> /tmp/appFeed/templates/MihaisRepository Attempt 1...https://github.com/kiwimato/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MihaisRepository/invoiceninja-v5.xml...Success -Processing /tmp/appFeed/templates/MihaisRepository/nut-influxdb-exporter.xml...Success - - -Downloading xthursdayx's Repository: https://github.com/xthursdayx/docker-templates -> /tmp/appFeed/templates/xthursdayxsRepository Attempt 1...https://github.com/xthursdayx/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/xthursdayxsRepository/xthursdayx/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/xthursdayxsRepository/xthursdayx/coturn.xml...Success -Processing /tmp/appFeed/templates/xthursdayxsRepository/xthursdayx/ferdium-server.xml...Success -Processing /tmp/appFeed/templates/xthursdayxsRepository/xthursdayx/gpodder.xml...Success -Processing /tmp/appFeed/templates/xthursdayxsRepository/xthursdayx/lingva.xml...Success -Processing /tmp/appFeed/templates/xthursdayxsRepository/xthursdayx/nzbget.xml...Removed from CA -Processing /tmp/appFeed/templates/xthursdayxsRepository/xthursdayx/roonserver.xml...Success -Processing /tmp/appFeed/templates/xthursdayxsRepository/xthursdayx/shiori.xml...Success -Processing /tmp/appFeed/templates/xthursdayxsRepository/xthursdayx/standardnotes-web.xml...Success -Processing /tmp/appFeed/templates/xthursdayxsRepository/xthursdayx/yacserver.xml...Success - - -Downloading d8sychain's Repository: https://github.com/d8sychain/unraid-ca-templates -> /tmp/appFeed/templates/d8sychainsRepository Attempt 1...https://github.com/d8sychain/unraid-ca-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/d8sychainsRepository/templates/elasticsearch.xml...Success -Processing /tmp/appFeed/templates/d8sychainsRepository/templates/mediawiki.xml...Success -Processing /tmp/appFeed/templates/d8sychainsRepository/templates/mediawiki-edge.xml...Success - - -Downloading dimtar's Repository: https://github.com/Dimtar/unraidtemplates -> /tmp/appFeed/templates/dimtarsRepository Attempt 1...https://github.com/Dimtar/unraidtemplates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/dimtarsRepository/nextcloudpi/nextcloudpi.xml...Success - - -Downloading SpaceInvaderOne's Repository: https://github.com/SpaceinvaderOne/Docker-Templates-Unraid -> /tmp/appFeed/templates/SpaceInvaderOnesRepository Attempt 1...https://github.com/SpaceinvaderOne/Docker-Templates-Unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SpaceInvaderOnesRepository/spaceinvaderone/AutoSlackPack.xml...Success -Processing /tmp/appFeed/templates/SpaceInvaderOnesRepository/spaceinvaderone/beep_music_converter.xml...Success -Processing /tmp/appFeed/templates/SpaceInvaderOnesRepository/spaceinvaderone/deconz.xml...Success -Processing /tmp/appFeed/templates/SpaceInvaderOnesRepository/spaceinvaderone/explainshell.xml...Success -Processing /tmp/appFeed/templates/SpaceInvaderOnesRepository/spaceinvaderone/Immich_Machine_Learning.xml...Removed from CA -Processing /tmp/appFeed/templates/SpaceInvaderOnesRepository/spaceinvaderone/log4j-scan.xml...Success -Processing /tmp/appFeed/templates/SpaceInvaderOnesRepository/spaceinvaderone/log4j-testing-vulnerable.xml...Removed from CA -Processing /tmp/appFeed/templates/SpaceInvaderOnesRepository/spaceinvaderone/macinabox.xml...Success -Processing /tmp/appFeed/templates/SpaceInvaderOnesRepository/spaceinvaderone/PostgreSQL_Immich.xml...Success -Processing /tmp/appFeed/templates/SpaceInvaderOnesRepository/spaceinvaderone/RetroNAS_inabox.xml...Success -Processing /tmp/appFeed/templates/SpaceInvaderOnesRepository/spaceinvaderone/shinobi_pro.xml...Success -Processing /tmp/appFeed/templates/SpaceInvaderOnesRepository/spaceinvaderone/truecommand.xml...Success -Processing /tmp/appFeed/templates/SpaceInvaderOnesRepository/spaceinvaderone/vm_icon_downloader.xml...Success -Processing /tmp/appFeed/templates/SpaceInvaderOnesRepository/spaceinvaderone/windows11_uupdump.xml...Removed from CA -Processing /tmp/appFeed/templates/SpaceInvaderOnesRepository/spaceinvaderone/Windows98_inabox.xml...Success - - -Downloading d8ahazard's Repository: https://github.com/d8ahazard/unraid-repository -> /tmp/appFeed/templates/d8ahazardsRepository Attempt 1...https://github.com/d8ahazard/unraid-repository/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/d8ahazardsRepository/docker-template/flexconnect.xml...Success -Processing /tmp/appFeed/templates/d8ahazardsRepository/docker-template/flextv.xml...Success -Processing /tmp/appFeed/templates/d8ahazardsRepository/docker-template/glimmr.xml...Success - - -Downloading Knoxie89's Repository: https://github.com/Knoxie/UnraidTemplates -> /tmp/appFeed/templates/Knoxie89sRepository Attempt 1...https://github.com/Knoxie/UnraidTemplates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Knoxie89sRepository/gaps-unraid.xml...Success - - -Downloading DavidSpek's Repository: https://github.com/DavidSpek/unraid_docker_templates -> /tmp/appFeed/templates/DavidSpeksRepository Attempt 1...https://github.com/DavidSpek/unraid_docker_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DavidSpeksRepository/rstudio-server.xml...Success - - -Downloading Jidovu Marius Adrian's Repository: https://github.com/AMJidovu/unraid-repository -> /tmp/appFeed/templates/JidovuMariusAdriansRepository Attempt 1...https://github.com/AMJidovu/unraid-repository/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JidovuMariusAdriansRepository/unraid-ca-repo/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/JidovuMariusAdriansRepository/unraid-ca-repo/go-auto-yt.xml...Success -Processing /tmp/appFeed/templates/JidovuMariusAdriansRepository/unraid-ca-repo/onlyoffice-community-server.xml...Success -Processing /tmp/appFeed/templates/JidovuMariusAdriansRepository/unraid-ca-repo/onlyoffice-document-server.xml...Success -Processing /tmp/appFeed/templates/JidovuMariusAdriansRepository/unraid-ca-repo/onlyoffice-mail-server.xml...Success -Processing /tmp/appFeed/templates/JidovuMariusAdriansRepository/unraid-ca-repo/onlyoffice-mysql-server.xml...Success - - -Downloading Aggie1999's Repository: https://github.com/wbynum/docker-templates -> /tmp/appFeed/templates/Aggie1999sRepository Attempt 1...https://github.com/wbynum/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Aggie1999sRepository/wbynum/QEMUBackup.xml...Removed from CA - - -Downloading frakman1's Repository: https://github.com/frakman1/docker-templates -> /tmp/appFeed/templates/frakman1sRepository Attempt 1...https://github.com/frakman1/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/frakman1sRepository/tynor88/artifactory-oss.xml...Removed from CA -Processing /tmp/appFeed/templates/frakman1sRepository/tynor88/gitlab-ce.xml...Removed from CA -Processing /tmp/appFeed/templates/frakman1sRepository/smccloud/gitlab-runner.xml...Removed from CA -Processing /tmp/appFeed/templates/frakman1sRepository/tynor88/gvm.xml...Success -Processing /tmp/appFeed/templates/frakman1sRepository/tynor88/jcr.xml...Removed from CA -Processing /tmp/appFeed/templates/frakman1sRepository/tynor88/PortainerCI.xml...Success -Processing /tmp/appFeed/templates/frakman1sRepository/tynor88/rclone.xml...Removed from CA -Processing /tmp/appFeed/templates/frakman1sRepository/tynor88/rclone-mount.xml...Removed from CA -Processing /tmp/appFeed/templates/frakman1sRepository/tynor88/socat.xml...Removed from CA -Processing /tmp/appFeed/templates/frakman1sRepository/tynor88/sourcegraph.xml...Success -Processing /tmp/appFeed/templates/frakman1sRepository/tynor88/unoeuro-dns.xml...Removed from CA - - -Downloading ElectricBrainUK's Repository: https://github.com/ElectricBrainUK/docker-templates -> /tmp/appFeed/templates/ElectricBrainUKsRepository Attempt 1...https://github.com/ElectricBrainUK/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ElectricBrainUKsRepository/idle-miner-dashboard.xml...Success -Processing /tmp/appFeed/templates/ElectricBrainUKsRepository/unraid-api.xml...Success - - -Downloading JTok's Repository: https://github.com/JTok/unraid-plugins -> /tmp/appFeed/templates/JToksRepository Attempt 1...https://github.com/JTok/unraid-plugins/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JToksRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/JToksRepository/vmbackup.xml... Downloading https://raw.githubusercontent.com/jtok/unraid.vmbackup/master/vmbackup.plg attempt 1...Success - - -Downloading hotio's Repository: https://github.com/hotio/unraid-templates -> /tmp/appFeed/templates/hotiosRepository Attempt 1...https://github.com/hotio/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/hotiosRepository/hotio/autoscan.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/base.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/bazarr.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/caddy.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/hotiosRepository/hotio/cloudflareddns.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/doplarr.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/duplicacy.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/jackett.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/jellyfin.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/jellyseerr.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/lidarr.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/nzbget.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/nzbhydra2.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/overseerr.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/plex.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/prowlarr.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/qbitmanage.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/qbittorrent.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/radarr.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/readarr.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/requestrr.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/rflood.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/sabnzbd.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/sonarr.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/stash.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/tautulli.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/unpackerr.xml...Success -Processing /tmp/appFeed/templates/hotiosRepository/hotio/whisparr.xml...Success - - -Downloading Fma965's Repository: https://github.com/CyanLabs/unraid-plugins -> /tmp/appFeed/templates/Fma965sRepository Attempt 1...https://github.com/CyanLabs/unraid-plugins/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Fma965sRepository/corsairpsu.xml... Downloading https://raw.githubusercontent.com/Cyanlabs/corsairpsu-unraid/master/corsairpsu.plg attempt 1...Success -Processing /tmp/appFeed/templates/Fma965sRepository/jsonapi.xml... Downloading https://raw.githubusercontent.com/Cyanlabs/jsonapi-unraid/master/jsonapi.plg attempt 1...Success - - -Downloading Skitals Repository: https://github.com/Skitals/unraid-ca-templates -> /tmp/appFeed/templates/SkitalsRepository Attempt 1...https://github.com/Skitals/unraid-ca-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SkitalsRepository/dark.theme.xml... Downloading https://raw.githubusercontent.com/Skitals/unraid-dark-plugin/master/plugins/dark.theme.plg attempt 1...Success -Processing /tmp/appFeed/templates/SkitalsRepository/theme.engine.xml... Downloading https://raw.githubusercontent.com/Skitals/unraid-theme-engine/master/plugins/theme.engine.plg attempt 1...Success -Processing /tmp/appFeed/templates/SkitalsRepository/vfio.pci.xml... Downloading https://raw.githubusercontent.com/Skitals/unraid-vfio-pci/master/plugins/vfio.pci.plg attempt 1...Success - - -Downloading ljm42's Repository: https://github.com/ljm42/unraid-templates -> /tmp/appFeed/templates/ljm42sRepository Attempt 1...https://github.com/ljm42/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ljm42sRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/ljm42sRepository/upnp-monitor.xml... Downloading https://raw.githubusercontent.com/ljm42/unraid-upnp/master/plugins/upnp-monitor.plg attempt 1...Success - - -Downloading primeval_god's Repository: https://github.com/dcflachs/plugin-repository -> /tmp/appFeed/templates/primeval_godsRepository Attempt 1...https://github.com/dcflachs/plugin-repository/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/primeval_godsRepository/compose.manager.xml... Downloading https://raw.githubusercontent.com/dcflachs/compose_plugin/main/compose.manager.plg attempt 1...Success -Processing /tmp/appFeed/templates/primeval_godsRepository/kata.runtime.xml... Downloading https://raw.githubusercontent.com/dcflachs/kata.runtime/master/plugins/kata.runtime.plg attempt 1...Success -Processing /tmp/appFeed/templates/primeval_godsRepository/swapfile.xml... Downloading https://raw.githubusercontent.com/dcflachs/swapfile_plugin/master/swapfile.plg attempt 1...Success - - -Downloading CyaOnDaNet's Repository: https://github.com/CyaOnDaNet/unraid-templates -> /tmp/appFeed/templates/CyaOnDaNetsRepository Attempt 1...https://github.com/CyaOnDaNet/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/CyaOnDaNetsRepository/CyaOnDaNet/plex_discord_role_management.xml...Success - - -Downloading A75G's Repository: https://github.com/A75G/docker-templates -> /tmp/appFeed/templates/A75GsRepository Attempt 1...https://github.com/A75G/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/A75GsRepository/templates/2fauth.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/airsonic-advanced.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/apprise.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/archivebox.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/backuppc.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/blueiris.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/A75GsRepository/templates/changedetection.io.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/chibisafe.xml... ***DEPRECATED BY REPO PATH*** Removed from CA -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/chibisafe-caddy.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/chibisafe_server.xml... ***DEPRECATED BY REPO PATH*** Removed from CA -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/cloudbeaver.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/commafeed.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/commento.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/convos.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/crypto-exchanges-gateway.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/cryptpad.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/cyberchef.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/cyberchef.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/dashboard.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/dashmachine.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/dashy.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/db-backup.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/ddns-route53.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/dispatch.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/docpht.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/droppy.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/ecoDMS.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/element-web.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/epicgames-freegames.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/filestash.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/firefox-syncserver.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/flarum.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/freepbx.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/freescout.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/ftpgrab.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/golinks.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/gossa.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/gotify.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/grimoire.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/healthchecks.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/homer.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/Templates With Issues/jitsi-jicofo.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/Templates With Issues/jitsi-jvb.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/Templates With Issues/jitsi-prosody.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/Templates With Issues/jitsi-web.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/keycloak.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/kiwix-serve.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/leantime.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/librenms.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/linkace.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/linkding.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/lodestone.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/mailpile.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/matomo.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/matrix.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/mattermost.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/mattermost-push-proxy.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/mediagoblin.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/memcached.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/miniflux.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/moodle.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/mumble.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/neonlink.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/netbox.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/nut.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/nut.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/openobserve.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/outline.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/phpbb.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/plik.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/pocketbase.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/psitransfer.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/pterodactyl-panel.xml... ***DEPRECATED BY REPO PATH*** Removed from CA -Processing /tmp/appFeed/templates/A75GsRepository/templates/pure-ftpd.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/pwndrop.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/quakejs.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/quickshare.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/reactive-resume.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/reactive-resume-client-v3.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/reactive-resume-server-v3.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/redis.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/searx.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/selfoss.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/send.xml...Removed from CA -Processing /tmp/appFeed/templates/A75GsRepository/templates/shaarli.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/shiori.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/shlink.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/shlink-web-client.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/slash.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/solr.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/stackedit.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/synapse-admin.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/tar1090.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/torprivoxy.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/tt-rss.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/upsnap.xml...Removed from CA -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/vikunja-api.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/vikunja-frontend.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/wallabag.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/weechat.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/wifi-card.xml...Success -Processing /tmp/appFeed/templates/A75GsRepository/templates/yacy.xml...Success - - -Downloading MrChunky's Repository: https://github.com/dalekseevs/Unraid-Docker-Templates -> /tmp/appFeed/templates/MrChunkysRepository Attempt 1...https://github.com/dalekseevs/Unraid-Docker-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MrChunkysRepository/cassandra.xml...Success -Processing /tmp/appFeed/templates/MrChunkysRepository/stroragenode-v3.xml...Success - - -Downloading randomninjaatk's Repository: https://github.com/RandomNinjaAtk/unraid-templates -> /tmp/appFeed/templates/randomninjaatksRepository Attempt 1...https://github.com/RandomNinjaAtk/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/randomninjaatksRepository/randomninjaatk/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/randomninjaatksRepository/randomninjaatk/ersatztv.xml...Success -Processing /tmp/appFeed/templates/randomninjaatksRepository/randomninjaatk/picard.xml...Success - - -Downloading b3rs3rk's Repository: https://github.com/b3rs3rk/gpustat-unraid -> /tmp/appFeed/templates/b3rs3rksRepository Attempt 1...https://github.com/b3rs3rk/gpustat-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/b3rs3rksRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/b3rs3rksRepository/gpustat.xml... Downloading https://raw.githubusercontent.com/b3rs3rk/gpustat-unraid/master/gpustat.plg attempt 1...Success - - -Downloading GuildDart's Repository: https://github.com/GuildDarts/unraid-ca-templates -> /tmp/appFeed/templates/GuildDartsRepository Attempt 1...https://github.com/GuildDarts/unraid-ca-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/GuildDartsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/GuildDartsRepository/docker.folder.xml... Downloading https://raw.githubusercontent.com/GuildDarts/unraid-plugin-docker.folder/master/plugins/docker.folder.plg attempt 1...Success - - -Downloading DavidSpek's Repository: https://github.com/DavidSpek/homelablabelmaker -> /tmp/appFeed/templates/DavidSpeksRepository Attempt 1...https://github.com/DavidSpek/homelablabelmaker/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DavidSpeksRepository/Docker Files/homelablabelmaker.xml...Success - - -Downloading eXisTa's Repository: https://github.com/basroovers/unraid-templates -> /tmp/appFeed/templates/eXisTasRepository Attempt 1...https://github.com/basroovers/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/eXisTasRepository/dsmrreader.xml...Removed from CA - - -Downloading D34DC3N73R's Repository: https://github.com/D34DC3N73R/unraid-templates -> /tmp/appFeed/templates/D34DC3N73RsRepository Attempt 1...https://github.com/D34DC3N73R/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/D34DC3N73RsRepository/netdata-glibc.xml...Success - - -Downloading kiowa2005's Repository: https://github.com/kiowadriver/unraid-docker -> /tmp/appFeed/templates/kiowa2005sRepository Attempt 1...https://github.com/kiowadriver/unraid-docker/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/kiowa2005sRepository/mitchellriley/derbynet_server.xml...Success -Processing /tmp/appFeed/templates/kiowa2005sRepository/mitchellriley/streetmerchant.xml...Removed from CA - - -Downloading mikeylikesrocks' Repository: https://github.com/mikeylikesrocks/unraid-docker-templates -> /tmp/appFeed/templates/mikeylikesrocksRepository Attempt 1...https://github.com/mikeylikesrocks/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/mikeylikesrocksRepository/darktable.xml...Success - - -Downloading capt.asic's Repository: https://github.com/P3R-CO/unraid -> /tmp/appFeed/templates/capt.asicsRepository Attempt 1...https://github.com/P3R-CO/unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/capt.asicsRepository/brave-browser.xml...Success -Processing /tmp/appFeed/templates/capt.asicsRepository/firefox.xml...Success -Processing /tmp/appFeed/templates/capt.asicsRepository/keepassxc.xml...Success -Processing /tmp/appFeed/templates/capt.asicsRepository/lemp.xml...Success -Processing /tmp/appFeed/templates/capt.asicsRepository/openrgb.xml...Success - - -Downloading bluegizmo83's Repository: https://github.com/bluegizmo83/DockerXMLs -> /tmp/appFeed/templates/bluegizmo83sRepository Attempt 1...https://github.com/bluegizmo83/DockerXMLs/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/bluegizmo83sRepository/blynk-server.xml...Success - - -Downloading Womabre's Repository: https://github.com/Womabre/unraid-docker-templates -> /tmp/appFeed/templates/WomabresRepository Attempt 1...https://github.com/Womabre/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/WomabresRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/WomabresRepository/icloudpd.xml...Success - - -Downloading SAL-e's Repository: https://github.com/SAL-e/docker-templates -> /tmp/appFeed/templates/SAL-esRepository Attempt 1...https://github.com/SAL-e/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SAL-esRepository/sal-e/phpipam-cron.xml...Success -Processing /tmp/appFeed/templates/SAL-esRepository/sal-e/phpipam-www.xml...Success - - -Downloading Glassed Silver's Repository: https://github.com/GlassedSilver/unRAID-CAs -> /tmp/appFeed/templates/GlassedSilversRepository Attempt 1...https://github.com/GlassedSilver/unRAID-CAs/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/GlassedSilversRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/GlassedSilversRepository/directus/directus.xml...Success -Processing /tmp/appFeed/templates/GlassedSilversRepository/FMD2-wine/fmd2-wine.xml...Success -Processing /tmp/appFeed/templates/GlassedSilversRepository/happypandax/happypandax.xml...Success - - -Downloading TheBrian's Repository: https://github.com/brianmiller/docker-templates -> /tmp/appFeed/templates/TheBriansRepository Attempt 1...https://github.com/brianmiller/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/TheBriansRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/TheBriansRepository/cronicle/cronicle.xml...Success -Processing /tmp/appFeed/templates/TheBriansRepository/doorway/doorway.xml...Success -Processing /tmp/appFeed/templates/TheBriansRepository/intel-gpu-telegraf/intel-gpu-telegraf.xml...Success -Processing /tmp/appFeed/templates/TheBriansRepository/mbbsemu/mbbsemu.xml...Success -Processing /tmp/appFeed/templates/TheBriansRepository/phvalheim-server/phvalheim-server.xml...Success -Processing /tmp/appFeed/templates/TheBriansRepository/roboexec/roboexec.xml...Removed from CA - - -Downloading mearman's Repository: https://github.com/NotExpectedYet/OctoFarm-UnRaid-Template -> /tmp/appFeed/templates/mearmansRepository Attempt 1...https://github.com/NotExpectedYet/OctoFarm-UnRaid-Template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/mearmansRepository/octofarm/octofarm.xml...Success - - -Downloading mearman's 2nd Repository: https://github.com/OctoPrint/Unraid-Template -> /tmp/appFeed/templates/mearmans2ndRepository Attempt 1...https://github.com/OctoPrint/Unraid-Template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/mearmans2ndRepository/OctoPrint/OctoPrint.xml...Removed from CA - - -Downloading IBRACORP's Repository: https://github.com/ibracorp/unraid-templates -> /tmp/appFeed/templates/IBRACORPsRepository Attempt 1...https://github.com/ibracorp/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/IBRACORPsRepository/activepieces/activepieces.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/authelia/authelia.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/authentik/authentik.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/authentik-worker/authentik-worker.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/babybuddy/babybuddy.xml...Removed from CA -Processing /tmp/appFeed/templates/IBRACORPsRepository/beatbump/beatbump.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/cachet/cachet.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/cachet-url-monitor/cachet-url-monitor.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/cal.com/cal.com.xml...Removed from CA -Processing /tmp/appFeed/templates/IBRACORPsRepository/casdoor/casdoor.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/IBRACORPsRepository/crowdsec/crowdsec.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/crowdsec-traefik-bouncer/crowdsec-traefik-bouncer.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/databag/databag.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/docker-socket-proxy/docker-socket-proxy.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/docuseal/docuseal.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/evershop/evershop.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/exercise diary/exercisediary.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/fasten/fasten.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/formbricks/formbricks.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/ghost/ghost.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/gitness/gitness.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/homepage/homepage.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/jellyseerr/jellyseerr.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/jira-servicedesk/jira-servicedesk.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/kimai/kimai.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/lidatube.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/linkstack/linkstack.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/maintainerr/maintainerr.xml...Removed from CA -Processing /tmp/appFeed/templates/IBRACORPsRepository/matomo/matomo.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/muer/muer.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/picsur/picsur.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/plextraktsync/plextraktsync.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/pomerium/pomerium.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/pterodactyl-daemon/pterodactyl-daemon.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/pterodactyl-panel/pterodactyl-panel.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/pwm/pwm.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/quant-ux-backend/quant-ux-backend.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/quant-ux-frontend/quant-ux-frontend.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/send/send.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/serviio/serviio.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/slash/slash.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/starbase/starbase.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/super-productivity/super-productivity.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/timelite/timelite.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/timetagger/timetagger.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/traefik/traefik.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/traggo/traggo.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/viewtube/viewtube.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/vocechat-server/vocechat-server.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/wrapperr/wrapperr.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/xwiki/xwiki.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/yacht/yacht.xml...Success -Processing /tmp/appFeed/templates/IBRACORPsRepository/zoraxy/zoraxy.xml...Success - - -Downloading Natcoso9955's Repository: https://github.com/natcoso9955/unRAID-docker -> /tmp/appFeed/templates/Natcoso9955sRepository Attempt 1...https://github.com/natcoso9955/unRAID-docker/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Natcoso9955sRepository/bwapp_unraid.xml...Success -Processing /tmp/appFeed/templates/Natcoso9955sRepository/dvwa_unraid.xml...Success -Processing /tmp/appFeed/templates/Natcoso9955sRepository/grafana_loki_promtail_unraid.xml...Success -Processing /tmp/appFeed/templates/Natcoso9955sRepository/grafana_loki_unraid.xml...Success -Processing /tmp/appFeed/templates/Natcoso9955sRepository/kapacitor_unraid.xml...Success -Processing /tmp/appFeed/templates/Natcoso9955sRepository/ProjectZomboidReporter-API_unraid.xml...Success -Processing /tmp/appFeed/templates/Natcoso9955sRepository/ProjectZomboidReporter-Frontend_unraid.xml...Success -Processing /tmp/appFeed/templates/Natcoso9955sRepository/ProjectZomboidReporter-Ingester_unraid.xml...Success -Processing /tmp/appFeed/templates/Natcoso9955sRepository/ProjectZomboidReporter-Web_unraid.xml...Success -Processing /tmp/appFeed/templates/Natcoso9955sRepository/rcon-webadmin_unraid.xml...Success - - -Downloading opal_06's Repository: https://github.com/opal06/unraid_docker_templates -> /tmp/appFeed/templates/opal_06sRepository Attempt 1...https://github.com/opal06/unraid_docker_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/opal_06sRepository/Nightscout_template.xml...Success - - -Downloading BGameiro's Repository: https://github.com/BGameiro2000/unraid-ca -> /tmp/appFeed/templates/BGameirosRepository Attempt 1...https://github.com/BGameiro2000/unraid-ca/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/BGameirosRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/BGameirosRepository/jupyterlab/jupyterlab.xml...Success -Processing /tmp/appFeed/templates/BGameirosRepository/pts/pts.xml...Success -Processing /tmp/appFeed/templates/BGameirosRepository/root/root.xml...Success -Processing /tmp/appFeed/templates/BGameirosRepository/trilium/trilium.xml...Success - - -Downloading openspeedtest's Repository: https://github.com/openspeedtest/unraid-docker-plugin -> /tmp/appFeed/templates/openspeedtestsRepository Attempt 1...https://github.com/openspeedtest/unraid-docker-plugin/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/openspeedtestsRepository/openspeedtest-server.xml...Success - - -Downloading uberchuckie's Repository: https://github.com/charlescng/docker-containers -> /tmp/appFeed/templates/uberchuckiesRepository Attempt 1...https://github.com/charlescng/docker-containers/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/uberchuckiesRepository/unraid-templates/uberchuckie/observium.xml...Success - - -Downloading Organizr Repository: https://github.com/Organizr/docker-organizr -> /tmp/appFeed/templates/OrganizrRepository Attempt 1...https://github.com/Organizr/docker-organizr/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/OrganizrRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/OrganizrRepository/organizr.xml...Success - - -Downloading mason's Repository: https://github.com/mason-xx/unraid-templates -> /tmp/appFeed/templates/masonsRepository Attempt 1...https://github.com/mason-xx/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/masonsRepository/mediaelch.xml...Success - - -Downloading BoKKeR's Repository: https://github.com/BoKKeR/RSSTT-Unraid -> /tmp/appFeed/templates/BoKKeRsRepository Attempt 1...https://github.com/BoKKeR/RSSTT-Unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/BoKKeRsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/BoKKeRsRepository/rsstt.xml...Success -Processing /tmp/appFeed/templates/BoKKeRsRepository/thumba.xml...Success -Processing /tmp/appFeed/templates/BoKKeRsRepository/unraid_api_re.xml...Success - - -Downloading Chacawaca's Repository: https://github.com/chacawaca/post-recording-xml -> /tmp/appFeed/templates/ChacawacasRepository Attempt 1...https://github.com/chacawaca/post-recording-xml/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ChacawacasRepository/post-recording.xml...Success - - -Downloading testdasi's Repository: https://github.com/testdasi/testdasi-unraid-repo -> /tmp/appFeed/templates/testdasisRepository Attempt 1...https://github.com/testdasi/testdasi-unraid-repo/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/testdasisRepository/dns-doh-companion.xml...Success -Processing /tmp/appFeed/templates/testdasisRepository/docker-in-docker-dind.xml...Success -Processing /tmp/appFeed/templates/testdasisRepository/gluster-server.xml...Success -Processing /tmp/appFeed/templates/testdasisRepository/grafana-unraid-stack.xml...Success -Processing /tmp/appFeed/templates/testdasisRepository/openvpn-aio-client.xml...Success -Processing /tmp/appFeed/templates/testdasisRepository/openvpn-aio-client-torless.xml...Success -Processing /tmp/appFeed/templates/testdasisRepository/openvpn-hydesa.xml...Success -Processing /tmp/appFeed/templates/testdasisRepository/openvpn-hyrosa.xml...Success -Processing /tmp/appFeed/templates/testdasisRepository/pihole-dot-doh.xml...Success -Processing /tmp/appFeed/templates/testdasisRepository/pihole-with-doh.xml...Success -Processing /tmp/appFeed/templates/testdasisRepository/pihole-with-dot.xml...Success -Processing /tmp/appFeed/templates/testdasisRepository/rutorrentvpn-plus-plus.xml...Success - - -Downloading Progeny42's Repository: https://github.com/Progeny42/unRAID-CA-Templates -> /tmp/appFeed/templates/Progeny42sRepository Attempt 1...https://github.com/Progeny42/unRAID-CA-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Progeny42sRepository/snipe-it.xml...Success - - -Downloading roflcoopter's Repository: https://github.com/roflcoopter/viseron-unraid-ca-template -> /tmp/appFeed/templates/roflcooptersRepository Attempt 1...https://github.com/roflcoopter/viseron-unraid-ca-template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/roflcooptersRepository/Viseron.xml...Success - - -Downloading agusalex' Repository: https://github.com/agusalex/docker-templates -> /tmp/appFeed/templates/agusalexRepository Attempt 1...https://github.com/agusalex/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/agusalexRepository/agusalex/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/agusalexRepository/agusalex/Grive2.xml...Success -Processing /tmp/appFeed/templates/agusalexRepository/agusalex/ModemReboot.xml...Success -Processing /tmp/appFeed/templates/agusalexRepository/agusalex/Notarius.xml...Success - - -Downloading doron's Repository: https://github.com/doron1/unraid-plugins -> /tmp/appFeed/templates/doronsRepository Attempt 1...https://github.com/doron1/unraid-plugins/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/doronsRepository/sas-spindown.xml... Downloading https://raw.githubusercontent.com/doron1/unraid-sas-spindown/master/sas-spindown.plg attempt 1...Success -Processing /tmp/appFeed/templates/doronsRepository/unraid-newenckey.xml... Downloading https://raw.githubusercontent.com/doron1/unraid-newenckey/master/unraid-newenckey.plg attempt 1...Success - - -Downloading tmchow's Repository: https://github.com/tmchow/unraid-docker-templates -> /tmp/appFeed/templates/tmchowsRepository Attempt 1...https://github.com/tmchow/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/tmchowsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/tmchowsRepository/n8n.xml...Success - - -Downloading argash's Repository: https://github.com/argash/amongusdiscord_unraid -> /tmp/appFeed/templates/argashsRepository Attempt 1...https://github.com/argash/amongusdiscord_unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/argashsRepository/amongusdiscord.xml...Success - - -Downloading yayitazale's Repository: https://gitlab.com/yayitazale/unraid-templates -> /tmp/appFeed/templates/yayitazalesRepository Attempt 1...https://gitlab.com/yayitazale/unraid-templates/-/archive/master/unraid-templates-master.tar.gzMaster failed. Trying Main...https://gitlab.com/yayitazale/unraid-templates/-/archive/main/unraid-templates-main.tar.gz Success! -Processing /tmp/appFeed/templates/yayitazalesRepository/yayitazale/antennas.xml...Success -Processing /tmp/appFeed/templates/yayitazalesRepository/yayitazale/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/yayitazalesRepository/yayitazale/fiatchamp.xml...Success -Processing /tmp/appFeed/templates/yayitazalesRepository/yayitazale/frigate.xml...Success -Processing /tmp/appFeed/templates/yayitazalesRepository/yayitazale/grafana-image-renderer.xml...Success -Processing /tmp/appFeed/templates/yayitazalesRepository/yayitazale/greed.xml...Success -Processing /tmp/appFeed/templates/yayitazalesRepository/yayitazale/questdb.xml...Success -Processing /tmp/appFeed/templates/yayitazalesRepository/yayitazale/whosatmyfeeder.xml...Success - - -Downloading brycelarge's Repository: https://github.com/brycelarge/unraid-templates -> /tmp/appFeed/templates/brycelargesRepository Attempt 1...https://github.com/brycelarge/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/brycelargesRepository/xteve-vpn.xml...Success - - -Downloading jassycliq's Repository: https://github.com/jassycliq/Unraid-AndroidStudio-Projector -> /tmp/appFeed/templates/jassycliqsRepository Attempt 1...https://github.com/jassycliq/Unraid-AndroidStudio-Projector/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jassycliqsRepository/AndroidStudioProjector.xml...Success - - -Downloading Linuxserver's Plugin Repository: https://github.com/linuxserver/linuxserver-Plugin-Repository -> /tmp/appFeed/templates/LinuxserversPluginRepository Attempt 1...https://github.com/linuxserver/linuxserver-Plugin-Repository/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/LinuxserversPluginRepository/Unraid-DVB.xml...... Removed From CA -Processing /tmp/appFeed/templates/LinuxserversPluginRepository/Unraid-Nvidia.xml...... Removed From CA - - -Downloading laur's Repository: https://github.com/laur89/unraid-templates/ -> /tmp/appFeed/templates/laursRepository Attempt 1...https://github.com/laur89/unraid-templates//archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/laursRepository/borg-mysql-backup.xml...Success - - -Downloading hedrinbc's Repository: https://github.com/benhedrington/hedrington-unraid-docker-templates -> /tmp/appFeed/templates/hedrinbcsRepository Attempt 1...https://github.com/benhedrington/hedrington-unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/hedrinbcsRepository/hedrington-unraid-docker-templates/omada-controller.xml...Success - - -Downloading sdub's Repository: https://github.com/Sdub76/unraid_docker_templates -> /tmp/appFeed/templates/sdubsRepository Attempt 1...https://github.com/Sdub76/unraid_docker_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/sdubsRepository/borgmatic.xml...Success -Processing /tmp/appFeed/templates/sdubsRepository/ca_profile.xml...FOUND PROFILE - - -Downloading vinid223's Repository: https://github.com/vinid223/unraid-docker-templates -> /tmp/appFeed/templates/vinid223sRepository Attempt 1...https://github.com/vinid223/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/vinid223sRepository/vinid223/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/vinid223sRepository/vinid223/gcloud-backup-docker.xml...Success - - -Downloading DanRegalia's Repository: https://github.com/DanRegalia/UNRAID -> /tmp/appFeed/templates/DanRegaliasRepository Attempt 1...https://github.com/DanRegalia/UNRAID/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DanRegaliasRepository/apache-hopweb-dev-unraid.xml...Success -Processing /tmp/appFeed/templates/DanRegaliasRepository/apache-hopweb-unraid.xml...Success -Processing /tmp/appFeed/templates/DanRegaliasRepository/apache-nifi-unraid.xml...Success -Processing /tmp/appFeed/templates/DanRegaliasRepository/portainer-ce-unraid.xml...Removed from CA - - -Downloading Official Unraid Repository: https://github.com/unraid/language-templates -> /tmp/appFeed/templates/OfficialUnraidRepository Attempt 1...https://github.com/unraid/language-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-ar_AR.xml... Downloading https://github.com/unraid/lang-ar_AR/archive/master.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-bn_BN.xml... Downloading https://github.com/unraid/lang-bn_BN/archive/master.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-da_DA.xml... Downloading https://github.com/unraid/lang-da_DA/archive/master.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-de_DE.xml... Downloading https://github.com/unraid/lang-de_DE/archive/master.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-en_US.xml...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-es_ES.xml... Downloading https://github.com/unraid/lang-es_ES/archive/master.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-fr_FR.xml... Downloading https://github.com/unraid/lang-fr_FR/archive/master.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-hu_HU.xml... Downloading https://github.com/unraid/lang-hu_HU/archive/master.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-it_IT.xml... Downloading https://github.com/unraid/lang-it_IT/archive/master.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-ko_KO.xml... Downloading https://github.com/unraid/lang-ko_KO/archive/refs/heads/main.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-lv_LV.xml... Downloading https://github.com/unraid/lang-lv_LV/archive/master.zip attempt 1...Removed from CA -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-nl_NL.xml... Downloading https://github.com/unraid/lang-nl_NL/archive/master.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-no_NO.xml... Downloading https://github.com/unraid/lang-no_NO/archive/master.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-pl_PL.xml... Downloading https://github.com/unraid/lang-pl_PL/archive/master.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-pt_BR.xml... Downloading https://github.com/unraid/lang-pt_BR/archive/main.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-pt_PT.xml... Downloading https://github.com/unraid/lang-pt_PT/archive/master.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-sv_SE.xml... Downloading https://github.com/unraid/lang-sv_SE/archive/master.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-uk_UA.xml... Downloading https://github.com/unraid/lang-uk_UA/archive/main.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-zh_CN.xml... Downloading https://github.com/unraid/lang-zh_CN/archive/master.zip attempt 1...Success -Processing /tmp/appFeed/templates/OfficialUnraidRepository/limetech/lang-zh_TW.xml... Downloading https://github.com/unraid/lang-zh_TW/archive/master.zip attempt 1...Success - - -Downloading diamkil's Repository: https://github.com/diamkil/docker-templates -> /tmp/appFeed/templates/diamkilsRepository Attempt 1...https://github.com/diamkil/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/diamkilsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/diamkilsRepository/diamkil/notea.xml...Success -Processing /tmp/appFeed/templates/diamkilsRepository/diamkil/overseerr.xml...Success -Processing /tmp/appFeed/templates/diamkilsRepository/diamkil/socials.xml...Success - - -Downloading Axelander's Repository: https://github.com/TheAxelander/unraid_ca -> /tmp/appFeed/templates/AxelandersRepository Attempt 1...https://github.com/TheAxelander/unraid_ca/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/AxelandersRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/AxelandersRepository/OpenBudgeteer.xml...Success - - -Downloading ndetar's Repository: https://github.com/n8detar/docker-templates -> /tmp/appFeed/templates/ndetarsRepository Attempt 1...https://github.com/n8detar/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ndetarsRepository/n8detar/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/ndetarsRepository/n8detar/deepstack.xml...Success -Processing /tmp/appFeed/templates/ndetarsRepository/n8detar/deepstack-ui.xml...Success -Processing /tmp/appFeed/templates/ndetarsRepository/n8detar/jfa-go.xml...Success -Processing /tmp/appFeed/templates/ndetarsRepository/n8detar/tubesync.xml...Success - - -Downloading SimonF's Repository: https://github.com/SimonFair/unraid-plugins -> /tmp/appFeed/templates/SimonFsRepository Attempt 1...https://github.com/SimonFair/unraid-plugins/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SimonFsRepository/gpustat.xml... Downloading https://raw.githubusercontent.com/SimonFair/gpustat-unraid/master/gpustat.plg attempt 1...Success -Processing /tmp/appFeed/templates/SimonFsRepository/ipmi.xml... Downloading https://raw.githubusercontent.com/SimonFair/IPMI-unRAID/master/plugin/ipmi.plg attempt 1...Success -Processing /tmp/appFeed/templates/SimonFsRepository/iSCSIgui.xml... Downloading https://github.com/SimonFair/unraid.iSCSI/raw/main/iSCSIgui.plg attempt 1...Success -Processing /tmp/appFeed/templates/SimonFsRepository/lcd_manager.xml... Downloading https://raw.githubusercontent.com/SimonFair/unraid-lcd/master/lcd_manager.plg attempt 1...Success -Processing /tmp/appFeed/templates/SimonFsRepository/nut.xml... Downloading https://raw.githubusercontent.com/SimonFair/NUT-unRAID/master/plugin/nut.plg attempt 1...Success -Processing /tmp/appFeed/templates/SimonFsRepository/snapshots.xml... Downloading https://raw.githubusercontent.com/SimonFair/Snapshots/main/snapshots.plg attempt 1...Success -Processing /tmp/appFeed/templates/SimonFsRepository/tasmotapm.xml... Downloading https://raw.githubusercontent.com/SimonFair/tasmotapm-unraid/main/tasmotapm.plg attempt 1...Success -Processing /tmp/appFeed/templates/SimonFsRepository/unraid-usbipi.xml... Downloading https://raw.githubusercontent.com/SimonFair/unraid.usbip/master/unraid.usbip.plg attempt 1...Success -Processing /tmp/appFeed/templates/SimonFsRepository/usbip-gui.xml... Downloading https://raw.githubusercontent.com/SimonFair/unraid.usbip-gui/master/usbip-gui.plg attempt 1...Success -Processing /tmp/appFeed/templates/SimonFsRepository/usb_manager.xml... Downloading https://raw.githubusercontent.com/SimonFair/usb_manager/master/usb_manager.plg attempt 1...Success -Processing /tmp/appFeed/templates/SimonFsRepository/usb_manager_aqc111_addon.xml... Downloading https://raw.githubusercontent.com/SimonFair/USB_Manager_usb_net_addon/main/usb_manager_aqc111_addon.plg attempt 1...Success -Processing /tmp/appFeed/templates/SimonFsRepository/usb_manager_serial_options_addon.xml... Downloading https://raw.githubusercontent.com/SimonFair/USB_Manager_Serial_Options_addon/main/usb_manager_serial_options_addon.plg attempt 1...Success -Processing /tmp/appFeed/templates/SimonFsRepository/usb_manager_usbip_addon.xml... Downloading https://raw.githubusercontent.com/SimonFair/USB_Manager_USBIP_addon/main/usb_manager_usbip_addon.plg attempt 1...Success -Processing /tmp/appFeed/templates/SimonFsRepository/WOL4Services.xml... Downloading https://raw.githubusercontent.com/SimonFair/WOLforServices/master/WOL4Services.plg attempt 1...Success - - -Downloading mgutt's Repository: https://github.com/mgutt/unraid-docker-templates -> /tmp/appFeed/templates/mguttsRepository Attempt 1...https://github.com/mgutt/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/mguttsRepository/mgutt/Apache-WebDAV.xml...Success -Processing /tmp/appFeed/templates/mguttsRepository/mgutt/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/mguttsRepository/mgutt/dropbox_by_otherguy.xml...Success -Processing /tmp/appFeed/templates/mguttsRepository/mgutt/iobroker.xml...Success -Processing /tmp/appFeed/templates/mguttsRepository/mgutt/MariaDB-Official.xml...Success -Processing /tmp/appFeed/templates/mguttsRepository/mgutt/Nginx-Proxy-Manager-Official.xml...Success -Processing /tmp/appFeed/templates/mguttsRepository/mgutt/rsync-server.xml...Success - - -Downloading rge's Repository: https://github.com/wger-project/unraid-templates -> /tmp/appFeed/templates/rgesRepository Attempt 1...https://github.com/wger-project/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/rgesRepository/wger.xml...Success - - -Downloading ArieDed's Repository: https://github.com/ArieDed/unraid-template -> /tmp/appFeed/templates/ArieDedsRepository Attempt 1...https://github.com/ArieDed/unraid-template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ArieDedsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/ArieDedsRepository/kanboard.xml...Success -Processing /tmp/appFeed/templates/ArieDedsRepository/languagetool.xml...Success - - -Downloading Muwahhidun's Repository: https://github.com/Muwahhidun/unraid-docker-templates -> /tmp/appFeed/templates/MuwahhidunsRepository Attempt 1...https://github.com/Muwahhidun/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MuwahhidunsRepository/my-ciao.xml...Removed from CA -Processing /tmp/appFeed/templates/MuwahhidunsRepository/my-joplin.xml...Removed from CA -Processing /tmp/appFeed/templates/MuwahhidunsRepository/my-linkwarden.xml...Removed from CA -Processing /tmp/appFeed/templates/MuwahhidunsRepository/my-meshcentral.xml...Removed from CA -Processing /tmp/appFeed/templates/MuwahhidunsRepository/my-nextcloud-aio-mastercontainer.xml...Success -Processing /tmp/appFeed/templates/MuwahhidunsRepository/my-office-document-server-ee.xml...Removed from CA -Processing /tmp/appFeed/templates/MuwahhidunsRepository/my-openvpn-antizapret.xml...Success -Processing /tmp/appFeed/templates/MuwahhidunsRepository/my-postgres-backup-local.xml...Success -Processing /tmp/appFeed/templates/MuwahhidunsRepository/my-roundcube-ver-mysql.xml...Removed from CA -Processing /tmp/appFeed/templates/MuwahhidunsRepository/my-trango.xml...Removed from CA -Processing /tmp/appFeed/templates/MuwahhidunsRepository/my-wiznote.xml...Removed from CA - - -Downloading FlippinTurt's Repository: https://github.com/nzzane/nzzane-unraid-repo -> /tmp/appFeed/templates/FlippinTurtsRepository Attempt 1...https://github.com/nzzane/nzzane-unraid-repo/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/FlippinTurtsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/FlippinTurtsRepository/hastebin.xml...Success -Processing /tmp/appFeed/templates/FlippinTurtsRepository/NetAlertX.xml...Success -Processing /tmp/appFeed/templates/FlippinTurtsRepository/PiHole-DotDoH.xml...Success -Processing /tmp/appFeed/templates/FlippinTurtsRepository/YouTransfer.xml...Success - - -Downloading ganey's Repository: https://github.com/ganey/unraid-honeygain -> /tmp/appFeed/templates/ganeysRepository Attempt 1...https://github.com/ganey/unraid-honeygain/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ganeysRepository/honeygain.xml...Removed from CA - - -Downloading Flight777's Repository: https://github.com/Flight777/unraid_justworks_templates -> /tmp/appFeed/templates/Flight777sRepository Attempt 1...https://github.com/Flight777/unraid_justworks_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Flight777sRepository/jw_barcodebuddy.xml...Success -Processing /tmp/appFeed/templates/Flight777sRepository/jw_dsmrreader.xml...Success -Processing /tmp/appFeed/templates/Flight777sRepository/jw_postgres12.xml...Success -Processing /tmp/appFeed/templates/Flight777sRepository/jw_shadowsocks.xml...Success - - -Downloading PTRFRLL's Repository: https://github.com/PTRFRLL/unraid-templates -> /tmp/appFeed/templates/PTRFRLLsRepository Attempt 1...https://github.com/PTRFRLL/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/PTRFRLLsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/PTRFRLLsRepository/moviematch/moviematch.xml...Success -Processing /tmp/appFeed/templates/PTRFRLLsRepository/scrypted/scrypted.xml...Success -Processing /tmp/appFeed/templates/PTRFRLLsRepository/trex-miner/trex.xml...Success - - -Downloading sublivion's Repository: https://github.com/Sabreu/unraid_templates -> /tmp/appFeed/templates/sublivionsRepository Attempt 1...https://github.com/Sabreu/unraid_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/sublivionsRepository/Gridcoin/Gridcoin.xml...Success - - -Downloading zgo's Repository: https://github.com/zgorizzo69/unraid-templates -> /tmp/appFeed/templates/zgosRepository Attempt 1...https://github.com/zgorizzo69/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/zgosRepository/openethereum/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/zgosRepository/prysm-beacon-ethereum/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/zgosRepository/geth-ethereum/geth-ethereum.xml...Success -Processing /tmp/appFeed/templates/zgosRepository/graph-node/graph-node.xml...Success -Processing /tmp/appFeed/templates/zgosRepository/nethermind/nethermind.xml...Success -Processing /tmp/appFeed/templates/zgosRepository/openethereum/openethereum.xml...Success -Processing /tmp/appFeed/templates/zgosRepository/prysm-beacon-ethereum/prysm-beacon-ethereum.xml...Success - - -Downloading kevin yu's Repository: https://github.com/yqlbu/unraid-templates -> /tmp/appFeed/templates/kevinyusRepository Attempt 1...https://github.com/yqlbu/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/kevinyusRepository/nvim-server/nvim-server.xml...Success -Processing /tmp/appFeed/templates/kevinyusRepository/tinymediamanager/tinymediamanager.xml...Success - - -Downloading bobbintb's Repository: https://github.com/bobbintb/docker-templates -> /tmp/appFeed/templates/bobbintbsRepository Attempt 1...https://github.com/bobbintb/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/bobbintbsRepository/bobbintb/rmlint.xml...Success - - -Downloading c4artz' Repository: https://github.com/C4ArtZ/Unraid-Templates -> /tmp/appFeed/templates/c4artzRepository Attempt 1...https://github.com/C4ArtZ/Unraid-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/c4artzRepository/templates/emby-sync.xml...Success -Processing /tmp/appFeed/templates/c4artzRepository/templates/farmos.xml...Success -Processing /tmp/appFeed/templates/c4artzRepository/templates/kutt.xml...Success -Processing /tmp/appFeed/templates/c4artzRepository/templates/planka.xml...Success -Processing /tmp/appFeed/templates/c4artzRepository/templates/subvert.xml...Success -Processing /tmp/appFeed/templates/c4artzRepository/templates/valetudo-mapper.xml...Success - - -Downloading Jflo's Repository: https://github.com/jflo/ffsync-unraid -> /tmp/appFeed/templates/JflosRepository Attempt 1...https://github.com/jflo/ffsync-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JflosRepository/ffsync-template.xml...Success - - -Downloading Codeluxe's Repository: https://github.com/Adidasdaniel98/RepetierDocker -> /tmp/appFeed/templates/CodeluxesRepository Attempt 1...https://github.com/Adidasdaniel98/RepetierDocker/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/CodeluxesRepository/repetier.xml...Success - - -Downloading jmztaylor's Repository: https://github.com/JmzTaylor/unraid_templates -> /tmp/appFeed/templates/jmztaylorsRepository Attempt 1...https://github.com/JmzTaylor/unraid_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jmztaylorsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/jmztaylorsRepository/cups-canon.xml...Success -Processing /tmp/appFeed/templates/jmztaylorsRepository/homelab_proxy.xml...Success -Processing /tmp/appFeed/templates/jmztaylorsRepository/mailpit.xml...Success -Processing /tmp/appFeed/templates/jmztaylorsRepository/rustdesk-server.xml...Success -Processing /tmp/appFeed/templates/jmztaylorsRepository/rustdesk-server-relay.xml...Success -Processing /tmp/appFeed/templates/jmztaylorsRepository/uptime_kuma_api.xml...Success - - -Downloading hussainalhaddad's Repository: https://github.com/hussainalhaddad/docker-templates -> /tmp/appFeed/templates/hussainalhaddadsRepository Attempt 1...https://github.com/hussainalhaddad/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/hussainalhaddadsRepository/appsmith/appsmith.xml...Success -Processing /tmp/appFeed/templates/hussainalhaddadsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/hussainalhaddadsRepository/config2mega/config2mega.xml...Success -Processing /tmp/appFeed/templates/hussainalhaddadsRepository/filerun/filerun.xml...Removed from CA -Processing /tmp/appFeed/templates/hussainalhaddadsRepository/GreenTunnel/GreenTunnel.xml...Success -Processing /tmp/appFeed/templates/hussainalhaddadsRepository/kodi-headless/kodi-headless.xml...Success -Processing /tmp/appFeed/templates/hussainalhaddadsRepository/myjdownloader/myjdownloader.xml...Success -Processing /tmp/appFeed/templates/hussainalhaddadsRepository/nocodb/nocodb.xml...Success -Processing /tmp/appFeed/templates/hussainalhaddadsRepository/olivetin/olivetin.xml...Success -Processing /tmp/appFeed/templates/hussainalhaddadsRepository/pcmanfm/pcmanfm.xml...Success -Processing /tmp/appFeed/templates/hussainalhaddadsRepository/spoof-dpi/spoof-dpi.xml...Success -Processing /tmp/appFeed/templates/hussainalhaddadsRepository/tailscale/tailscale.xml...Success -Processing /tmp/appFeed/templates/hussainalhaddadsRepository/tinymediamanager/tinymediamanager.xml...Success -Processing /tmp/appFeed/templates/hussainalhaddadsRepository/Universal-Media-Server/Universal-Media-Server.xml...Success - - -Downloading JohnnyP's Repository: https://github.com/tenasi/unraid-templates -> /tmp/appFeed/templates/JohnnyPsRepository Attempt 1...https://github.com/tenasi/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JohnnyPsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/JohnnyPsRepository/plexannouncer/plexannouncer.xml...Success - - -Downloading Yoda's Repository: https://github.com/valaypatel/unraidapps -> /tmp/appFeed/templates/YodasRepository Attempt 1...https://github.com/valaypatel/unraidapps/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/YodasRepository/akaunting/akaunting.xml...Success - - -Downloading ChargingCosmonaut's Repository: https://github.com/PotentialIngenuity/petio-unraid -> /tmp/appFeed/templates/ChargingCosmonautsRepository Attempt 1...https://github.com/PotentialIngenuity/petio-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ChargingCosmonautsRepository/petio.xml...Success - - -Downloading lnxd's Repository: https://github.com/lnxd/unraid-templates -> /tmp/appFeed/templates/lnxdsRepository Attempt 1...https://github.com/lnxd/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/lnxdsRepository/lnxd/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/lnxdsRepository/lnxd/github-backup.xml...Success -Processing /tmp/appFeed/templates/lnxdsRepository/lnxd/PhoenixMiner-AMD.xml...Success -Processing /tmp/appFeed/templates/lnxdsRepository/lnxd/PhoenixStats.xml...Removed from CA -Processing /tmp/appFeed/templates/lnxdsRepository/lnxd/xmrig.xml...Success - - -Downloading LawRyder's Repository: https://github.com/lawryder/unraid_docker_reps -> /tmp/appFeed/templates/LawRydersRepository Attempt 1...https://github.com/lawryder/unraid_docker_reps/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/LawRydersRepository/Ankidock.xml...Success - - -Downloading Camc314's Repository: https://github.com/Camc314/unraid-jellyfin-vue -> /tmp/appFeed/templates/Camc314sRepository Attempt 1...https://github.com/Camc314/unraid-jellyfin-vue/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Camc314sRepository/ssr.xml...Success -Processing /tmp/appFeed/templates/Camc314sRepository/static.xml...Success - - -Downloading NixonInnes' Repository: https://github.com/NixonInnes/unraid-builds-xml -> /tmp/appFeed/templates/NixonInnesRepository Attempt 1...https://github.com/NixonInnes/unraid-builds-xml/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/NixonInnesRepository/alpaca-to-influxdb.xml...Success -Processing /tmp/appFeed/templates/NixonInnesRepository/binance-to-influxdb.xml...Success - - -Downloading cschanot's Repository: https://github.com/cschanot/docker-templates -> /tmp/appFeed/templates/cschanotsRepository Attempt 1...https://github.com/cschanot/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/cschanotsRepository/kibana.xml...Success -Processing /tmp/appFeed/templates/cschanotsRepository/ntopng.xml...Success - - -Downloading campusantu's Repository: https://github.com/GiorgioAresu/unraid-repository -> /tmp/appFeed/templates/campusantusRepository Attempt 1...https://github.com/GiorgioAresu/unraid-repository/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/campusantusRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/campusantusRepository/ZFS-companion.xml... Downloading https://raw.githubusercontent.com/GiorgioAresu/ZFS-companion-unraid/main/ZFS-companion.plg attempt 1...Success - - -Downloading Jacob Bolooni's Repository: https://github.com/what-name/unraid-templates -> /tmp/appFeed/templates/JacobBoloonisRepository Attempt 1...https://github.com/what-name/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JacobBoloonisRepository/s3sync.xml...Success - - -Downloading Forum-Layman's Repository: https://github.com/EdwardChamberlain/unraid-templates -> /tmp/appFeed/templates/Forum-LaymansRepository Attempt 1...https://github.com/EdwardChamberlain/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Forum-LaymansRepository/ipmi-tools.xml...Success -Processing /tmp/appFeed/templates/Forum-LaymansRepository/namecheap_ddns.xml...Success - - -Downloading Kippenhof's Repository: https://github.com/Kippenhof/docker-templates -> /tmp/appFeed/templates/KippenhofsRepository Attempt 1...https://github.com/Kippenhof/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/KippenhofsRepository/actual-server.xml...Success -Processing /tmp/appFeed/templates/KippenhofsRepository/bigbendiscord.xml...Success -Processing /tmp/appFeed/templates/KippenhofsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/KippenhofsRepository/fritzbox_exporter.xml...Success -Processing /tmp/appFeed/templates/KippenhofsRepository/neko.xml...Removed from CA -Processing /tmp/appFeed/templates/KippenhofsRepository/win11react.xml...Removed from CA - - -Downloading Marzel's Repository: https://github.com/marzel1/docker-templates -> /tmp/appFeed/templates/MarzelsRepository Attempt 1...https://github.com/marzel1/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MarzelsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/MarzelsRepository/marzel/remotely.xml...Success - - -Downloading jsavargas' Repository: https://github.com/jsavargas/telethon_downloader -> /tmp/appFeed/templates/jsavargasRepository Attempt 1...https://github.com/jsavargas/telethon_downloader/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jsavargasRepository/templates/UNRAID/telethon-downloader.xml...Success - - -Downloading Partition Pixel's Repository: https://github.com/PartitionPixel/unraid-templates -> /tmp/appFeed/templates/PartitionPixelsRepository Attempt 1...https://github.com/PartitionPixel/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/PartitionPixelsRepository/PartitionPixel/chia.xml...Success - - -Downloading guy.davis' Repository: https://github.com/guydavis/machinaris-unraid -> /tmp/appFeed/templates/guy.davisRepository Attempt 1...https://github.com/guydavis/machinaris-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/guy.davisRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-apple.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-apple-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-ballcoin.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-ballcoin-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-bpx.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-bpx-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-btcgreen.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-btcgreen-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-cactus.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-cactus-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-chia-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-chinilla.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-chinilla-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-chives.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-chives-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-coffee.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-coffee-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-cryptodoge.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-cryptodoge-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-ecostake.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-ecostake-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-flax.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-flax-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-flora.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-flora-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-gigahorse.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-gigahorse-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-gold.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-gold-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-greenbtc.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-greenbtc-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-hddcoin.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-hddcoin-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-littlelambocoin.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-littlelambocoin-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-maize.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-maize-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-mint.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-mint-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-mmx.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-mmx-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-moon.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-moon-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-nchain.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-nchain-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-one.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-one-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-petroleum.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-petroleum-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-pipscoin.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-pipscoin-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-profit.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-profit-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-shibgreen.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-shibgreen-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-silicoin.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-silicoin-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-staicoin.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-staicoin-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-stor.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-stor-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-tad.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-tad-harvester.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-wheat.xml...Success -Processing /tmp/appFeed/templates/guy.davisRepository/machinaris-wheat-harvester.xml...Success - - -Downloading Alphacosmos' Repository: https://github.com/Alphacosmos/unraid-templetes -> /tmp/appFeed/templates/AlphacosmosRepository Attempt 1...https://github.com/Alphacosmos/unraid-templetes/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/AlphacosmosRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/AlphacosmosRepository/Cleanarr.xml...Success -Processing /tmp/appFeed/templates/AlphacosmosRepository/CNCJS.xml...Success -Processing /tmp/appFeed/templates/AlphacosmosRepository/Officelife.xml...Removed from CA - - -Downloading breadlysm's Repository: https://github.com/breadlysm/Breads-unraid-templates -> /tmp/appFeed/templates/breadlysmsRepository Attempt 1...https://github.com/breadlysm/Breads-unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/breadlysmsRepository/speedflux-unraid.xml...Success - - -Downloading OFark's Repository: https://github.com/OFark/docker-templates -> /tmp/appFeed/templates/OFarksRepository Attempt 1...https://github.com/OFark/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/OFarksRepository/OFark/Compressarr.xml...Success -Processing /tmp/appFeed/templates/OFarksRepository/OFark/ElasticSearch5.xml...Success - - -Downloading freddy0's Repository: https://gitlab.com/crafty-controller/crafty-4 -> /tmp/appFeed/templates/freddy0sRepository Attempt 1...https://gitlab.com/crafty-controller/crafty-4/-/archive/master/crafty-4-master.tar.gz Success! -Processing /tmp/appFeed/templates/freddy0sRepository/docker/unraid.xml...Success - - -Downloading sgraaf's Repository: https://github.com/sgraaf/Unraid-Docker-Templates -> /tmp/appFeed/templates/sgraafsRepository Attempt 1...https://github.com/sgraaf/Unraid-Docker-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/sgraafsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/sgraafsRepository/gotenberg/template.xml...Success -Processing /tmp/appFeed/templates/sgraafsRepository/obfs4-bridge/template.xml...Success -Processing /tmp/appFeed/templates/sgraafsRepository/postgresql16/template.xml...Success -Processing /tmp/appFeed/templates/sgraafsRepository/tika/template.xml...Success -Processing /tmp/appFeed/templates/sgraafsRepository/windmill/template.xml...Success - - -Downloading aeleos' Repository: https://github.com/aeleos/cloudflared -> /tmp/appFeed/templates/aeleosRepository Attempt 1...https://github.com/aeleos/cloudflared/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/aeleosRepository/cloudflared.xml...Success - - -Downloading paululibro's Repository: https://github.com/pawelmalak/unraid-templates -> /tmp/appFeed/templates/paululibrosRepository Attempt 1...https://github.com/pawelmalak/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/paululibrosRepository/templates/flame.xml...Success -Processing /tmp/appFeed/templates/paululibrosRepository/templates/gameyfin.xml...Success -Processing /tmp/appFeed/templates/paululibrosRepository/templates/moodist.xml...Success -Processing /tmp/appFeed/templates/paululibrosRepository/templates/partdb.xml...Success -Processing /tmp/appFeed/templates/paululibrosRepository/templates/snippetbox.xml...Success - - -Downloading shaksiwnl's Repository: https://github.com/shaksiwnl/unraid-templates -> /tmp/appFeed/templates/shaksiwnlsRepository Attempt 1...https://github.com/shaksiwnl/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/shaksiwnlsRepository/ios-signer-service/ios-signer-service.xml...Success - - -Downloading Marraz' Repository: https://github.com/Marraz/unraid-templates -> /tmp/appFeed/templates/MarrazRepository Attempt 1...https://github.com/Marraz/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MarrazRepository/Companion/Companion.xml...Success - - -Downloading daman12's Repository: https://github.com/daman20/ca-xmls -> /tmp/appFeed/templates/daman12sRepository Attempt 1...https://github.com/daman20/ca-xmls/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/daman12sRepository/httrack.xml...Removed from CA - - -Downloading advplyr's Repository: https://github.com/advplyr/docker-templates -> /tmp/appFeed/templates/advplyrsRepository Attempt 1...https://github.com/advplyr/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/advplyrsRepository/audiobookshelf.xml...Success -Processing /tmp/appFeed/templates/advplyrsRepository/ca_profile.xml...FOUND PROFILE - - -Downloading vrx's Repository: https://github.com/vrx-666/unraid-xml -> /tmp/appFeed/templates/vrxsRepository Attempt 1...https://github.com/vrx-666/unraid-xml/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/vrxsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/vrxsRepository/my-bacula-server.xml...Success -Processing /tmp/appFeed/templates/vrxsRepository/my-bind9.xml...Success -Processing /tmp/appFeed/templates/vrxsRepository/my-zabbix-agent.xml...Success -Processing /tmp/appFeed/templates/vrxsRepository/my-zabbix-agent2.xml...Success - - -Downloading Diamond Precision Computing's Repository: https://github.com/DiamondPrecisionComputing/unraid-templates -> /tmp/appFeed/templates/DiamondPrecisionComputingsRepository Attempt 1...https://github.com/DiamondPrecisionComputing/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DiamondPrecisionComputingsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/DiamondPrecisionComputingsRepository/templates/ddns-updater.xml...Success -Processing /tmp/appFeed/templates/DiamondPrecisionComputingsRepository/templates/Genea.xml...Success -Processing /tmp/appFeed/templates/DiamondPrecisionComputingsRepository/templates/GluetunVPN.xml...Success -Processing /tmp/appFeed/templates/DiamondPrecisionComputingsRepository/templates/ShadowSocks-Server.xml...Success - - -Downloading ptchernegovski's Repository: https://github.com/ptchernegovski/Unraid-Templates -> /tmp/appFeed/templates/ptchernegovskisRepository Attempt 1...https://github.com/ptchernegovski/Unraid-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ptchernegovskisRepository/Funkwhale AIO/Funkwhale AIO.xml...Success -Processing /tmp/appFeed/templates/ptchernegovskisRepository/printbed/printbed.xml...Success - - -Downloading licardo's Repository: https://github.com/L1cardo/Unraid-Templates -> /tmp/appFeed/templates/licardosRepository Attempt 1...https://github.com/L1cardo/Unraid-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/licardosRepository/awtrix2/awtrix2.xml...Success -Processing /tmp/appFeed/templates/licardosRepository/nps-client/nps-client.xml...Success -Processing /tmp/appFeed/templates/licardosRepository/xware/xware.xml...Success - - -Downloading kutzilla's Repository: https://github.com/kutzilla/unraid-templates -> /tmp/appFeed/templates/kutzillasRepository Attempt 1...https://github.com/kutzilla/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/kutzillasRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/kutzillasRepository/apps/hetzner-ddns.xml...Success -Processing /tmp/appFeed/templates/kutzillasRepository/apps/unbound.xml...Success - - -Downloading jkirkcaldy's Repository: https://github.com/jkirkcaldy/unraid-CA-templates -> /tmp/appFeed/templates/jkirkcaldysRepository Attempt 1...https://github.com/jkirkcaldy/unraid-CA-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jkirkcaldysRepository/Plex-utills.xml...Success - - -Downloading Joshndroid's Repository: https://github.com/Joshndroid/joshndroid-unraid-docker-templates -> /tmp/appFeed/templates/JoshndroidsRepository Attempt 1...https://github.com/Joshndroid/joshndroid-unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JoshndroidsRepository/templates/baikal.xml...Success -Processing /tmp/appFeed/templates/JoshndroidsRepository/templates/invidious.xml...Success -Processing /tmp/appFeed/templates/JoshndroidsRepository/templates/microbin.xml...Success -Processing /tmp/appFeed/templates/JoshndroidsRepository/templates/redlib.xml...Success -Processing /tmp/appFeed/templates/JoshndroidsRepository/templates/rimgo.xml...Success -Processing /tmp/appFeed/templates/JoshndroidsRepository/templates/troddit.xml...Success - - -Downloading Kizaing's Repository: https://github.com/Kizaing/Unraid-Templates -> /tmp/appFeed/templates/KizaingsRepository Attempt 1...https://github.com/Kizaing/Unraid-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/KizaingsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/KizaingsRepository/kavita-unraid.xml...Success - - -Downloading LuBeDa's Repository: https://github.com/lubeda/unraid-templates -> /tmp/appFeed/templates/LuBeDasRepository Attempt 1...https://github.com/lubeda/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/LuBeDasRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/LuBeDasRepository/salt4unraid/template.xml...Success - - -Downloading Froodle's Repository: https://github.com/Frooodle/unraid-templates -> /tmp/appFeed/templates/FroodlesRepository Attempt 1...https://github.com/Frooodle/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/FroodlesRepository/Agent-DVR.xml...Success -Processing /tmp/appFeed/templates/FroodlesRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/FroodlesRepository/cleanarr.xml...Removed from CA -Processing /tmp/appFeed/templates/FroodlesRepository/Core-Keeper-Dedicated-Server.xml...Success -Processing /tmp/appFeed/templates/FroodlesRepository/dependency-track-api-server.xml...Success -Processing /tmp/appFeed/templates/FroodlesRepository/dependency-track-frontend.xml...Success -Processing /tmp/appFeed/templates/FroodlesRepository/doku.xml...Success -Processing /tmp/appFeed/templates/FroodlesRepository/s-pdf.xml...Success -Processing /tmp/appFeed/templates/FroodlesRepository/sonarqube.xml...Success -Processing /tmp/appFeed/templates/FroodlesRepository/sshwifty.xml...Success -Processing /tmp/appFeed/templates/FroodlesRepository/watchtower.xml...Success - - -Downloading priate's Repository: https://github.com/Sleepingpirates/invitarr-unraid -> /tmp/appFeed/templates/priatesRepository Attempt 1...https://github.com/Sleepingpirates/invitarr-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/priatesRepository/unraid-templates/invitarr.xml...Success - - -Downloading cedev's Repository: https://github.com/rufuswilson/unraid-templates -> /tmp/appFeed/templates/cedevsRepository Attempt 1...https://github.com/rufuswilson/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/cedevsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/cedevsRepository/rw-photonix.xml...Success - - -Downloading Cornflake's Repository: https://github.com/Joey291/unraid-templates -> /tmp/appFeed/templates/CornflakesRepository Attempt 1...https://github.com/Joey291/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/CornflakesRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/CornflakesRepository/templates/cloudflaredtunnel.xml...Success -Processing /tmp/appFeed/templates/CornflakesRepository/templates/discord-gsm.xml...Success -Processing /tmp/appFeed/templates/CornflakesRepository/templates/DiscordGSM.xml...Success -Processing /tmp/appFeed/templates/CornflakesRepository/templates/skyrim-together-reborn.xml...Success -Processing /tmp/appFeed/templates/CornflakesRepository/templates/twingate.xml...Success - - -Downloading llalon's Repository: https://github.com/llalon/unraid-templates -> /tmp/appFeed/templates/llalonsRepository Attempt 1...https://github.com/llalon/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/llalonsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/llalonsRepository/llalon/honeygain.xml...Success -Processing /tmp/appFeed/templates/llalonsRepository/llalon/packetstream-psclient.xml...Success - - -Downloading ofawx's Repository: https://github.com/ofawx/unraid-templates -> /tmp/appFeed/templates/ofawxsRepository Attempt 1...https://github.com/ofawx/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ofawxsRepository/bitcoind.xml...Success -Processing /tmp/appFeed/templates/ofawxsRepository/electrs.xml...Success -Processing /tmp/appFeed/templates/ofawxsRepository/electrumx.xml...Success - - -Downloading Official PhotoStructure Repository: https://github.com/photostructure/unraid-template -> /tmp/appFeed/templates/OfficialPhotoStructureRepository Attempt 1...https://github.com/photostructure/unraid-template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/OfficialPhotoStructureRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/OfficialPhotoStructureRepository/photostructure/photostructure.xml...Success - - -Downloading Alex B's Repository: https://github.com/Zazou49/unraid -> /tmp/appFeed/templates/AlexBsRepository Attempt 1...https://github.com/Zazou49/unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/AlexBsRepository/MeTube.xml...Success - - -Downloading BigManDave's Repository: https://github.com/BigManDave/unraid-templates -> /tmp/appFeed/templates/BigManDavesRepository Attempt 1...https://github.com/BigManDave/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/BigManDavesRepository/doge-node.xml...Success - - -Downloading Kameleon83's Repository: https://github.com/Olprog59/unraid-templates -> /tmp/appFeed/templates/Kameleon83sRepository Attempt 1...https://github.com/Olprog59/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Kameleon83sRepository/docker-webui/docker-webui.xml...Success -Processing /tmp/appFeed/templates/Kameleon83sRepository/excalidraw/excalidraw.xml...Success -Processing /tmp/appFeed/templates/Kameleon83sRepository/go-playground/go-playground.xml...Success -Processing /tmp/appFeed/templates/Kameleon83sRepository/openvscode-server/openvscode-server.xml...Success -Processing /tmp/appFeed/templates/Kameleon83sRepository/search-and-sort-movies/search-and-sort-movies.xml...Success -Processing /tmp/appFeed/templates/Kameleon83sRepository/surrealdb/surrealdb.xml...Success -Processing /tmp/appFeed/templates/Kameleon83sRepository/tmpmail/tmpmail.xml...Success -Processing /tmp/appFeed/templates/Kameleon83sRepository/mocodo/unraid.xml...Success - - -Downloading Echolot's Repository: https://github.com/ItsEcholot/unraid-templates -> /tmp/appFeed/templates/EcholotsRepository Attempt 1...https://github.com/ItsEcholot/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/EcholotsRepository/ContainerNursery.xml...Success - - -Downloading RedVex's Repository: https://github.com/redvex2460/docker-templates -> /tmp/appFeed/templates/RedVexsRepository Attempt 1...https://github.com/redvex2460/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/RedVexsRepository/redvex2460/Autofiller-Web.xml...Success -Processing /tmp/appFeed/templates/RedVexsRepository/redvex2460/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/RedVexsRepository/redvex2460/discoloader.xml...Removed from CA -Processing /tmp/appFeed/templates/RedVexsRepository/redvex2460/fogproject.xml...Removed from CA -Processing /tmp/appFeed/templates/RedVexsRepository/redvex2460/gostatic.xml...Success -Processing /tmp/appFeed/templates/RedVexsRepository/redvex2460/lancache.xml...Success -Processing /tmp/appFeed/templates/RedVexsRepository/redvex2460/lancache-dns.xml...Success -Processing /tmp/appFeed/templates/RedVexsRepository/redvex2460/virt-manager.xml...Removed from CA -Processing /tmp/appFeed/templates/RedVexsRepository/redvex2460/weewx.xml...Success - - -Downloading CK98's Repository: https://github.com/ckocyigit/unraid-ca-templates -> /tmp/appFeed/templates/CK98sRepository Attempt 1...https://github.com/ckocyigit/unraid-ca-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/CK98sRepository/templates/k2d.xml...Success -Processing /tmp/appFeed/templates/CK98sRepository/templates/webdav.xml...Success - - -Downloading Croc's Repository: https://github.com/pairofcrocs/unraid-templates -> /tmp/appFeed/templates/CrocsRepository Attempt 1...https://github.com/pairofcrocs/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/CrocsRepository/ArchiveTeam-Warrior.xml...Removed from CA - - -Downloading Unmax's Repository: https://github.com/PlexRipper/PlexRipper-Unraid-CA-Templates -> /tmp/appFeed/templates/UnmaxsRepository Attempt 1...https://github.com/PlexRipper/PlexRipper-Unraid-CA-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/UnmaxsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/UnmaxsRepository/PlexRipper-dev/filename.xml...Success -Processing /tmp/appFeed/templates/UnmaxsRepository/PlexRipper-latest/filename.xml...Success - - -Downloading Iker's Repository: https://github.com/IkerSaint/ZFS-Master-Unraid -> /tmp/appFeed/templates/IkersRepository Attempt 1...https://github.com/IkerSaint/ZFS-Master-Unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/IkersRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/IkersRepository/ZFS.Master.xml... Downloading https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/main/zfs.master.plg attempt 1...Success - - -Downloading m0ngr31's Repository: https://github.com/m0ngr31/unraid_ca -> /tmp/appFeed/templates/m0ngr31sRepository Attempt 1...https://github.com/m0ngr31/unraid_ca/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/m0ngr31sRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/m0ngr31sRepository/ComfyUI-Magic.xml...Success -Processing /tmp/appFeed/templates/m0ngr31sRepository/DailyNotes.xml...Success -Processing /tmp/appFeed/templates/m0ngr31sRepository/EPlusTV.xml...Success -Processing /tmp/appFeed/templates/m0ngr31sRepository/Genmon.xml...Success -Processing /tmp/appFeed/templates/m0ngr31sRepository/my-Refact.xml...Success -Processing /tmp/appFeed/templates/m0ngr31sRepository/my-Tabby.xml...Success -Processing /tmp/appFeed/templates/m0ngr31sRepository/ollama.xml...Removed from CA -Processing /tmp/appFeed/templates/m0ngr31sRepository/ollama-webui.xml...Removed from CA -Processing /tmp/appFeed/templates/m0ngr31sRepository/OpenRA.xml...Success -Processing /tmp/appFeed/templates/m0ngr31sRepository/stable-diffusion.xml...Success - - -Downloading corgan's Repository: https://github.com/corgan2222/unraid-templates -> /tmp/appFeed/templates/corgansRepository Attempt 1...https://github.com/corgan2222/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/corgansRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/corgansRepository/CompreFace/CompreFace.xml...Success -Processing /tmp/appFeed/templates/corgansRepository/CompreFace-GPU/CompreFace-GPU.xml...Success -Processing /tmp/appFeed/templates/corgansRepository/double-take/double-take.xml...Success -Processing /tmp/appFeed/templates/corgansRepository/machinebox-facebox/machinebox-facebox.xml...Removed from CA -Processing /tmp/appFeed/templates/corgansRepository/machinebox-tagbox/machinebox-tagbox.xml...Success -Processing /tmp/appFeed/templates/corgansRepository/machinebox-videobox/machinebox-videobox.xml...Success -Processing /tmp/appFeed/templates/corgansRepository/mail2slack/mail2slack.xml...Success -Processing /tmp/appFeed/templates/corgansRepository/prometheus-phoenixstats/prometheus-phoenixstats.xml...Success - - -Downloading cyansmoker's Repository: https://github.com/glauth/unraid-glauth -> /tmp/appFeed/templates/cyansmokersRepository Attempt 1...https://github.com/glauth/unraid-glauth/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/cyansmokersRepository/glauth-plugins.xml...Success -Processing /tmp/appFeed/templates/cyansmokersRepository/glauth-standalone.xml...Success - - -Downloading DwebF's Repository: https://github.com/lomorage/unraid-template -> /tmp/appFeed/templates/DwebFsRepository Attempt 1...https://github.com/lomorage/unraid-template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DwebFsRepository/lomo-backend.xml...Success - - -Downloading Poke0's Repository: https://github.com/poke0/Unraid-docker-templates -> /tmp/appFeed/templates/Poke0sRepository Attempt 1...https://github.com/poke0/Unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Poke0sRepository/damselfly.xml...Success - - -Downloading patrickstigler's Repository: https://github.com/patrickstigler/unraid_app_templates -> /tmp/appFeed/templates/patrickstiglersRepository Attempt 1...https://github.com/patrickstigler/unraid_app_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/patrickstiglersRepository/breitbandmessung-de/breitbandmessung-de.xml...Success -Processing /tmp/appFeed/templates/patrickstiglersRepository/cadquery-server/cadquery-server.xml...Removed from CA -Processing /tmp/appFeed/templates/patrickstiglersRepository/cadquery_jupyter/cadquery_jupyter.xml...Success -Processing /tmp/appFeed/templates/patrickstiglersRepository/facturaScripts/facturascripts.xml...Success -Processing /tmp/appFeed/templates/patrickstiglersRepository/fetchmail/fetchmail.xml...Success -Processing /tmp/appFeed/templates/patrickstiglersRepository/fluidd/fluidd.xml...Removed from CA -Processing /tmp/appFeed/templates/patrickstiglersRepository/icloud-drive-sync/icloud-drive-sync.xml...Removed from CA -Processing /tmp/appFeed/templates/patrickstiglersRepository/mainsail/mainsail.xml...Success -Processing /tmp/appFeed/templates/patrickstiglersRepository/minimal-ics-hoster/minimal-ics-hoster.xml...Success -Processing /tmp/appFeed/templates/patrickstiglersRepository/mssql-server/mssql-server.xml...Removed from CA -Processing /tmp/appFeed/templates/patrickstiglersRepository/obs-ndi/obs-ndi.xml...Success -Processing /tmp/appFeed/templates/patrickstiglersRepository/py-stocks-api/py-stocks-api.xml...Success -Processing /tmp/appFeed/templates/patrickstiglersRepository/quiz-game/quiz-game.xml...Success -Processing /tmp/appFeed/templates/patrickstiglersRepository/unifi-cam-proxy/unifi-cam-proxy.xml...Success -Processing /tmp/appFeed/templates/patrickstiglersRepository/youtube-transcript-to-article/youtube-transcript-to-article.xml...Success - - -Downloading Goobaroo's Repository: https://github.com/Goobaroo/unraid-templates -> /tmp/appFeed/templates/GoobaroosRepository Attempt 1...https://github.com/Goobaroo/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/GoobaroosRepository/allthemods7_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/allthemods8_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/allthemods9tothesky_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/allthemods9_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/astropolis_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/atm7tothesky_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/GoobaroosRepository/createaboveandbeyond_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/createflavored_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/createre-flavored_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/dawncraft_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/enigmatica6_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/ftbdirewolf20_118_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/ftbdirewolf201.19_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/ftbdirewolf201.20_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/ftbgenesis_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/ftbinferno_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/ftbintegrationbypartsdx_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/ftboceanblock_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/ftbone_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/ftbrevelation_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/ftbskies_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/ftbunstable1.20forge_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/infinityevolved1.7_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/legendoftheeyes_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/lifeinthevillage3_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/mechanicalmastery_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/nomifactoryceu_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/pixelmon_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/plexiglassmountain_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/rlcraft_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/roguelikeadventuresanddungeons2_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/sevtechages_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/skyfactory3_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/skyfactory4_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/skyfactory25_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/skyfactoryone_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/stoneblock2_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/stoneblock3_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/thedecursioproject_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/vaulthunters3rdedition_server.xml...Success -Processing /tmp/appFeed/templates/GoobaroosRepository/vaulthunters_server.xml...Success - - -Downloading TrophyBuck's Repository: https://github.com/TrophyBuck/unraid-templates -> /tmp/appFeed/templates/TrophyBucksRepository Attempt 1...https://github.com/TrophyBuck/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/TrophyBucksRepository/redisInsight/redisInsight.xml...Success - - -Downloading jabajames' Repository: https://github.com/Tech-Weasel/Unraid_Templates -> /tmp/appFeed/templates/jabajamesRepository Attempt 1...https://github.com/Tech-Weasel/Unraid_Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jabajamesRepository/SIYuan/SIYuan.xml...Success - - -Downloading da do ron's Repository: https://github.com/knilix/unraid-templates -> /tmp/appFeed/templates/dadoronsRepository Attempt 1...https://github.com/knilix/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/dadoronsRepository/ubuntu-xfce/ubuntu-xfce.xml...Removed from CA - - -Downloading C3004's Repository: https://github.com/C3004/Unraid-Templates-C3004 -> /tmp/appFeed/templates/C3004sRepository Attempt 1...https://github.com/C3004/Unraid-Templates-C3004/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/C3004sRepository/Comixed-Docker.xml...Success -Processing /tmp/appFeed/templates/C3004sRepository/Komf-Docker.xml...Success -Processing /tmp/appFeed/templates/C3004sRepository/Tachidesk-Docker.xml...Success - - -Downloading jorgenman's Repository: https://github.com/jorgenman/unraid-templates -> /tmp/appFeed/templates/jorgenmansRepository Attempt 1...https://github.com/jorgenman/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jorgenmansRepository/jorgenman/restic-rest-server.xml...Success - - -Downloading lordfiSh's Repository: https://github.com/lordfiSh/unraid-docker-images -> /tmp/appFeed/templates/lordfiShsRepository Attempt 1...https://github.com/lordfiSh/unraid-docker-images/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/lordfiShsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/lordfiShsRepository/repo/OpenFactorioServerManager.xml...Success - - -Downloading reven's Repository: https://github.com/revenz/FileFlowsUnraid -> /tmp/appFeed/templates/revensRepository Attempt 1...https://github.com/revenz/FileFlowsUnraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/revensRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/revensRepository/fenrus-unraid-docker.xml...Success -Processing /tmp/appFeed/templates/revensRepository/fileflows-node-unraid-docker.xml...Success -Processing /tmp/appFeed/templates/revensRepository/fileflows-unraid-docker.xml...Success - - -Downloading L4stIdi0t's Repository: https://github.com/L4stIdi0t/Unraid-template -> /tmp/appFeed/templates/L4stIdi0tsRepository Attempt 1...https://github.com/L4stIdi0t/Unraid-template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/L4stIdi0tsRepository/ASF/ArchiSteamFarm.xml...Success -Processing /tmp/appFeed/templates/L4stIdi0tsRepository/Arr-Tools/ArrTools.xml...Success -Processing /tmp/appFeed/templates/L4stIdi0tsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/L4stIdi0tsRepository/Collabora/Collabora-CODE.xml...Success -Processing /tmp/appFeed/templates/L4stIdi0tsRepository/Spotweb/spotweb.xml...Success -Processing /tmp/appFeed/templates/L4stIdi0tsRepository/TrackMania-EvoSC/TrackMania-EvoSC.xml...Success -Processing /tmp/appFeed/templates/L4stIdi0tsRepository/TrackMania2020-Server/TrackMania2020-Server.xml...Success - - -Downloading bobokun's Repository: https://github.com/StuffAnThings/unraid-templates -> /tmp/appFeed/templates/bobokunsRepository Attempt 1...https://github.com/StuffAnThings/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/bobokunsRepository/qbit_manage/qbit_manage.xml...Success - - -Downloading locus313's Repository: https://github.com/locus313/unraid-docker-templates -> /tmp/appFeed/templates/locus313sRepository Attempt 1...https://github.com/locus313/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/locus313sRepository/templates/myst.xml...Success - - -Downloading saskiuhia's Repository: https://github.com/ivaxor/unraid-ca-docker-templates -> /tmp/appFeed/templates/saskiuhiasRepository Attempt 1...https://github.com/ivaxor/unraid-ca-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/saskiuhiasRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/saskiuhiasRepository/rtcwcoop.xml...Success -Processing /tmp/appFeed/templates/saskiuhiasRepository/shinobi.xml...Success -Processing /tmp/appFeed/templates/saskiuhiasRepository/shinobi-nvidia.xml...Success - - -Downloading bonedrums' Repository: https://github.com/bonedrums/unraid-templates -> /tmp/appFeed/templates/bonedrumsRepository Attempt 1...https://github.com/bonedrums/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/bonedrumsRepository/unraid-grist/grist.xml...Success - - -Downloading a_n_d_y's Repository: https://github.com/rythmik/docker-templates -> /tmp/appFeed/templates/a_n_d_ysRepository Attempt 1...https://github.com/rythmik/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/a_n_d_ysRepository/rythmik/scprime/scprime.xml...Success -Processing /tmp/appFeed/templates/a_n_d_ysRepository/rythmik/supervisor-lite/supervisor-lite.xml...Success - - -Downloading José Coelho's Repository: https://github.com/josecoelho/unraid-templates -> /tmp/appFeed/templates/JoséCoelhosRepository Attempt 1...https://github.com/josecoelho/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JoséCoelhosRepository/cups/cups.xml...Success - - -Downloading Sander0542's Repository: https://github.com/Sander0542/docker-templates -> /tmp/appFeed/templates/Sander0542sRepository Attempt 1...https://github.com/Sander0542/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Sander0542sRepository/sander0542/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/Sander0542sRepository/sander0542/NetworkManager.xml...Success - - -Downloading Mizz141's Repository: https://github.com/mizz141/mizz141-unraid-xml -> /tmp/appFeed/templates/Mizz141sRepository Attempt 1...https://github.com/mizz141/mizz141-unraid-xml/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Mizz141sRepository/plexanisync.xml...Success -Processing /tmp/appFeed/templates/Mizz141sRepository/sneedznab.xml...Success - - -Downloading jusjoken's Repository: https://github.com/OpenSageTV/unRAID -> /tmp/appFeed/templates/jusjokensRepository Attempt 1...https://github.com/OpenSageTV/unRAID/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jusjokensRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/jusjokensRepository/sagetv-opendct/sagetv-opendct.xml...Success -Processing /tmp/appFeed/templates/jusjokensRepository/sagetv-server/sagetv-server-java8.xml...Success -Processing /tmp/appFeed/templates/jusjokensRepository/sagetv-server/sagetv-server-java11.xml...Success -Processing /tmp/appFeed/templates/jusjokensRepository/sagetv-server/sagetv-server-java16.xml...Success -Processing /tmp/appFeed/templates/jusjokensRepository/sagetv-server/sagetv-server-opendct-java8.xml...Success -Processing /tmp/appFeed/templates/jusjokensRepository/sagetv-server/sagetv-server-opendct-java11.xml...Success -Processing /tmp/appFeed/templates/jusjokensRepository/sagetv-server/sagetv-server-opendct-java16.xml...Success - - -Downloading SmithyNithy's Repository: https://github.com/MasterEvarior/unraid-templates -> /tmp/appFeed/templates/SmithyNithysRepository Attempt 1...https://github.com/MasterEvarior/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SmithyNithysRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/SmithyNithysRepository/prometheus-qbittorrent-exporter/prometheus-qbittorrent-exporter.xml...Success - - -Downloading joroga22's Repository: https://github.com/qubex22/unraid-templates -> /tmp/appFeed/templates/joroga22sRepository Attempt 1...https://github.com/qubex22/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/joroga22sRepository/acestream/acestream.xml...Success -Processing /tmp/appFeed/templates/joroga22sRepository/botdarr/botdarr.xml...Success -Processing /tmp/appFeed/templates/joroga22sRepository/elastiflow/elastiflow.xml...Success -Processing /tmp/appFeed/templates/joroga22sRepository/ffmpeg-nvidia/ffmpeg-nvidia.xml...Success - - -Downloading timstephens24's Repository: https://github.com/timstephens24/docker-templates -> /tmp/appFeed/templates/timstephens24sRepository Attempt 1...https://github.com/timstephens24/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/timstephens24sRepository/timstephens24/ChannelsDVR_Intel.xml...Success -Processing /tmp/appFeed/templates/timstephens24sRepository/timstephens24/ChannelsDVR_NVIDIA.xml...Success - - -Downloading ssickle's Repository: https://github.com/simonsickle/unraid-templates -> /tmp/appFeed/templates/ssicklesRepository Attempt 1...https://github.com/simonsickle/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ssicklesRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/ssicklesRepository/homeassistant/homeassistant.xml...Removed from CA -Processing /tmp/appFeed/templates/ssicklesRepository/influxdb1/influxdb1.xml...Success -Processing /tmp/appFeed/templates/ssicklesRepository/influxdb2/influxdb2.xml...Removed from CA -Processing /tmp/appFeed/templates/ssicklesRepository/mosquitto/mosquitto.xml...Success -Processing /tmp/appFeed/templates/ssicklesRepository/ntp/ntp.xml...Success -Processing /tmp/appFeed/templates/ssicklesRepository/teslamate/teslamate.xml...Success -Processing /tmp/appFeed/templates/ssicklesRepository/teslamate-abrp/teslamate-abrp.xml...Success -Processing /tmp/appFeed/templates/ssicklesRepository/weatherflow2mqtt/weatherflow2mqtt.xml...Success - - -Downloading oldcrazyeye's Repository: https://github.com/oldcrazyeye/unraid-templates -> /tmp/appFeed/templates/oldcrazyeyesRepository Attempt 1...https://github.com/oldcrazyeye/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/oldcrazyeyesRepository/tasmocompiler.xml...Success - - -Downloading HanSolo97's Repository: https://github.com/UnknownHiker/unraid-template-kitchenowl -> /tmp/appFeed/templates/HanSolo97sRepository Attempt 1...https://github.com/UnknownHiker/unraid-template-kitchenowl/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/HanSolo97sRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/HanSolo97sRepository/kitchenowl.xml...Success -Processing /tmp/appFeed/templates/HanSolo97sRepository/kitchenowl-all-in-one.xml...Success -Processing /tmp/appFeed/templates/HanSolo97sRepository/kitchenowl-web.xml...Success -Processing /tmp/appFeed/templates/HanSolo97sRepository/simplex-smp.xml...Success -Processing /tmp/appFeed/templates/HanSolo97sRepository/simplex-xftp.xml...Success - - -Downloading cieg's Repository: https://github.com/ciegg/unraid-templates -> /tmp/appFeed/templates/ciegsRepository Attempt 1...https://github.com/ciegg/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ciegsRepository/obs-docker/obs-docker.xml...Removed from CA - - -Downloading Built2Succeed's Repository: https://github.com/FrankM77/unraid-templates -> /tmp/appFeed/templates/Built2SucceedsRepository Attempt 1...https://github.com/FrankM77/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Built2SucceedsRepository/fail2ban/fail2ban/fail2ban_template.xml...Success - - -Downloading xenco's Repository: https://github.com/xenco/docker-templates -> /tmp/appFeed/templates/xencosRepository Attempt 1...https://github.com/xenco/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/xencosRepository/xenco/hyperion.xml...Success - - -Downloading MikeAH's Repository: https://github.com/helfrichmichael/unraid-templates -> /tmp/appFeed/templates/MikeAHsRepository Attempt 1...https://github.com/helfrichmichael/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MikeAHsRepository/chitubox/chitubox.xml...Success -Processing /tmp/appFeed/templates/MikeAHsRepository/cura/cura.xml...Success -Processing /tmp/appFeed/templates/MikeAHsRepository/orcaslicer/orcaslicer.xml...Success -Processing /tmp/appFeed/templates/MikeAHsRepository/pruaslicer/prusaslicer.xml...Success -Processing /tmp/appFeed/templates/MikeAHsRepository/superslicer/superslicer.xml...Success - - -Downloading pieterm's Repository: https://github.com/pierot/unraid-ca-apps -> /tmp/appFeed/templates/pietermsRepository Attempt 1...https://github.com/pierot/unraid-ca-apps/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/pietermsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/pietermsRepository/mailgun_logger.xml...Success - - -Downloading mrafter's Repository: https://github.com/crazyqin/unraid-templates -> /tmp/appFeed/templates/mraftersRepository Attempt 1...https://github.com/crazyqin/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/mraftersRepository/pt_helper/pt_helper.xml...Success - - -Downloading pbear's Repository: https://github.com/imTHAI/unraid-templates -> /tmp/appFeed/templates/pbearsRepository Attempt 1...https://github.com/imTHAI/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/pbearsRepository/13fladder/13fladder.xml...Success -Processing /tmp/appFeed/templates/pbearsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/pbearsRepository/iqbit/iqbit.xml...Success -Processing /tmp/appFeed/templates/pbearsRepository/opencanary/opencanary.xml...Success -Processing /tmp/appFeed/templates/pbearsRepository/pixelserv-tls/pixelserv-tls.xml...Success -Processing /tmp/appFeed/templates/pbearsRepository/qbittorrent-filebot/qbittorrent-filebot.xml...Success - - -Downloading tipdec-sbilyn's Repository: https://github.com/tipdec-siblyn/Urbit-on-Unraid -> /tmp/appFeed/templates/tipdec-sbilynsRepository Attempt 1...https://github.com/tipdec-siblyn/Urbit-on-Unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/tipdec-sbilynsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/tipdec-sbilynsRepository/urbit-on-unraid.xml...Removed from CA - - -Downloading MyFaith's Repository: https://github.com/MyFaith/unraid-templates -> /tmp/appFeed/templates/MyFaithsRepository Attempt 1...https://github.com/MyFaith/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MyFaithsRepository/alist/alist.xml...Success -Processing /tmp/appFeed/templates/MyFaithsRepository/cloudreve/cloudreve.xml...Success -Processing /tmp/appFeed/templates/MyFaithsRepository/cookiecloud/cookiecloud.xml...Success -Processing /tmp/appFeed/templates/MyFaithsRepository/dim/dim.xml...Success -Processing /tmp/appFeed/templates/MyFaithsRepository/rsshub/rsshub.xml...Success - - -Downloading ep1cman's Repository: https://github.com/ep1cman/unraid-templates -> /tmp/appFeed/templates/ep1cmansRepository Attempt 1...https://github.com/ep1cman/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ep1cmansRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/ep1cmansRepository/unifi-protect-backup.xml...Success - - -Downloading realcnbs' Repository: https://github.com/picthor-io/unraid-templates -> /tmp/appFeed/templates/realcnbsRepository Attempt 1...https://github.com/picthor-io/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/realcnbsRepository/picthor-io.xml...Success - - -Downloading Fantucie's Repository: https://github.com/ItJustFox/unraidtemplate -> /tmp/appFeed/templates/FantuciesRepository Attempt 1...https://github.com/ItJustFox/unraidtemplate/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/FantuciesRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/FantuciesRepository/GoAccess-NPMLogs/goaccess-npmlogs.xml...Success -Processing /tmp/appFeed/templates/FantuciesRepository/WaamanProxy/my-Proxy-WOL-Redirect.xml...Success -Processing /tmp/appFeed/templates/FantuciesRepository/Nginx-Proxy-Manager-CrowdSec/NginxProxyManager-CrowdSec.xml...Success -Processing /tmp/appFeed/templates/FantuciesRepository/Nginx-Proxy-Manager-CrowdSec/NPMxModSec-Crowdsec.xml...Success -Processing /tmp/appFeed/templates/FantuciesRepository/PhantomBot/phantombot.xml...Success -Processing /tmp/appFeed/templates/FantuciesRepository/Pterodactyl/ptreodactyldeamons.xml...Success -Processing /tmp/appFeed/templates/FantuciesRepository/Pterodactyl/ptreodactylpanel.xml...Success -Processing /tmp/appFeed/templates/FantuciesRepository/RedMine/redmine.xml...Success -Processing /tmp/appFeed/templates/FantuciesRepository/seafiles/seafiles.xml...Success -Processing /tmp/appFeed/templates/FantuciesRepository/tileserver-gl/tileserver-gl.xml...Success -Processing /tmp/appFeed/templates/FantuciesRepository/Vnstat/vnstat.xml...Success -Processing /tmp/appFeed/templates/FantuciesRepository/NginxPhp8/XmlNginxPhp8.xml...Success -Processing /tmp/appFeed/templates/FantuciesRepository/PiGallery2/XMLPiGallery2.xml...Success - - -Downloading juchong's Repository: https://github.com/juchong/shapeshifter-docker-unraid -> /tmp/appFeed/templates/juchongsRepository Attempt 1...https://github.com/juchong/shapeshifter-docker-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/juchongsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/juchongsRepository/shapeshifter-docker.xml...Success - - -Downloading FatzCat's Repository: https://github.com/avpnusr/unraid-ca-templates -> /tmp/appFeed/templates/FatzCatsRepository Attempt 1...https://github.com/avpnusr/unraid-ca-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/FatzCatsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/FatzCatsRepository/liquidctl.xml...Success - - -Downloading xavierh's Repository: https://github.com/xavier-hernandez/unraid-templates -> /tmp/appFeed/templates/xavierhsRepository Attempt 1...https://github.com/xavier-hernandez/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/xavierhsRepository/actual-server/actualserver.xml...Removed from CA -Processing /tmp/appFeed/templates/xavierhsRepository/external-ip/external-ip.xml...Success -Processing /tmp/appFeed/templates/xavierhsRepository/goaccess-for-nginxproxymanager/goan.xml...Success -Processing /tmp/appFeed/templates/xavierhsRepository/infinite-mario/infinite-mario.xml...Success -Processing /tmp/appFeed/templates/xavierhsRepository/noisedash/noisedash.xml...Success - - -Downloading IMTheNachoMan's Repository: https://github.com/imthenachoman/unraid-templates -> /tmp/appFeed/templates/IMTheNachoMansRepository Attempt 1...https://github.com/imthenachoman/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/IMTheNachoMansRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/IMTheNachoMansRepository/Nacho-Rclone-Native-GUI.xml...Success -Processing /tmp/appFeed/templates/IMTheNachoMansRepository/NordLynx.xml...Success - - -Downloading silman's Repository: https://github.com/silman/unraid_templates -> /tmp/appFeed/templates/silmansRepository Attempt 1...https://github.com/silman/unraid_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/silmansRepository/foundry/foundry.xml...Success - - -Downloading mrlafontaine's Repository: https://github.com/Mrlafontaine/Unraid-ErgoNode -> /tmp/appFeed/templates/mrlafontainesRepository Attempt 1...https://github.com/Mrlafontaine/Unraid-ErgoNode/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/mrlafontainesRepository/ergonode.xml...Success - - -Downloading SaveageAUS' Repository: https://github.com/SavageAUS/Unraid-Templates -> /tmp/appFeed/templates/SaveageAUSRepository Attempt 1...https://github.com/SavageAUS/Unraid-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SaveageAUSRepository/homarr.xml...Removed from CA -Processing /tmp/appFeed/templates/SaveageAUSRepository/jump.xml...Success -Processing /tmp/appFeed/templates/SaveageAUSRepository/web-portal.xml...Success - - -Downloading jgcb00's Repository: https://github.com/GladysAssistant/unraid-gladys-templates -> /tmp/appFeed/templates/jgcb00sRepository Attempt 1...https://github.com/GladysAssistant/unraid-gladys-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jgcb00sRepository/Gladys/Gladys.xml...Success - - -Downloading xWeegix's Repository: https://github.com/xWeegix/templates -> /tmp/appFeed/templates/xWeegixsRepository Attempt 1...https://github.com/xWeegix/templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/xWeegixsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/xWeegixsRepository/jellyseerr_template.xml...Removed from CA - - -Downloading TubeArchivist's Official Repository: https://github.com/tubearchivist/unraid-templates -> /tmp/appFeed/templates/TubeArchivistsOfficialRepository Attempt 1...https://github.com/tubearchivist/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/TubeArchivistsOfficialRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/TubeArchivistsOfficialRepository/TubeArchivist.xml...Success -Processing /tmp/appFeed/templates/TubeArchivistsOfficialRepository/TubeArchivist-ES.xml...Success -Processing /tmp/appFeed/templates/TubeArchivistsOfficialRepository/TubeArchivist-RedisJSON.xml...Success - - -Downloading djismgaming's Repository: https://github.com/djismgaming/docker-templates -> /tmp/appFeed/templates/djismgamingsRepository Attempt 1...https://github.com/djismgaming/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/djismgamingsRepository/djismGAMING/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/djismgamingsRepository/djismGAMING/mbpfan.xml...Success -Processing /tmp/appFeed/templates/djismgamingsRepository/djismGAMING/obsidian-remote.xml...Success -Processing /tmp/appFeed/templates/djismgamingsRepository/djismGAMING/openssh-server.xml...Success -Processing /tmp/appFeed/templates/djismgamingsRepository/deprecated/plex-ngrok.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/djismgamingsRepository/djismGAMING/storm.xml...Success -Processing /tmp/appFeed/templates/djismgamingsRepository/djismGAMING/transmission-tracker-add.xml...Success - - -Downloading Darkside138's Repository: https://github.com/Darkside138/unraidtemplates -> /tmp/appFeed/templates/Darkside138sRepository Attempt 1...https://github.com/Darkside138/unraidtemplates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Darkside138sRepository/discordsoundboard/discordsoundboard.xml...Success - - -Downloading gucky79's Repository: https://github.com/soerentsch/unraid-templates -> /tmp/appFeed/templates/gucky79sRepository Attempt 1...https://github.com/soerentsch/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/gucky79sRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/gucky79sRepository/serviio.xml...Success - - -Downloading MEnVaNic's Repository: https://github.com/MrBrax/TwitchAutomator -> /tmp/appFeed/templates/MEnVaNicsRepository Attempt 1...https://github.com/MrBrax/TwitchAutomator/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MEnVaNicsRepository/client-vue/public/manifest/browserconfig.xml...Not a valid application xml -Processing /tmp/appFeed/templates/MEnVaNicsRepository/unraid/TwitchAutomator.xml...Success - - -Downloading sysco's Repository: https://github.com/maxcerny/unraid-docker-templates -> /tmp/appFeed/templates/syscosRepository Attempt 1...https://github.com/maxcerny/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/syscosRepository/Speedmon-InfluxDBv1.xml...Success -Processing /tmp/appFeed/templates/syscosRepository/Speedmon-InfluxDBv2.xml...Success -Processing /tmp/appFeed/templates/syscosRepository/XenOrchestra.xml...Success - - -Downloading JPDVM2014's Repository: https://github.com/JPDVM2014/unraid-templates -> /tmp/appFeed/templates/JPDVM2014sRepository Attempt 1...https://github.com/JPDVM2014/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JPDVM2014sRepository/bookbounty.xml...Success -Processing /tmp/appFeed/templates/JPDVM2014sRepository/cabernet.xml...Success -Processing /tmp/appFeed/templates/JPDVM2014sRepository/calibre-web-automated.xml...Success -Processing /tmp/appFeed/templates/JPDVM2014sRepository/fivefilters-full-text-rss.xml...Success -Processing /tmp/appFeed/templates/JPDVM2014sRepository/kapowarr.xml...Success -Processing /tmp/appFeed/templates/JPDVM2014sRepository/lms.xml...Success -Processing /tmp/appFeed/templates/JPDVM2014sRepository/radicale.xml...Success -Processing /tmp/appFeed/templates/JPDVM2014sRepository/readeck.xml...Success -Processing /tmp/appFeed/templates/JPDVM2014sRepository/reiverr.xml...Success -Processing /tmp/appFeed/templates/JPDVM2014sRepository/trailarr.xml...Success -Processing /tmp/appFeed/templates/JPDVM2014sRepository/umami.xml...Success -Processing /tmp/appFeed/templates/JPDVM2014sRepository/wikidocs.xml...Success -Processing /tmp/appFeed/templates/JPDVM2014sRepository/workout-tracker.xml...Success - - -Downloading Kulisch's Repository: https://github.com/Qlisch/unraid-templates -> /tmp/appFeed/templates/KulischsRepository Attempt 1...https://github.com/Qlisch/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/KulischsRepository/docker-mailserver/docker-mailserver.xml...Success - - -Downloading sem's Repository: https://github.com/sems/unraid-templates -> /tmp/appFeed/templates/semsRepository Attempt 1...https://github.com/sems/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/semsRepository/templates/unraid-satisfactory-server.xml...Success - - -Downloading ThomasDB's Repository: https://github.com/Th0masDB/unraid_template -> /tmp/appFeed/templates/ThomasDBsRepository Attempt 1...https://github.com/Th0masDB/unraid_template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ThomasDBsRepository/enet2mqtt.xml...Success - - -Downloading crzynik's Repository: https://github.com/NickM-27/unraid-templates -> /tmp/appFeed/templates/crzyniksRepository Attempt 1...https://github.com/NickM-27/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/crzyniksRepository/ambientweather2mqtt/ambientweather2mqtt.xml...Success -Processing /tmp/appFeed/templates/crzyniksRepository/go2rtc/go2rtc.xml...Success -Processing /tmp/appFeed/templates/crzyniksRepository/swatch/swatch.xml...Success - - -Downloading Simon Jenny's Repository: https://github.com/simonjenny/unraid -> /tmp/appFeed/templates/SimonJennysRepository Attempt 1...https://github.com/simonjenny/unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SimonJennysRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/SimonJennysRepository/fastcom-mqtt.xml...Success -Processing /tmp/appFeed/templates/SimonJennysRepository/fastcom-mysql.xml...Success - - -Downloading superboki's Repository: https://github.com/superboki/UNRAID-FR -> /tmp/appFeed/templates/superbokisRepository Attempt 1...https://github.com/superboki/UNRAID-FR/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/superbokisRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/superbokisRepository/plex-auto-languages/plex-auto-languages.xml...Success -Processing /tmp/appFeed/templates/superbokisRepository/plextractsync/plextraktsync.xml...Removed from CA -Processing /tmp/appFeed/templates/superbokisRepository/rutorrent-crazymax/rutorrent-crazymax.xml...Success -Processing /tmp/appFeed/templates/superbokisRepository/stable-diffusion-advanced/stable-diffusion-advanced.xml...Success - - -Downloading Jadehawk's Repository: https://github.com/jadehawk/unRaid-Templates -> /tmp/appFeed/templates/JadehawksRepository Attempt 1...https://github.com/jadehawk/unRaid-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JadehawksRepository/ca_profile.xml...Failed -Failed loading XML -Processing /tmp/appFeed/templates/JadehawksRepository/plaxt/plaxt.xml...Success -Processing /tmp/appFeed/templates/JadehawksRepository/servas/servas.xml...Success - - -Downloading LeonStoldt's Repository: https://github.com/LeonStoldt/Unraid-Community-Applications -> /tmp/appFeed/templates/LeonStoldtsRepository Attempt 1...https://github.com/LeonStoldt/Unraid-Community-Applications/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/LeonStoldtsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/LeonStoldtsRepository/ghostfolio/ghostfolio.xml...Success - - -Downloading moritzf's Repository: https://github.com/moritzfl/unraid-templates -> /tmp/appFeed/templates/moritzfsRepository Attempt 1...https://github.com/moritzfl/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/moritzfsRepository/scanserv-js/scanserv-js.xml...Success -Processing /tmp/appFeed/templates/moritzfsRepository/timemachine/timemachine.xml...Success - - -Downloading Shane Israel's Repository: https://github.com/ShaneIsrael/unraid-templates -> /tmp/appFeed/templates/ShaneIsraelsRepository Attempt 1...https://github.com/ShaneIsrael/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ShaneIsraelsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/ShaneIsraelsRepository/fireshare/fireshare.xml...Success - - -Downloading 栗山未来 Repository: https://github.com/vertex-app/docker-template -> /tmp/appFeed/templates/栗山未来Repository Attempt 1...https://github.com/vertex-app/docker-template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/栗山未来Repository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/栗山未来Repository/vertex.xml...Success - - -Downloading LongYunar's Repository: https://github.com/mingzaily/unraid-templates -> /tmp/appFeed/templates/LongYunarsRepository Attempt 1...https://github.com/mingzaily/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/LongYunarsRepository/qinglong/qinglong.xml...Removed from CA -Processing /tmp/appFeed/templates/LongYunarsRepository/v2rayA/v2rayA.xml...Removed from CA -Processing /tmp/appFeed/templates/LongYunarsRepository/wxedge/wxedge.xml...Removed from CA - - -Downloading geoff.gibby's Repository: https://github.com/geoffgbsn/unraid-templates -> /tmp/appFeed/templates/geoff.gibbysRepository Attempt 1...https://github.com/geoffgbsn/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/geoff.gibbysRepository/homebridge/homebridge.xml...Success - - -Downloading tritones' Repository: https://github.com/tritones/unraid-templates -> /tmp/appFeed/templates/tritonesRepository Attempt 1...https://github.com/tritones/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/tritonesRepository/templates/geoipupdate.xml...Success -Processing /tmp/appFeed/templates/tritonesRepository/templates/recyclarr.xml...Success - - -Downloading Vilhjalmr's Repository: https://github.com/Vilhjalmr26/unraid_templates -> /tmp/appFeed/templates/VilhjalmrsRepository Attempt 1...https://github.com/Vilhjalmr26/unraid_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/VilhjalmrsRepository/agendav_template.xml...Success -Processing /tmp/appFeed/templates/VilhjalmrsRepository/import_ics_template.xml...Success - - -Downloading Robert Thomas' Repository: https://github.com/Ratomas/CA_XML -> /tmp/appFeed/templates/RobertThomasRepository Attempt 1...https://github.com/Ratomas/CA_XML/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/RobertThomasRepository/all_the_mods_7.xml...Success -Processing /tmp/appFeed/templates/RobertThomasRepository/all_the_mods_7_to_the_sky.xml...Success -Processing /tmp/appFeed/templates/RobertThomasRepository/cave_factory.xml...Success -Processing /tmp/appFeed/templates/RobertThomasRepository/create_above_beyond.xml...Success -Processing /tmp/appFeed/templates/RobertThomasRepository/direwolf20.xml...Success -Processing /tmp/appFeed/templates/RobertThomasRepository/pokehaan_craft.xml...Success -Processing /tmp/appFeed/templates/RobertThomasRepository/rustic_waters_ii.xml...Success -Processing /tmp/appFeed/templates/RobertThomasRepository/stoneblock-3.xml...Success -Processing /tmp/appFeed/templates/RobertThomasRepository/techopolis.xml...Success - - -Downloading fiR3W4LL's Repository: https://github.com/fiR3W4LL87/unraid-templates -> /tmp/appFeed/templates/fiR3W4LLsRepository Attempt 1...https://github.com/fiR3W4LL87/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/fiR3W4LLsRepository/Empyrion/my-Empyrion.xml...Success -Processing /tmp/appFeed/templates/fiR3W4LLsRepository/SpaceEngineers/my-SpaceEngineers.xml...Success - - -Downloading CollinHeist's Repository: https://github.com/CollinHeist/UnraidConfig -> /tmp/appFeed/templates/CollinHeistsRepository Attempt 1...https://github.com/CollinHeist/UnraidConfig/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/CollinHeistsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/CollinHeistsRepository/TitleCardMaker.xml...Success - - -Downloading justinzhang's Repository: https://github.com/justin-himself/unraid-templates -> /tmp/appFeed/templates/justinzhangsRepository Attempt 1...https://github.com/justin-himself/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/justinzhangsRepository/aria2-pro/aria2-pro.xml...Success -Processing /tmp/appFeed/templates/justinzhangsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/justinzhangsRepository/i2p/i2p.xml...Success -Processing /tmp/appFeed/templates/justinzhangsRepository/i2pd/i2pd.xml...Success -Processing /tmp/appFeed/templates/justinzhangsRepository/i2pplus/i2pplus.xml...Success - - -Downloading Loony2392's Repository: https://github.com/Loony2392/unraid-templates -> /tmp/appFeed/templates/Loony2392sRepository Attempt 1...https://github.com/Loony2392/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Loony2392sRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/Loony2392sRepository/osticket/osticket.xml...Success -Processing /tmp/appFeed/templates/Loony2392sRepository/sinusbot/sinusbot.xml...Success - - -Downloading mikehanson's Repository: https://github.com/mikedhanson/unraid-templates -> /tmp/appFeed/templates/mikehansonsRepository Attempt 1...https://github.com/mikedhanson/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/mikehansonsRepository/PowerShellUniversal/powershelluniversal.xml...Success - - -Downloading kuuki's Repository: https://github.com/kywarai/unraid_templates -> /tmp/appFeed/templates/kuukisRepository Attempt 1...https://github.com/kywarai/unraid_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/kuukisRepository/lanraragi.xml...Success - - -Downloading kastem34's Repository: https://github.com/KasteM34/unraid-templates -> /tmp/appFeed/templates/kastem34sRepository Attempt 1...https://github.com/KasteM34/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/kastem34sRepository/vault/vault.xml...Removed from CA - - -Downloading luisalrp's Repository: https://github.com/luisalrp/unraid_docker_templates -> /tmp/appFeed/templates/luisalrpsRepository Attempt 1...https://github.com/luisalrp/unraid_docker_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/luisalrpsRepository/ca_profile.xml...Failed -Failed loading XML -Processing /tmp/appFeed/templates/luisalrpsRepository/templates/witnet_unraid_template.xml...Success - - -Downloading Yoruio's Repository: https://github.com/Yoruio/unraid-templates -> /tmp/appFeed/templates/YoruiosRepository Attempt 1...https://github.com/Yoruio/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/YoruiosRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/YoruiosRepository/membarr/membarr.xml...Success - - -Downloading Dusty Roberts' Repository: https://github.com/Polemus/Unraid -> /tmp/appFeed/templates/DustyRobertsRepository Attempt 1...https://github.com/Polemus/Unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DustyRobertsRepository/RabbitMQ/RabbitMQ.xml...Success - - -Downloading Kilrah's Repository: https://github.com/kilrah/unraid-docker-templates -> /tmp/appFeed/templates/KilrahsRepository Attempt 1...https://github.com/kilrah/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/KilrahsRepository/templates/arduinoide2.xml...Success -Processing /tmp/appFeed/templates/KilrahsRepository/templates/cloudflare-ddns-config.xml...Success -Processing /tmp/appFeed/templates/KilrahsRepository/templates/dolibarr.xml...Success -Processing /tmp/appFeed/templates/KilrahsRepository/templates/freefilesync.xml...Success -Processing /tmp/appFeed/templates/KilrahsRepository/templates/iperf3.xml...Success -Processing /tmp/appFeed/templates/KilrahsRepository/templates/libretranslate.xml...Success -Processing /tmp/appFeed/templates/KilrahsRepository/templates/miniserve.xml...Success -Processing /tmp/appFeed/templates/KilrahsRepository/templates/nextcloud-cronjob.xml...Success -Processing /tmp/appFeed/templates/KilrahsRepository/templates/nextcloud-ffmpeg.xml...Success -Processing /tmp/appFeed/templates/KilrahsRepository/templates/pictshare.xml...Success -Processing /tmp/appFeed/templates/KilrahsRepository/templates/searxng.xml...Success -Processing /tmp/appFeed/templates/KilrahsRepository/templates/serge.xml...Success -Processing /tmp/appFeed/templates/KilrahsRepository/templates/subversion.xml...Success -Processing /tmp/appFeed/templates/KilrahsRepository/templates/thingsboard-postgres.xml...Success - - -Downloading Ahmad's Repository: https://github.com/ahmadnassri/unraid-templates -> /tmp/appFeed/templates/AhmadsRepository Attempt 1...https://github.com/ahmadnassri/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/AhmadsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/AhmadsRepository/unifi-api-browser/template.xml...Success -Processing /tmp/appFeed/templates/AhmadsRepository/verdaccio/template.xml...Success -Processing /tmp/appFeed/templates/AhmadsRepository/vscode-server/template.xml...Success - - -Downloading RifleJock's Repository: https://github.com/ibigsnet/unraid-docker-templates -> /tmp/appFeed/templates/RifleJocksRepository Attempt 1...https://github.com/ibigsnet/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/RifleJocksRepository/neos-headless.xml...Success - - -Downloading derneuere's Repository: https://github.com/LibrePhotos/librephotos-unraid -> /tmp/appFeed/templates/derneueresRepository Attempt 1...https://github.com/LibrePhotos/librephotos-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/derneueresRepository/librephotos.xml...Success - - -Downloading mrslaw's Repository: https://github.com/MountainGod2/unraid-templates -> /tmp/appFeed/templates/mrslawsRepository Attempt 1...https://github.com/MountainGod2/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/mrslawsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/mrslawsRepository/chatpad/chatpad.xml...Success -Processing /tmp/appFeed/templates/mrslawsRepository/checkrr/checkrr.xml...Success -Processing /tmp/appFeed/templates/mrslawsRepository/crowdsec-cloudflare-bouncer/crowdsec-cloudflare-bouncer.xml...Success -Processing /tmp/appFeed/templates/mrslawsRepository/crowdsec-dashboard/crowdsec-dashboard.xml...Success -Processing /tmp/appFeed/templates/mrslawsRepository/diun/diun.xml...Success -Processing /tmp/appFeed/templates/mrslawsRepository/it-tools/it-tools.xml...Success -Processing /tmp/appFeed/templates/mrslawsRepository/virtual-dsm/virtual-dsm.xml...Success - - -Downloading Aerilym's Repository: https://github.com/Aerilym/docker-templates -> /tmp/appFeed/templates/AerilymsRepository Attempt 1...https://github.com/Aerilym/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/AerilymsRepository/aerilym/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/AerilymsRepository/aerilym/photoprism-helper.xml...Success - - -Downloading Sven Würth's Repository: https://github.com/its-sven/docker-templates -> /tmp/appFeed/templates/SvenWürthsRepository Attempt 1...https://github.com/its-sven/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SvenWürthsRepository/Bender.xml...Success -Processing /tmp/appFeed/templates/SvenWürthsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/SvenWürthsRepository/Memegen.xml...Success - - -Downloading lamp's Repository: https://github.com/Srcodesalittle/cryptgeon_redis -> /tmp/appFeed/templates/lampsRepository Attempt 1...https://github.com/Srcodesalittle/cryptgeon_redis/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/lampsRepository/cryptgeon_redis.xml...Success - - -Downloading thecode's Repository: https://github.com/thecode/unraid-docker-templates -> /tmp/appFeed/templates/thecodesRepository Attempt 1...https://github.com/thecode/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/thecodesRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/thecodesRepository/templates/deconz-community.xml...Success -Processing /tmp/appFeed/templates/thecodesRepository/templates/portainer-be.xml...Success - - -Downloading onetx's Repository: https://github.com/0neTX/UnRAID_Template -> /tmp/appFeed/templates/onetxsRepository Attempt 1...https://github.com/0neTX/UnRAID_Template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/onetxsRepository/bw-export/bw-export.xml...Success -Processing /tmp/appFeed/templates/onetxsRepository/teledock/teledock.xml...Success - - -Downloading Dhruvin's Repository: https://github.com/dhruvinsh/unraid-templates -> /tmp/appFeed/templates/DhruvinsRepository Attempt 1...https://github.com/dhruvinsh/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DhruvinsRepository/ws-ephemeral/ws-ephemeral.xml...Success - - -Downloading alexbn71's Repository: https://github.com/alexbn71/unraid-templates -> /tmp/appFeed/templates/alexbn71sRepository Attempt 1...https://github.com/alexbn71/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/alexbn71sRepository/CodeProject.AI_Server/CodeProject.AI_Server.xml...Success -Processing /tmp/appFeed/templates/alexbn71sRepository/CodeProject.AI_Server/CodeProject.AI_ServerGPU.xml...Success - - -Downloading roseatoni's Repository: https://github.com/kennethprose/unraid-templates -> /tmp/appFeed/templates/roseatonisRepository Attempt 1...https://github.com/kennethprose/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/roseatonisRepository/Foptimum/foptimum.xml...Success - - -Downloading Exes' Repository: https://github.com/twist3dimages/unraid-templates -> /tmp/appFeed/templates/ExesRepository Attempt 1...https://github.com/twist3dimages/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ExesRepository/ClamAV/ClamAV.xml...Removed from CA -Processing /tmp/appFeed/templates/ExesRepository/Eufy-Security-WS/eufy-security-ws.xml...Success -Processing /tmp/appFeed/templates/ExesRepository/MJPEG-Streamer/mjpeg-streamer.xml...Success -Processing /tmp/appFeed/templates/ExesRepository/Pushbullet_YTDL/pushbullet_ytdl.xml...Success -Processing /tmp/appFeed/templates/ExesRepository/Traefik-Cloudflare-Companion/traefik-cloudflare-companion.xml...Success - - -Downloading chrizzo's Repository: https://github.com/chrizzo84/unraid-templates -> /tmp/appFeed/templates/chrizzosRepository Attempt 1...https://github.com/chrizzo84/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/chrizzosRepository/azure-pipelines-agent/azure-pipelines-agent.xml...Success -Processing /tmp/appFeed/templates/chrizzosRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/chrizzosRepository/drone-gitea/drone-gitea.xml...Removed from CA -Processing /tmp/appFeed/templates/chrizzosRepository/nginx-proxy-manager-jc21/nginx-proxy-manager-jc21.xml...Success - - -Downloading ZappyZap's Repository: https://github.com/devzwf/unraid-docker-templates -> /tmp/appFeed/templates/ZappyZapsRepository Attempt 1...https://github.com/devzwf/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ZappyZapsRepository/binner.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/blocky.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/ZappyZapsRepository/cups-airprint.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/docmost.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/deprecated/esphome-libretiny.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/deprecated/esphome-libretuya.xml... ***DEPRECATED BY REPO PATH*** Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/glance.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/homebox.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/hydroqc2mqtt.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/iventoy.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/juicepass2mqtt.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/lubelogger.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/mimosa.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/myspeed.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/onedev.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/pihole-dot-doh.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/pihole-sync-receiver.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/pihole-sync-sender.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/postfixrelay.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/proxmox-backup-server.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/silverbullet.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/deprecated/speedtest-tracker.xml... ***DEPRECATED BY REPO PATH*** Removed from CA -Processing /tmp/appFeed/templates/ZappyZapsRepository/tasks-md.xml...Success -Processing /tmp/appFeed/templates/ZappyZapsRepository/vouchervault.xml...Removed from CA -Processing /tmp/appFeed/templates/ZappyZapsRepository/wallos.xml...Success - - -Downloading ChongZhiJie's Repository: https://github.com/ChongZhiJie0216/unraid-docker-templates -> /tmp/appFeed/templates/ChongZhiJiesRepository Attempt 1...https://github.com/ChongZhiJie0216/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ChongZhiJiesRepository/ChongZhiJie0216/AllTube-Download-yt-dlp.xml...Success -Processing /tmp/appFeed/templates/ChongZhiJiesRepository/ChongZhiJie0216/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/ChongZhiJiesRepository/ChongZhiJie0216/Lavalink.xml...Success -Processing /tmp/appFeed/templates/ChongZhiJiesRepository/ChongZhiJie0216/SudhanPlayz-Discord-MusicBot-Master.xml...Success -Processing /tmp/appFeed/templates/ChongZhiJiesRepository/ChongZhiJie0216/SudhanPlayz-Discord-MusicBot-v5.xml...Success -Processing /tmp/appFeed/templates/ChongZhiJiesRepository/ChongZhiJie0216/Typecho.xml...Success - - -Downloading elzik's Repository: https://github.com/elzik/unraid-templates -> /tmp/appFeed/templates/elziksRepository Attempt 1...https://github.com/elzik/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/elziksRepository/mecon.xml...Success - - -Downloading Mavrag's Repository: https://github.com/Mavrag/unraid-templates -> /tmp/appFeed/templates/MavragsRepository Attempt 1...https://github.com/Mavrag/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MavragsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/MavragsRepository/OnlyOfficeDocumentServer/OnlyOfficeDocumentServer.xml...Success -Processing /tmp/appFeed/templates/MavragsRepository/pihole-dot-doh/pihole-dot-doh.xml...Success - - -Downloading Figro's Repository: https://github.com/AriaGomes/Unraid-Templates -> /tmp/appFeed/templates/FigrosRepository Attempt 1...https://github.com/AriaGomes/Unraid-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/FigrosRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/FigrosRepository/Flood-UI/flood-ui.xml...Success -Processing /tmp/appFeed/templates/FigrosRepository/Unraid-Cloudflared-Tunnel/unraid-cloudflared-tunnel.xml...Success - - -Downloading daredoes' Repository: https://github.com/daredoes/unraid-templates -> /tmp/appFeed/templates/daredoesRepository Attempt 1...https://github.com/daredoes/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/daredoesRepository/daredoes/airsnap.xml...Success -Processing /tmp/appFeed/templates/daredoesRepository/daredoes/mopidy3.xml...Success -Processing /tmp/appFeed/templates/daredoesRepository/daredoes/mympd.xml...Success -Processing /tmp/appFeed/templates/daredoesRepository/daredoes/netlify-ddns.xml...Success -Processing /tmp/appFeed/templates/daredoesRepository/daredoes/snapcast.xml...Success - - -Downloading Masterwishx's Repository: https://github.com/masterwishx/unraid-templates -> /tmp/appFeed/templates/MasterwishxsRepository Attempt 1...https://github.com/masterwishx/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MasterwishxsRepository/browserless.xml...Success -Processing /tmp/appFeed/templates/MasterwishxsRepository/browserless-v2.xml...Success -Processing /tmp/appFeed/templates/MasterwishxsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/MasterwishxsRepository/Fio-Tester.xml...Success -Processing /tmp/appFeed/templates/MasterwishxsRepository/GrafanaMimir.xml...Success -Processing /tmp/appFeed/templates/MasterwishxsRepository/RedisInsight.xml...Success -Processing /tmp/appFeed/templates/MasterwishxsRepository/UrBackup.xml...Success - - -Downloading Lewis L's Repository: https://github.com/lewislarsen/lldap-unraid -> /tmp/appFeed/templates/LewisLsRepository Attempt 1...https://github.com/lewislarsen/lldap-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/LewisLsRepository/lldap.xml...Success - - -Downloading Divid's Repository: https://github.com/piranha771/unraid-templates -> /tmp/appFeed/templates/DividsRepository Attempt 1...https://github.com/piranha771/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DividsRepository/seafile-official/seafile-official.xml...Removed from CA - - -Downloading jwillmer's Repository: https://github.com/jwillmer/unraid-templates -> /tmp/appFeed/templates/jwillmersRepository Attempt 1...https://github.com/jwillmer/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jwillmersRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/jwillmersRepository/nut-influxdb-exporter.xml...Success - - -Downloading Zggis' Repository: https://github.com/Zggis/unraid-templates -> /tmp/appFeed/templates/ZggisRepository Attempt 1...https://github.com/Zggis/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ZggisRepository/dobby.xml...Success -Processing /tmp/appFeed/templates/ZggisRepository/howler.xml...Success -Processing /tmp/appFeed/templates/ZggisRepository/plex-tvtime.xml...Success - - -Downloading josh.gaby's Repository: https://github.com/josh-gaby/unraid-templates -> /tmp/appFeed/templates/josh.gabysRepository Attempt 1...https://github.com/josh-gaby/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/josh.gabysRepository/joshgaby-tor-relay.xml...Success - - -Downloading emptyfish's Repository: https://github.com/emptyfish/unraid-apps -> /tmp/appFeed/templates/emptyfishsRepository Attempt 1...https://github.com/emptyfish/unraid-apps/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/emptyfishsRepository/bytemark-smtp/bytemark-smtp.xml...Success - - -Downloading pyrater's Repository: https://github.com/pyrater/docker-templates -> /tmp/appFeed/templates/pyratersRepository Attempt 1...https://github.com/pyrater/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/pyratersRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/pyratersRepository/sd-webui.xml...Success - - -Downloading kostecki's Repository: https://github.com/Kostecki/unraid-ca-templates -> /tmp/appFeed/templates/kosteckisRepository Attempt 1...https://github.com/Kostecki/unraid-ca-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/kosteckisRepository/templates/ntfy.xml...Success - - -Downloading Balya's Repository: https://github.com/Balya/unraid-templates -> /tmp/appFeed/templates/BalyasRepository Attempt 1...https://github.com/Balya/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/BalyasRepository/borgserver/borgserver.xml...Success -Processing /tmp/appFeed/templates/BalyasRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/BalyasRepository/YouTrack/YouTrack.xml...Success - - -Downloading ccmpbll's Repository: https://github.com/ccmpbll/unraid-docker-templates -> /tmp/appFeed/templates/ccmpbllsRepository Attempt 1...https://github.com/ccmpbll/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ccmpbllsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/ccmpbllsRepository/cloudflare-speedtest-mqtt/cloudflare-speedtest-mqtt.xml...Success -Processing /tmp/appFeed/templates/ccmpbllsRepository/docker-diag-tools/docker-diag-tools.xml...Success -Processing /tmp/appFeed/templates/ccmpbllsRepository/ookla-speedtest-mqtt/ookla-speedtest-mqtt.xml...Failed -Failed loading XML -Processing /tmp/appFeed/templates/ccmpbllsRepository/prometheus-docker/prometheus-docker.xml...Success - - -Downloading 7oasty's Repository: https://github.com/7oasty/unraid-templates -> /tmp/appFeed/templates/7oastysRepository Attempt 1...https://github.com/7oasty/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/7oastysRepository/ts3musicbot/ts3musicbot.xml...Success - - -Downloading KluthR's Repository: https://github.com/Commifreak/unraid-plugins -> /tmp/appFeed/templates/KluthRsRepository Attempt 1...https://github.com/Commifreak/unraid-plugins/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/KluthRsRepository/appdata.backup.xml... Downloading https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.plg attempt 1...Success -Processing /tmp/appFeed/templates/KluthRsRepository/appdata.backup.beta.xml... Downloading https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.beta.plg attempt 1...Success -Processing /tmp/appFeed/templates/KluthRsRepository/appdatabackup_v2.xml... Downloading https://raw.githubusercontent.com/Commifreak/ca.backup2/master/ca.backup2.plg attempt 1...Success -Processing /tmp/appFeed/templates/KluthRsRepository/ca_profile.xml...FOUND PROFILE - - -Downloading mklecka's Repository: https://github.com/m-klecka/unraid-templates -> /tmp/appFeed/templates/mkleckasRepository Attempt 1...https://github.com/m-klecka/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/mkleckasRepository/pingvin-share/pingvin-share.xml...Success -Processing /tmp/appFeed/templates/mkleckasRepository/spoolman/spoolman.xml...Success - - -Downloading Margot's Repository: https://github.com/PonyLucky/TendaControllerXML -> /tmp/appFeed/templates/MargotsRepository Attempt 1...https://github.com/PonyLucky/TendaControllerXML/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MargotsRepository/TendaController.xml...Success - - -Downloading Sohjiro's Repository: https://github.com/Kometa-Team/Unraid-Templates -> /tmp/appFeed/templates/SohjirosRepository Attempt 1...https://github.com/Kometa-Team/Unraid-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SohjirosRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/SohjirosRepository/Kometa.xml...Success - - -Downloading jimrummy101's Repository: https://github.com/dannymate/unraid-templates -> /tmp/appFeed/templates/jimrummy101sRepository Attempt 1...https://github.com/dannymate/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jimrummy101sRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/jimrummy101sRepository/conduit/conduit.xml...Success -Processing /tmp/appFeed/templates/jimrummy101sRepository/netbird-client/netbird-client.xml...Success -Processing /tmp/appFeed/templates/jimrummy101sRepository/netbird-dashboard/netbird-dashboard.xml...Success -Processing /tmp/appFeed/templates/jimrummy101sRepository/netbird-management/netbird-management.xml...Success -Processing /tmp/appFeed/templates/jimrummy101sRepository/netbird-signal/netbird-signal.xml...Success - - -Downloading AlexGreenUK's Repository: https://github.com/AlexGreenUK/unraid-templates -> /tmp/appFeed/templates/AlexGreenUKsRepository Attempt 1...https://github.com/AlexGreenUK/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/AlexGreenUKsRepository/whats-up-docker/whats-up-docker.xml...Success - - -Downloading theimmortal's Repository: https://github.com/theimmortal68/zappiti-server-docker -> /tmp/appFeed/templates/theimmortalsRepository Attempt 1...https://github.com/theimmortal68/zappiti-server-docker/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/theimmortalsRepository/zappiti-server.xml...Success - - -Downloading manrw's Repository: https://github.com/manuel-rw/unraid-templates -> /tmp/appFeed/templates/manrwsRepository Attempt 1...https://github.com/manuel-rw/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/manrwsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/manrwsRepository/templates/dashdot/dashdot.xml...Success -Processing /tmp/appFeed/templates/manrwsRepository/templates/homarr/homarr.xml...Success -Processing /tmp/appFeed/templates/manrwsRepository/templates/slskd/slskd.xml...Success -Processing /tmp/appFeed/templates/manrwsRepository/templates/jellyfin-discord-bot/template.xml...Success -Processing /tmp/appFeed/templates/manrwsRepository/templates/wakapi/template.xml...Success - - -Downloading grtgbln's Repository: https://github.com/nwithan8/unraid_templates -> /tmp/appFeed/templates/grtgblnsRepository Attempt 1...https://github.com/nwithan8/unraid_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/anything_llm.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/autokuma.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/automatic1111.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/axym_reader.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/big_agi.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/bliss.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/channels_dvr.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/charm.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/chevereto.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/dd_bot.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/fass.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/gollum.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/gpt4all.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/gramps_web.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/image_maid.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/imgproxy.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/invoke_ai.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/iptv_proxy.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/libation.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/livekit.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/llama_cpp.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/local_ai.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/mdblistarr.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/deprecated/ntfy.xml... ***DEPRECATED BY REPO PATH*** Removed from CA -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/otterwiki.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/peanut.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/plex_prerolls.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/plex_rewind.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/pocket_id.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/posterizarr.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/prusa_connect_rtsp.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/radicle.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/soft_serve.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/tauticord.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/terraform_http_backend.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/tgraph_bot.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/threadfin.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/tunarr.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/vhs.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/weatherstar.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/webtrees.xml...Success -Processing /tmp/appFeed/templates/grtgblnsRepository/templates/yamtrack.xml...Success - - -Downloading SebTech33's Repository: https://github.com/sebtech33/unRAID-Templates -> /tmp/appFeed/templates/SebTech33sRepository Attempt 1...https://github.com/sebtech33/unRAID-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SebTech33sRepository/sebtech33/crazy-max_rtorrent-rutorrent.xml...Removed from CA - - -Downloading BVersluis' Repository: https://github.com/Belstrekkie/unraid-templates -> /tmp/appFeed/templates/BVersluisRepository Attempt 1...https://github.com/Belstrekkie/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/BVersluisRepository/Onedrive/Onedrive.xml...Success - - -Downloading imagegenius' Repository: https://github.com/imagegenius/templates -> /tmp/appFeed/templates/imagegeniusRepository Attempt 1...https://github.com/imagegenius/templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/imagegeniusRepository/unraid/ai-chat-app.xml...Success -Processing /tmp/appFeed/templates/imagegeniusRepository/unraid/amp.xml...Success -Processing /tmp/appFeed/templates/imagegeniusRepository/unraid/duplicati.xml...Success -Processing /tmp/appFeed/templates/imagegeniusRepository/unraid/esphome.xml...Success -Processing /tmp/appFeed/templates/imagegeniusRepository/unraid/immich.xml...Success -Processing /tmp/appFeed/templates/imagegeniusRepository/unraid/jenkins.xml...Success -Processing /tmp/appFeed/templates/imagegeniusRepository/unraid/kopia.xml...Success -Processing /tmp/appFeed/templates/imagegeniusRepository/unraid/maintenance.xml...Success -Processing /tmp/appFeed/templates/imagegeniusRepository/unraid/minio.xml...Success -Processing /tmp/appFeed/templates/imagegeniusRepository/unraid/mosquitto.xml...Success -Processing /tmp/appFeed/templates/imagegeniusRepository/unraid/obico.xml...Success -Processing /tmp/appFeed/templates/imagegeniusRepository/unraid/semaphore.xml...Success -Processing /tmp/appFeed/templates/imagegeniusRepository/unraid/teslacamplayer.xml...Success -Processing /tmp/appFeed/templates/imagegeniusRepository/unraid/zigbee2mqtt.xml...Success - - -Downloading FreakErn's Repository: https://github.com/FreakErn/unraid-templates -> /tmp/appFeed/templates/FreakErnsRepository Attempt 1...https://github.com/FreakErn/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/FreakErnsRepository/broadlink-mqtt/broadlink-mqtt.xml...Failed -Failed loading XML -Processing /tmp/appFeed/templates/FreakErnsRepository/welle.io-cli/welle.io-cli.xml...Success - - -Downloading wupasscat's Repository: https://github.com/wupasscat/unraid-templates -> /tmp/appFeed/templates/wupasscatsRepository Attempt 1...https://github.com/wupasscat/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/wupasscatsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/wupasscatsRepository/continent-bot/continent-bot.xml...Success -Processing /tmp/appFeed/templates/wupasscatsRepository/deluge-exporter/deluge-exporter.xml...Success -Processing /tmp/appFeed/templates/wupasscatsRepository/muse/muse.xml...Success -Processing /tmp/appFeed/templates/wupasscatsRepository/qbittorrent-exporter/qbittorrent-exporter.xml...Success -Processing /tmp/appFeed/templates/wupasscatsRepository/sabnzbd_exporter/sabnzbd_exporter.xml...Success - - -Downloading mplogas' Repository: https://github.com/mplogas/unraid-containers -> /tmp/appFeed/templates/mplogasRepository Attempt 1...https://github.com/mplogas/unraid-containers/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/mplogasRepository/bonob-unraid.xml...Success -Processing /tmp/appFeed/templates/mplogasRepository/laac-unraid.xml...Success - - -Downloading warieon's Repository: https://github.com/warieon/unraid-templates -> /tmp/appFeed/templates/warieonsRepository Attempt 1...https://github.com/warieon/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/warieonsRepository/sponsorblockcast/sponsorblockcast.xml...Success - - -Downloading Maxi_Fpv's Repository: https://github.com/PepaonDrugs/unraid-templates -> /tmp/appFeed/templates/Maxi_FpvsRepository Attempt 1...https://github.com/PepaonDrugs/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Maxi_FpvsRepository/playitgg/playitgg.xml...Success - - -Downloading Nackophilz's Repository: https://github.com/Nackophilz/unraid_templates -> /tmp/appFeed/templates/NackophilzsRepository Attempt 1...https://github.com/Nackophilz/unraid_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/NackophilzsRepository/fluidd/fluidd.xml...Success -Processing /tmp/appFeed/templates/NackophilzsRepository/joal/joal.xml...Success - - -Downloading brockbreacher's Repository: https://github.com/brockbreacher/join-bot-unraid -> /tmp/appFeed/templates/brockbreachersRepository Attempt 1...https://github.com/brockbreacher/join-bot-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/brockbreachersRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/brockbreachersRepository/docker.xml...Success - - -Downloading professeurx's Repository: https://github.com/killforby/chibisafe -> /tmp/appFeed/templates/professeurxsRepository Attempt 1...https://github.com/killforby/chibisafe/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/professeurxsRepository/chibisafe.xml...Removed from CA - - -Downloading StevenRafferty's Repository: https://github.com/npmSteven/Unraid-VM-CP -> /tmp/appFeed/templates/StevenRaffertysRepository Attempt 1...https://github.com/npmSteven/Unraid-VM-CP/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/StevenRaffertysRepository/unraid-vm-cp.xml...Removed from CA - - -Downloading MastiffMushroom's Repository: https://github.com/mastiffmushroom/unraid-templates -> /tmp/appFeed/templates/MastiffMushroomsRepository Attempt 1...https://github.com/mastiffmushroom/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MastiffMushroomsRepository/TrackerAutoLogin/TrackerAutoLogin.xml...Success - - -Downloading Matthew Orres' Repository: https://github.com/mattheworres/docker-templates -> /tmp/appFeed/templates/MatthewOrresRepository Attempt 1...https://github.com/mattheworres/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MatthewOrresRepository/mattheworres/dotnet8sdk.xml...Removed from CA -Processing /tmp/appFeed/templates/MatthewOrresRepository/mattheworres/emoncms.xml...Success - - -Downloading jsrk's Repository: https://github.com/DatPat/unraid-templates -> /tmp/appFeed/templates/jsrksRepository Attempt 1...https://github.com/DatPat/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jsrksRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/jsrksRepository/easy-ffmpeg-autoconvert.xml...Success -Processing /tmp/appFeed/templates/jsrksRepository/ffmpeg-autoconvert/easy-ffmpeg-autoconvert.xml...Duplicated Name Removed from CA -Processing /tmp/appFeed/templates/jsrksRepository/easy-ffmpeg-autoconvert/easyffmpegautoconvert.xml...Success -Processing /tmp/appFeed/templates/jsrksRepository/handbrakeamd/handbrakeamd.xml...Success -Processing /tmp/appFeed/templates/jsrksRepository/handbrakenvidia/my-HandBrake.xml...Success -Processing /tmp/appFeed/templates/jsrksRepository/offcloud/offcloud.xml...Success -Processing /tmp/appFeed/templates/jsrksRepository/patbrid/patbrid.xml...Success -Processing /tmp/appFeed/templates/jsrksRepository/patbridnoaria/patbridnoaria.xml...Success -Processing /tmp/appFeed/templates/jsrksRepository/premiumizearr/premiumizearr.xml...Success - - -Downloading terratrax's Repository: https://github.com/terratrax/unraid-templates -> /tmp/appFeed/templates/terratraxsRepository Attempt 1...https://github.com/terratrax/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/terratraxsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/terratraxsRepository/unraid-nextcloud-multimedia.xml...Success - - -Downloading THE_SHULK's Repository: https://github.com/THESHULK/unraid-templates -> /tmp/appFeed/templates/THE_SHULKsRepository Attempt 1...https://github.com/THESHULK/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/THE_SHULKsRepository/teslacam-browser/ teslacam-browser.xml...Success - - -Downloading kezzkezzkezz's Repository: https://github.com/kierran0094/UNRAID-Templates -> /tmp/appFeed/templates/kezzkezzkezzsRepository Attempt 1...https://github.com/kierran0094/UNRAID-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/kezzkezzkezzsRepository/belabox-receiver/belabox.xml...Success - - -Downloading Luigi311's Repository: https://github.com/luigi311/unraid-templates -> /tmp/appFeed/templates/Luigi311sRepository Attempt 1...https://github.com/luigi311/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Luigi311sRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/Luigi311sRepository/JellyPlex-Watched.xml...Success - - -Downloading FriendlyFriend's Repository: https://github.com/friendlyFriend4000/Unraid-Templates -> /tmp/appFeed/templates/FriendlyFriendsRepository Attempt 1...https://github.com/friendlyFriend4000/Unraid-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/FriendlyFriendsRepository/prometheus-immich-exporter.xml...Success -Processing /tmp/appFeed/templates/FriendlyFriendsRepository/SillyTavern.xml...Success - - -Downloading acharles21's Repository: https://github.com/mrspongie21/unraid-templates -> /tmp/appFeed/templates/acharles21sRepository Attempt 1...https://github.com/mrspongie21/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/acharles21sRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/acharles21sRepository/osTICKET/osticket.xml...Success - - -Downloading fizzyfrys' Repository: https://github.com/fizzyfrys/unraid-templates -> /tmp/appFeed/templates/fizzyfrysRepository Attempt 1...https://github.com/fizzyfrys/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/fizzyfrysRepository/Floatplane-Downloader/floatplane-downloader.xml...Success -Processing /tmp/appFeed/templates/fizzyfrysRepository/rdt-client/rdt-client.xml...Success - - -Downloading EDACerton's Repository: https://github.com/dkaser/unraid-plugins -> /tmp/appFeed/templates/EDACertonsRepository Attempt 1...https://github.com/dkaser/unraid-plugins/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/EDACertonsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/EDACertonsRepository/tailscale.xml... Downloading https://raw.githubusercontent.com/dkaser/unraid-tailscale/main/plugin/tailscale.plg attempt 1...Success -Processing /tmp/appFeed/templates/EDACertonsRepository/tailscale-docker.xml...Success -Processing /tmp/appFeed/templates/EDACertonsRepository/tailscale-preview.xml... Downloading https://raw.githubusercontent.com/dkaser/unraid-tailscale/preview/plugin/tailscale-preview.plg attempt 1...Success - - -Downloading ImunLequit's Repository: https://github.com/ImUnlequit/unraidtemplate -> /tmp/appFeed/templates/ImunLequitsRepository Attempt 1...https://github.com/ImUnlequit/unraidtemplate/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ImunLequitsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/ImunLequitsRepository/twitch-channel-points-miner/twitch-channel-points-miner.xml...Success - - -Downloading giganode's Repository: https://github.com/giganode/unraid-plugins -> /tmp/appFeed/templates/giganodesRepository Attempt 1...https://github.com/giganode/unraid-plugins/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/giganodesRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/giganodesRepository/corsairpsu.xml... Downloading https://raw.githubusercontent.com/giganode/corsairpsu-unraid/master/corsairpsu.plg attempt 1...Success -Processing /tmp/appFeed/templates/giganodesRepository/i915-sriov.xml... Downloading https://raw.githubusercontent.com/giganode/unraid-i915-sriov/master/i915-sriov.plg attempt 1...Success - - -Downloading zhtengw's Repository: https://github.com/zhtengw/unraid-templates -> /tmp/appFeed/templates/zhtengwsRepository Attempt 1...https://github.com/zhtengw/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/zhtengwsRepository/i915-sriov/i915-sriov.xml... Downloading https://raw.githubusercontent.com/zhtengw/unraid-i915-sriov/master/i915-sriov.plg attempt 1...Success - - -Downloading laromicas' Repository: https://github.com/laromicas/unraid-templates -> /tmp/appFeed/templates/laromicasRepository Attempt 1...https://github.com/laromicas/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/laromicasRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/laromicasRepository/templates/datoso.xml...Success -Processing /tmp/appFeed/templates/laromicasRepository/templates/romvault.xml...Success - - -Downloading seriousm4x's Repository: https://github.com/seriousm4x/unraid-community-apps -> /tmp/appFeed/templates/seriousm4xsRepository Attempt 1...https://github.com/seriousm4x/unraid-community-apps/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/seriousm4xsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/seriousm4xsRepository/templates/upsnap.xml...Success - - -Downloading B4rny's Repository: https://github.com/b42n1/unraid-templates -> /tmp/appFeed/templates/B4rnysRepository Attempt 1...https://github.com/b42n1/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/B4rnysRepository/templates/affine.xml...Success -Processing /tmp/appFeed/templates/B4rnysRepository/templates/answer.xml...Success -Processing /tmp/appFeed/templates/B4rnysRepository/templates/codex-docs.xml...Success -Processing /tmp/appFeed/templates/B4rnysRepository/templates/memos.xml...Success -Processing /tmp/appFeed/templates/B4rnysRepository/templates/misskey.xml...Success -Processing /tmp/appFeed/templates/B4rnysRepository/templates/rallly.xml...Success -Processing /tmp/appFeed/templates/B4rnysRepository/templates/serpbear.xml...Success -Processing /tmp/appFeed/templates/B4rnysRepository/templates/stirling-pdf.xml...Removed from CA -Processing /tmp/appFeed/templates/B4rnysRepository/templates/swingmusic.xml...Success - - -Downloading untraceablez' Repository: https://github.com/untraceablez/uvdesk-unraid -> /tmp/appFeed/templates/untraceablezRepository Attempt 1...https://github.com/untraceablez/uvdesk-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/untraceablezRepository/uvdesk.xml...Success - - -Downloading JACOBSMILE's Repository: https://github.com/JACOBSMILE/Unraid_XMLS -> /tmp/appFeed/templates/JACOBSMILEsRepository Attempt 1...https://github.com/JACOBSMILE/Unraid_XMLS/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JACOBSMILEsRepository/tmodloader1.4.xml...Success - - -Downloading darknavi's Repository: https://github.com/JakeShirley/unraid-templates -> /tmp/appFeed/templates/darknavisRepository Attempt 1...https://github.com/JakeShirley/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/darknavisRepository/archiveteam-warrior.xml...Success -Processing /tmp/appFeed/templates/darknavisRepository/ca_profile.xml...FOUND PROFILE - - -Downloading Vodros' Repository: https://github.com/taha-yassine/unraid-templates -> /tmp/appFeed/templates/VodrosRepository Attempt 1...https://github.com/taha-yassine/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/VodrosRepository/whisper-asr-webservice/template.xml...Success - - -Downloading RiffSphereHA's Repository: https://github.com/riffsphereha/Unraid-Templates -> /tmp/appFeed/templates/RiffSphereHAsRepository Attempt 1...https://github.com/riffsphereha/Unraid-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/RiffSphereHAsRepository/amarr/amarr.xml...Success -Processing /tmp/appFeed/templates/RiffSphereHAsRepository/amule/amule.xml...Success -Processing /tmp/appFeed/templates/RiffSphereHAsRepository/pia-wireguard/pia-wireguard.xml...Success -Processing /tmp/appFeed/templates/RiffSphereHAsRepository/spotweb/spotweb.xml...Success - - -Downloading coreylane's Repository: https://github.com/coreylane/unraid-ca-templates -> /tmp/appFeed/templates/coreylanesRepository Attempt 1...https://github.com/coreylane/unraid-ca-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/coreylanesRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/coreylanesRepository/vector.xml...Success - - -Downloading snapcrescent's Repository: https://github.com/snapcrescent/templates -> /tmp/appFeed/templates/snapcrescentsRepository Attempt 1...https://github.com/snapcrescent/templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/snapcrescentsRepository/Unraid/Snapcrescent/Snapcrescent.xml...Success - - -Downloading PeteL's Repository: https://github.com/mpcdigitize/docker-templates -> /tmp/appFeed/templates/PeteLsRepository Attempt 1...https://github.com/mpcdigitize/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/PeteLsRepository/rradio/rradio.xml...Success - - -Downloading mcraidy's Repository: https://github.com/McJoppy/unraid-templates -> /tmp/appFeed/templates/mcraidysRepository Attempt 1...https://github.com/McJoppy/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/mcraidysRepository/promtail-syslog/promtail-syslog.xml...Success - - -Downloading Findthelorax's Repository: https://github.com/findthelorax/unraid-templates -> /tmp/appFeed/templates/FindtheloraxsRepository Attempt 1...https://github.com/findthelorax/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/FindtheloraxsRepository/affine.xml...Success -Processing /tmp/appFeed/templates/FindtheloraxsRepository/bliss.xml...Success -Processing /tmp/appFeed/templates/FindtheloraxsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/FindtheloraxsRepository/emqx.xml...Success -Processing /tmp/appFeed/templates/FindtheloraxsRepository/photoprism.xml...Success - - -Downloading j1philli's Repository: https://github.com/j1philli/unraid-templates/tree/main -> /tmp/appFeed/templates/j1phillisRepository Attempt 1...https://github.com/j1philli/unraid-templates/archive/main.tar.gz Success! -Processing /tmp/appFeed/templates/j1phillisRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/j1phillisRepository/maubot/maubot.xml...Success - - -Downloading lucamarchiori's Repository: https://github.com/lucamarchiori/OwnTracksRecorderUnraid -> /tmp/appFeed/templates/lucamarchiorisRepository Attempt 1...https://github.com/lucamarchiori/OwnTracksRecorderUnraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/lucamarchiorisRepository/OwnTracksRecorderUnraid.xml...Success - - -Downloading lostinspace's Repository: https://github.com/timespaced/unraid-templates -> /tmp/appFeed/templates/lostinspacesRepository Attempt 1...https://github.com/timespaced/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/lostinspacesRepository/voyager/voyager.xml...Success -Processing /tmp/appFeed/templates/lostinspacesRepository/wefwef/wefwef.xml...Success - - -Downloading QuentinM's Repository: https://github.com/programmingsecurely/unraid-templates -> /tmp/appFeed/templates/QuentinMsRepository Attempt 1...https://github.com/programmingsecurely/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/QuentinMsRepository/github-runner-org/github-runner-org.xml...Success -Processing /tmp/appFeed/templates/QuentinMsRepository/github-runner-repo-level/github-runner-repo-level.xml...Success - - -Downloading jinlife's Repository: https://github.com/jinlife/docker-templates -> /tmp/appFeed/templates/jinlifesRepository Attempt 1...https://github.com/jinlife/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/jinlifesRepository/jinlife/unraid-r8125.xml... Downloading https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8125.plg attempt 1...Success -Processing /tmp/appFeed/templates/jinlifesRepository/jinlife/unraid-r8126.xml... Downloading https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8126.plg attempt 1...Success -Processing /tmp/appFeed/templates/jinlifesRepository/jinlife/unraid-r8152.xml... Downloading https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8152.plg attempt 1...Success -Processing /tmp/appFeed/templates/jinlifesRepository/jinlife/unraid-r8168.xml... Downloading https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8168.plg attempt 1...Success - - -Downloading ImFascinated's Repository: https://github.com/RealFascinated/unraid-ca-templates -> /tmp/appFeed/templates/ImFascinatedsRepository Attempt 1...https://github.com/RealFascinated/unraid-ca-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ImFascinatedsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/ImFascinatedsRepository/sharex-php-uploader.xml...Success - - -Downloading criscrafter's Repository: https://github.com/criscrafter/Unraid-CA -> /tmp/appFeed/templates/criscraftersRepository Attempt 1...https://github.com/criscrafter/Unraid-CA/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/criscraftersRepository/JMusicBot.xml...Success - - -Downloading Criblio's Repository: https://github.com/criblio/unraid -> /tmp/appFeed/templates/CribliosRepository Attempt 1...https://github.com/criblio/unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/CribliosRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/CribliosRepository/edge-managed.xml...Removed from CA -Processing /tmp/appFeed/templates/CribliosRepository/edge-single.xml...Removed from CA -Processing /tmp/appFeed/templates/CribliosRepository/stream-leader.xml...Removed from CA -Processing /tmp/appFeed/templates/CribliosRepository/stream-single.xml...Removed from CA -Processing /tmp/appFeed/templates/CribliosRepository/stream-worker.xml...Removed from CA - - -Downloading welfare's Repository: https://github.com/W3LFARe/unraid_templates -> /tmp/appFeed/templates/welfaresRepository Attempt 1...https://github.com/W3LFARe/unraid_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/welfaresRepository/automatic-ripping-machine/automatic-ripping-machine.xml...Success -Processing /tmp/appFeed/templates/welfaresRepository/homechart/homechart.xml...Success -Processing /tmp/appFeed/templates/welfaresRepository/nzbget-ng/nzbget-ng.xml...Success - - -Downloading beastieg's Repository: https://github.com/greycubesgav/unraid-templates -> /tmp/appFeed/templates/beastiegsRepository Attempt 1...https://github.com/greycubesgav/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/beastiegsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/beastiegsRepository/cryptomator-webdav/cryptomator-webdav.xml...Success -Processing /tmp/appFeed/templates/beastiegsRepository/davfs2/davfs2.xml... Downloading https://github.com/greycubesgav/unraid-templates/raw/main/davfs2/davfs2.plg attempt 1...Success - - -Downloading scolcipitato's Repository: https://github.com/scolcipitato/plugin-repository -> /tmp/appFeed/templates/scolcipitatosRepository Attempt 1...https://github.com/scolcipitato/plugin-repository/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/scolcipitatosRepository/folder.view.xml... Downloading https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg attempt 1...Success - - -Downloading hoody424's Repository: https://github.com/hoody424/unraid-templates -> /tmp/appFeed/templates/hoody424sRepository Attempt 1...https://github.com/hoody424/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/hoody424sRepository/openvpn-as/openvpn-as.xml...Success -Processing /tmp/appFeed/templates/hoody424sRepository/psono/psono.xml...Success - - -Downloading svk's Repository: https://github.com/skrashevich/unraid-templates -> /tmp/appFeed/templates/svksRepository Attempt 1...https://github.com/skrashevich/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/svksRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/svksRepository/double-take/double-take.xml...Success - - -Downloading muxelmann's Repository: https://github.com/Muxelmann/unraid-app_anaconda3 -> /tmp/appFeed/templates/muxelmannsRepository Attempt 1...https://github.com/Muxelmann/unraid-app_anaconda3/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/muxelmannsRepository/template.xml...Success - - -Downloading campu0999's Repository: https://github.com/Upmacc/unraid-templates/tree/main -> /tmp/appFeed/templates/campu0999sRepository Attempt 1...https://github.com/Upmacc/unraid-templates/archive/main.tar.gz Success! -Processing /tmp/appFeed/templates/campu0999sRepository/Jellystat/Jellystat.xml...Success - - -Downloading htunlogic's Repository: https://github.com/hudikhq/hoodik-unraid -> /tmp/appFeed/templates/htunlogicsRepository Attempt 1...https://github.com/hudikhq/hoodik-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/htunlogicsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/htunlogicsRepository/template.xml...Success - - -Downloading el_pino's Repository: https://github.com/edgar971/open-chat/tree/main/unraid-template -> /tmp/appFeed/templates/el_pinosRepository Attempt 1...https://github.com/edgar971/open-chat/archive/main.tar.gz Success! -Processing /tmp/appFeed/templates/el_pinosRepository/unraid-template/unraid.xml...Success -Processing /tmp/appFeed/templates/el_pinosRepository/unraid-template/unraid-cpu.xml...Success - - -Downloading almus' Repository: https://github.com/evilalmus/UNRAID_COMMUNITY_APPS -> /tmp/appFeed/templates/almusRepository Attempt 1...https://github.com/evilalmus/UNRAID_COMMUNITY_APPS/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/almusRepository/docker-apache-php.xml...Success - - -Downloading AC-WatchState's Repository: https://github.com/ArabCoders/unraid-templates -> /tmp/appFeed/templates/AC-WatchStatesRepository Attempt 1...https://github.com/ArabCoders/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/AC-WatchStatesRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/AC-WatchStatesRepository/arabcoders/watchstate.xml...Success -Processing /tmp/appFeed/templates/AC-WatchStatesRepository/arabcoders/ytptube.xml...Success - - -Downloading ImSkully's Repository: https://github.com/ImSkully/unraid-docker-templates -> /tmp/appFeed/templates/ImSkullysRepository Attempt 1...https://github.com/ImSkully/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ImSkullysRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/ImSkullysRepository/OpenProject/OpenProject.xml...Success -Processing /tmp/appFeed/templates/ImSkullysRepository/Vikunja/Vikunja.xml...Success -Processing /tmp/appFeed/templates/ImSkullysRepository/zipline/zipline.xml...Success - - -Downloading BitlessByte's Repository: https://github.com/BitlessByte0/unraid-templates -> /tmp/appFeed/templates/BitlessBytesRepository Attempt 1...https://github.com/BitlessByte0/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/BitlessBytesRepository/Prowlarr.xml...Success - - -Downloading SamTV12345's Repository: https://github.com/SamTV12345/podfetch-unraid-config -> /tmp/appFeed/templates/SamTV12345sRepository Attempt 1...https://github.com/SamTV12345/podfetch-unraid-config/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SamTV12345sRepository/podfetch-sqlite.xml...Success - - -Downloading MattFaz's Repository: https://github.com/MattFaz/unraid_templates/ -> /tmp/appFeed/templates/MattFazsRepository Attempt 1...https://github.com/MattFaz/unraid_templates//archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MattFazsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/MattFazsRepository/fireflyiii.xml...Success -Processing /tmp/appFeed/templates/MattFazsRepository/fireflyiii-dataimporter.xml...Success - - -Downloading rotten-pagoda5238's Repository: https://github.com/cloud-fs/unraid-templates -> /tmp/appFeed/templates/rotten-pagoda5238sRepository Attempt 1...https://github.com/cloud-fs/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/rotten-pagoda5238sRepository/clouddrive.xml...Success - - -Downloading sbeex's Repository: https://github.com/sebastienvermeille/unraid-docker-templates -> /tmp/appFeed/templates/sbeexsRepository Attempt 1...https://github.com/sebastienvermeille/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/sbeexsRepository/rika2mqtt/rika2mqtt.xml...Success - - -Downloading Rysz's Repository: https://github.com/desertwitch/unraid-plugins -> /tmp/appFeed/templates/RyszsRepository Attempt 1...https://github.com/desertwitch/unraid-plugins/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/RyszsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/RyszsRepository/dwdvm.xml... Downloading https://raw.githubusercontent.com/desertwitch/DVM-unRAID/main/plugin/dwdvm.plg attempt 1...Success -Processing /tmp/appFeed/templates/RyszsRepository/dwiotopc.xml... Downloading https://raw.githubusercontent.com/desertwitch/iotop-c-unRAID/main/plugin/dwiotopc.plg attempt 1...Success -Processing /tmp/appFeed/templates/RyszsRepository/dwmemtester.xml... Downloading https://raw.githubusercontent.com/desertwitch/memtester-unRAID/main/plugin/dwmemtester.plg attempt 1...Success -Processing /tmp/appFeed/templates/RyszsRepository/dwnwipe.xml... Downloading https://raw.githubusercontent.com/desertwitch/nwipe-unRAID/main/plugin/dwnwipe.plg attempt 1...Success -Processing /tmp/appFeed/templates/RyszsRepository/dwsnap.xml... Downloading https://raw.githubusercontent.com/desertwitch/SnapRAID-on-unRAID/main/plugin/dwsnap.plg attempt 1...Success -Processing /tmp/appFeed/templates/RyszsRepository/dwtldr.xml... Downloading https://raw.githubusercontent.com/desertwitch/tldr-unRAID/main/plugin/dwtldr.plg attempt 1...Success -Processing /tmp/appFeed/templates/RyszsRepository/mergerfsp.xml... Downloading https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg attempt 1...Success -Processing /tmp/appFeed/templates/RyszsRepository/nafp.xml... Downloading https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg attempt 1...Success -Processing /tmp/appFeed/templates/RyszsRepository/nut.xml... Downloading https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg attempt 1...Success -Processing /tmp/appFeed/templates/RyszsRepository/ulldpd.xml... Downloading https://raw.githubusercontent.com/desertwitch/LLDP-unRAID/main/plugin/ulldpd.plg attempt 1...Success - - -Downloading austin's Repository: https://github.com/Austin1/unraid-streammaster -> /tmp/appFeed/templates/austinsRepository Attempt 1...https://github.com/Austin1/unraid-streammaster/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/austinsRepository/FPP.xml...Success -Processing /tmp/appFeed/templates/austinsRepository/StreamMaster.xml...Success - - -Downloading sealnado's Repository: https://github.com/KodCloud-dev/unraid_template -> /tmp/appFeed/templates/sealnadosRepository Attempt 1...https://github.com/KodCloud-dev/unraid_template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/sealnadosRepository/my-kodbox.xml...Success - - -Downloading xompage's Repository: https://github.com/xompage/unraid-templates -> /tmp/appFeed/templates/xompagesRepository Attempt 1...https://github.com/xompage/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/xompagesRepository/xompage/ngpost.xml...Success -Processing /tmp/appFeed/templates/xompagesRepository/xompage/nyuu.xml...Success -Processing /tmp/appFeed/templates/xompagesRepository/xompage/plexautoskip.xml...Success - - -Downloading Eideard's Repository: https://github.com/EideardVMR/unraid-templates -> /tmp/appFeed/templates/EideardsRepository Attempt 1...https://github.com/EideardVMR/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/EideardsRepository/easybackup.xml... Downloading https://raw.githubusercontent.com/EideardVMR/unraid-easybackup/main/easybackup.plg attempt 1...Success - - -Downloading Asparon's Repository: https://github.com/asparon/unraid-templates/tree/main -> /tmp/appFeed/templates/AsparonsRepository Attempt 1...https://github.com/asparon/unraid-templates/archive/main.tar.gz Success! -Processing /tmp/appFeed/templates/AsparonsRepository/obs-ndi.xml...Success - - -Downloading malkie's Repository: https://github.com/malkiebr/unraid-localtonet -> /tmp/appFeed/templates/malkiesRepository Attempt 1...https://github.com/malkiebr/unraid-localtonet/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/malkiesRepository/unraid-localtonet.xml...Success - - -Downloading mtrogman's Repository: https://github.com/mtrogman/unraid_templates -> /tmp/appFeed/templates/mtrogmansRepository Attempt 1...https://github.com/mtrogman/unraid_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/mtrogmansRepository/templates/grabarr.xml...Success -Processing /tmp/appFeed/templates/mtrogmansRepository/templates/harassarr.xml...Success -Processing /tmp/appFeed/templates/mtrogmansRepository/templates/managarr.xml...Success -Processing /tmp/appFeed/templates/mtrogmansRepository/templates/regrabarr.xml...Success - - -Downloading AlexRed's Repository: https://github.com/alex-red/unraid-ca-templates -> /tmp/appFeed/templates/AlexRedsRepository Attempt 1...https://github.com/alex-red/unraid-ca-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/AlexRedsRepository/templates/auto-m4b.xml...Success -Processing /tmp/appFeed/templates/AlexRedsRepository/templates/backrest.xml...Success -Processing /tmp/appFeed/templates/AlexRedsRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/AlexRedsRepository/templates/dbgate.xml...Removed from CA -Processing /tmp/appFeed/templates/AlexRedsRepository/templates/victoria-metrics.xml...Success - - -Downloading sonic6's Repository: https://github.com/soonic6/unraid-templates-ca -> /tmp/appFeed/templates/sonic6sRepository Attempt 1...https://github.com/soonic6/unraid-templates-ca/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/sonic6sRepository/soonic6/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/sonic6sRepository/soonic6/develancacheui_backend.xml...Success -Processing /tmp/appFeed/templates/sonic6sRepository/soonic6/develancacheui_frontend.xml...Success -Processing /tmp/appFeed/templates/sonic6sRepository/soonic6/restreamer.xml...Success - - -Downloading d3vyce's Repository: https://github.com/d3vyce/unraid-template -> /tmp/appFeed/templates/d3vycesRepository Attempt 1...https://github.com/d3vyce/unraid-template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/d3vycesRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/d3vycesRepository/templates/gitea-runner.xml...Success -Processing /tmp/appFeed/templates/d3vycesRepository/templates/teleinfo-exporter.xml...Failed -Failed loading XML -Processing /tmp/appFeed/templates/d3vycesRepository/templates/vault.xml...Success -Processing /tmp/appFeed/templates/d3vycesRepository/templates/web-check.xml...Removed from CA - - -Downloading DeadFeet's Repository: https://github.com/furritos/docker-templates -> /tmp/appFeed/templates/DeadFeetsRepository Attempt 1...https://github.com/furritos/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DeadFeetsRepository/furritos/btdex.xml...Success -Processing /tmp/appFeed/templates/DeadFeetsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/DeadFeetsRepository/furritos/spacemesh.xml...Success -Processing /tmp/appFeed/templates/DeadFeetsRepository/furritos/sqlserver2017.xml...Success -Processing /tmp/appFeed/templates/DeadFeetsRepository/furritos/sqlserver2019.xml...Success -Processing /tmp/appFeed/templates/DeadFeetsRepository/furritos/sqlserver2022.xml...Success - - -Downloading alex3305's Repository: https://github.com/alex3305/unraid-docker-templates -> /tmp/appFeed/templates/alex3305sRepository Attempt 1...https://github.com/alex3305/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/alex3305sRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/alex3305sRepository/dex.xml...Success -Processing /tmp/appFeed/templates/alex3305sRepository/dockge.xml...Success -Processing /tmp/appFeed/templates/alex3305sRepository/music-assistant.xml...Success -Processing /tmp/appFeed/templates/alex3305sRepository/youtube-dl.xml...Success - - -Downloading NightMeer's Repository: https://github.com/NightMeer/Unraid-Docker-Templates -> /tmp/appFeed/templates/NightMeersRepository Attempt 1...https://github.com/NightMeer/Unraid-Docker-Templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/NightMeersRepository/templates/ApachePHP8.xml...Success -Processing /tmp/appFeed/templates/NightMeersRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/NightMeersRepository/templates/WireguardClient.xml...Success - - -Downloading dixtdf's Repository: https://github.com/dixtdf/templates -> /tmp/appFeed/templates/dixtdfsRepository Attempt 1...https://github.com/dixtdf/templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/dixtdfsRepository/dixtdf/Taglib.xml... Downloading https://raw.githubusercontent.com/dixtdf/taglib/master/plugins/taglib.plg attempt 1...Success - - -Downloading dglb99's Repository: https://github.com/chirmstream/unraid-templates -> /tmp/appFeed/templates/dglb99sRepository Attempt 1...https://github.com/chirmstream/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/dglb99sRepository/hammond/hammond.xml...Success -Processing /tmp/appFeed/templates/dglb99sRepository/seafile/seafile.xml...Success -Processing /tmp/appFeed/templates/dglb99sRepository/seafile-pro/seafile-pro.xml...Success - - -Downloading phalcode's Repository: https://github.com/Phalcode/unraid-templates -> /tmp/appFeed/templates/phalcodesRepository Attempt 1...https://github.com/Phalcode/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/phalcodesRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/phalcodesRepository/templates/gamevault.xml...Success - - -Downloading nylonee's Repository: https://github.com/nylonee/watchlistarr-unraid -> /tmp/appFeed/templates/nyloneesRepository Attempt 1...https://github.com/nylonee/watchlistarr-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/nyloneesRepository/watchlistarr.xml...Success - - -Downloading PeteAsking's Repository: https://github.com/pallebone/UnifiUnraidReborn -> /tmp/appFeed/templates/PeteAskingsRepository Attempt 1...https://github.com/pallebone/UnifiUnraidReborn/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/PeteAskingsRepository/XMLSettings.xml...Success - - -Downloading EldonMcGuiness' Repository: https://github.com/EldonMcGuinness/UnraidCA -> /tmp/appFeed/templates/EldonMcGuinessRepository Attempt 1...https://github.com/EldonMcGuinness/UnraidCA/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/EldonMcGuinessRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/EldonMcGuinessRepository/DriveStandbyMonitor.xml... Downloading https://raw.githubusercontent.com/EldonMcGuinness/UnraidDriveStandbyMonitor/master/DriveStandbyMonitor.plg attempt 1...Success - - -Downloading ITI's Repository: https://github.com/Infotrend-Inc/OpenAI_WebUI -> /tmp/appFeed/templates/ITIsRepository Attempt 1...https://github.com/Infotrend-Inc/OpenAI_WebUI/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ITIsRepository/unraid/OpenAI_WebUI.xml...Success - - -Downloading BBergle's Repository: https://github.com/BBergle/unraid-templates -> /tmp/appFeed/templates/BBerglesRepository Attempt 1...https://github.com/BBergle/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/BBerglesRepository/jellyfin/jellyfin.xml...Success -Processing /tmp/appFeed/templates/BBerglesRepository/mkv-language-remover/mkv-language-remover.xml...Success -Processing /tmp/appFeed/templates/BBerglesRepository/zap2xml/zap2xml.xml...Success - - -Downloading wrangler's Repository: https://github.com/Receipt-Wrangler/receipt-wrangler-unraid -> /tmp/appFeed/templates/wranglersRepository Attempt 1...https://github.com/Receipt-Wrangler/receipt-wrangler-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/wranglersRepository/template.xml...Success - - -Downloading Xiaodoudou's Repository: https://github.com/xiaodoudou/unraid-templates -> /tmp/appFeed/templates/XiaodoudousRepository Attempt 1...https://github.com/xiaodoudou/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/XiaodoudousRepository/SyncYomi/SyncYomi.xml...Success - - -Downloading Plazzmik's Repository: https://github.com/PlazzmiK/unraid_templates -> /tmp/appFeed/templates/PlazzmiksRepository Attempt 1...https://github.com/PlazzmiK/unraid_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/PlazzmiksRepository/budibase.xml...Success -Processing /tmp/appFeed/templates/PlazzmiksRepository/ca_profile.xml...FOUND PROFILE - - -Downloading Core-i99's Repository: https://github.com/Core-i99/unraid-docker-templates -> /tmp/appFeed/templates/Core-i99sRepository Attempt 1...https://github.com/Core-i99/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/Core-i99sRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/Core-i99sRepository/templates/iventoy.xml...Success - - -Downloading Bobstin's Repository: https://github.com/Bobstin/willow-application-server -> /tmp/appFeed/templates/BobstinsRepository Attempt 1...https://github.com/Bobstin/willow-application-server/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/BobstinsRepository/template.xml...Removed from CA - - -Downloading JacksonNie's Repository: https://github.com/ngfchl/ptools_unraid_template -> /tmp/appFeed/templates/JacksonNiesRepository Attempt 1...https://github.com/ngfchl/ptools_unraid_template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JacksonNiesRepository/my-newptools.xml...Success - - -Downloading joly0's Repository: https://github.com/Joly0/docker-templates -> /tmp/appFeed/templates/joly0sRepository Attempt 1...https://github.com/Joly0/docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/joly0sRepository/templates/chatbot-ollama.xml...Success -Processing /tmp/appFeed/templates/joly0sRepository/templates/dokemon.xml...Success -Processing /tmp/appFeed/templates/joly0sRepository/templates/dokemon-agent.xml...Success -Processing /tmp/appFeed/templates/joly0sRepository/templates/lobe-chat.xml...Success -Processing /tmp/appFeed/templates/joly0sRepository/templates/lodestone.xml...Removed from CA -Processing /tmp/appFeed/templates/joly0sRepository/templates/npmplus.xml...Success -Processing /tmp/appFeed/templates/joly0sRepository/templates/ollama.xml...Success -Processing /tmp/appFeed/templates/joly0sRepository/templates/ontime.xml...Success -Processing /tmp/appFeed/templates/joly0sRepository/templates/open-webui.xml...Success -Processing /tmp/appFeed/templates/joly0sRepository/templates/windowsindocker.xml...Success - - -Downloading GuillermoMG's Repository: https://github.com/reloadfast/unraid_template_LibreLinkUp_Uploader -> /tmp/appFeed/templates/GuillermoMGsRepository Attempt 1...https://github.com/reloadfast/unraid_template_LibreLinkUp_Uploader/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/GuillermoMGsRepository/nightscout-librelink-up-uploader.xml...Success - - -Downloading ambipro's Repository: https://github.com/cross-seed/unraid-template -> /tmp/appFeed/templates/ambiprosRepository Attempt 1...https://github.com/cross-seed/unraid-template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ambiprosRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/ambiprosRepository/cross-seed.xml...Success - - -Downloading Donimax's Repository: https://github.com/Donimax/unraid-docker-templates -> /tmp/appFeed/templates/DonimaxsRepository Attempt 1...https://github.com/Donimax/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DonimaxsRepository/donimax/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/DonimaxsRepository/donimax/checkmk20.xml... Downloading https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent20.plg attempt 1...Success -Processing /tmp/appFeed/templates/DonimaxsRepository/donimax/checkmk21.xml... Downloading https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent21.plg attempt 1...Success -Processing /tmp/appFeed/templates/DonimaxsRepository/donimax/checkmk22.xml... Downloading https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent22.plg attempt 1...Success -Processing /tmp/appFeed/templates/DonimaxsRepository/donimax/checkmk23.xml... Downloading https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent23.plg attempt 1...Success - - -Downloading Droppisalt's Repository: https://github.com/Droppisalt/unraid-templates -> /tmp/appFeed/templates/DroppisaltsRepository Attempt 1...https://github.com/Droppisalt/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/DroppisaltsRepository/maintainerr/maintainerr.xml...Success -Processing /tmp/appFeed/templates/DroppisaltsRepository/pattrmm/pattrmm.xml...Success - - -Downloading Infotrend Inc's Repository: https://github.com/Infotrend-Inc/CTPO -> /tmp/appFeed/templates/InfotrendIncsRepository Attempt 1...https://github.com/Infotrend-Inc/CTPO/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/InfotrendIncsRepository/Jupyter_build/Jupyter-CTPO.xml...Success -Processing /tmp/appFeed/templates/InfotrendIncsRepository/Jupyter_build/Jupyter-TPO.xml...Success - - -Downloading John Barlow's Repository: https://github.com/jnbarlow/unraid_templates -> /tmp/appFeed/templates/JohnBarlowsRepository Attempt 1...https://github.com/jnbarlow/unraid_templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JohnBarlowsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/JohnBarlowsRepository/templates/monero-nodeboard.xml...Success - - -Downloading PhilBarker's Repository: https://github.com/Phil-Barker/unraid-templates -> /tmp/appFeed/templates/PhilBarkersRepository Attempt 1...https://github.com/Phil-Barker/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/PhilBarkersRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/PhilBarkersRepository/orbitalsync/orbitalsync.xml...Success - - -Downloading Eurotimmy's Repository: https://github.com/Eurotimmy/unraid-templates -> /tmp/appFeed/templates/EurotimmysRepository Attempt 1...https://github.com/Eurotimmy/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/EurotimmysRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/EurotimmysRepository/Odoo17/odoo17.xml...Success -Processing /tmp/appFeed/templates/EurotimmysRepository/RomM/RomM.xml...Success -Processing /tmp/appFeed/templates/EurotimmysRepository/RxV4/RxV4.xml...Success - - -Downloading Mirano's Repository: https://github.com/MiranoVerhoef/Unraid-Mirano -> /tmp/appFeed/templates/MiranosRepository Attempt 1...https://github.com/MiranoVerhoef/Unraid-Mirano/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MiranosRepository/ca_profile/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/MiranosRepository/ha-fusion/ha-fusion.xml...Success - - -Downloading stottle's Repository: https://github.com/bstottle/unraid-templates -> /tmp/appFeed/templates/stottlesRepository Attempt 1...https://github.com/bstottle/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/stottlesRepository/jupyterlabnn/jupyterlabnn.xml...Success - - -Downloading UNRA1DUser's Repository: https://github.com/UNRA1DUser/unraid-docker-templates -> /tmp/appFeed/templates/UNRA1DUsersRepository Attempt 1...https://github.com/UNRA1DUser/unraid-docker-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/UNRA1DUsersRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/UNRA1DUsersRepository/templates/Linkwarden.xml...Success -Processing /tmp/appFeed/templates/UNRA1DUsersRepository/templates/MySQL.xml...Success -Processing /tmp/appFeed/templates/UNRA1DUsersRepository/templates/PostgreSQL.xml...Removed from CA -Processing /tmp/appFeed/templates/UNRA1DUsersRepository/templates/PostgreSQL_Alpine.xml...Success -Processing /tmp/appFeed/templates/UNRA1DUsersRepository/templates/PostgreSQL_Immich-Official.xml...Removed from CA -Processing /tmp/appFeed/templates/UNRA1DUsersRepository/templates/Redis-Official.xml...Removed from CA - - -Downloading TeddyTux's Repository: https://github.com/TeddyTux/unraidtemplates -> /tmp/appFeed/templates/TeddyTuxsRepository Attempt 1...https://github.com/TeddyTux/unraidtemplates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/TeddyTuxsRepository/pihole-unbound/pihole-unbound.xml...Success -Processing /tmp/appFeed/templates/TeddyTuxsRepository/pihole-unbound-daily/pihole-unbound-daily.xml...Success -Processing /tmp/appFeed/templates/TeddyTuxsRepository/redbot/redbot.xml...Success - - - -****** DUPLICATED REPOSITORY IN REPOSITORIES.JSON SKIPPINGDownloading disbedan015's Repository: https://github.com/disbedan015/nadekobotv4-unraid -> /tmp/appFeed/templates/disbedan015sRepository Attempt 1...https://github.com/disbedan015/nadekobotv4-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/disbedan015sRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/disbedan015sRepository/NadekoBotV4.xml...Success - - -Downloading pureelectricity's Repository: https://github.com/ds-sebastian/unraid-templates -> /tmp/appFeed/templates/pureelectricitysRepository Attempt 1...https://github.com/ds-sebastian/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/pureelectricitysRepository/librechat/librechat.xml...Success - - -Downloading homelabbers' Repository: https://github.com/Homelabbers/unraid-templates -> /tmp/appFeed/templates/homelabbersRepository Attempt 1...https://github.com/Homelabbers/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/homelabbersRepository/templates/addarr.xml...Removed from CA -Processing /tmp/appFeed/templates/homelabbersRepository/templates/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/homelabbersRepository/templates/cosmos-server.xml...Success -Processing /tmp/appFeed/templates/homelabbersRepository/templates/gamevault-backend.xml...Success -Processing /tmp/appFeed/templates/homelabbersRepository/templates/gitea.xml...Success -Processing /tmp/appFeed/templates/homelabbersRepository/templates/gitea-runner.xml...Success -Processing /tmp/appFeed/templates/homelabbersRepository/templates/gitlab-runner.xml...Success -Processing /tmp/appFeed/templates/homelabbersRepository/templates/ipfspodcasting-node.xml...Success -Processing /tmp/appFeed/templates/homelabbersRepository/templates/littlelink.xml...Success -Processing /tmp/appFeed/templates/homelabbersRepository/templates/plex-shuffler.xml...Success -Processing /tmp/appFeed/templates/homelabbersRepository/templates/reiverr.xml...Success -Processing /tmp/appFeed/templates/homelabbersRepository/templates/replex.xml...Success -Processing /tmp/appFeed/templates/homelabbersRepository/templates/ryot.xml...Success -Processing /tmp/appFeed/templates/homelabbersRepository/templates/woodpeckerci-agent.xml...Success -Processing /tmp/appFeed/templates/homelabbersRepository/templates/woodpeckerci-server.xml...Success - - -Downloading Nodiaque's Repository: https://github.com/nodiaque/unraid_template -> /tmp/appFeed/templates/NodiaquesRepository Attempt 1...https://github.com/nodiaque/unraid_template/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/NodiaquesRepository/nodiaque/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/NodiaquesRepository/nodiaque/enshrouded.xml...Success -Processing /tmp/appFeed/templates/NodiaquesRepository/nodiaque/enshrouded_proton.xml...Success - - -Downloading emp83's Repository: https://github.com/EMP83/unraid-templates -> /tmp/appFeed/templates/emp83sRepository Attempt 1...https://github.com/EMP83/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/emp83sRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/emp83sRepository/Glances/Glances.xml...Success -Processing /tmp/appFeed/templates/emp83sRepository/hyperhdr/hyperhdr.xml...Success -Processing /tmp/appFeed/templates/emp83sRepository/Nginx-Proxy-Manager/Nginx-Proxy-Manager.xml...Removed from CA -Processing /tmp/appFeed/templates/emp83sRepository/Portainer-Agent/Portainer-Agent.xml...Success -Processing /tmp/appFeed/templates/emp83sRepository/PortainerCE/PortainerCE.xml...Success - - -Downloading MAK-CS' Repository: https://github.com/mak-cs/unraid -> /tmp/appFeed/templates/MAK-CSRepository Attempt 1...https://github.com/mak-cs/unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/MAK-CSRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/MAK-CSRepository/docker-templates/munkireport.xml...Success -Processing /tmp/appFeed/templates/MAK-CSRepository/docker-templates/resiliosync.xml...Success - - -Downloading ReZo552's Repository: https://github.com/rezo552/unraid-ltfs/ -> /tmp/appFeed/templates/ReZo552sRepository Attempt 1...https://github.com/rezo552/unraid-ltfs//archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/ReZo552sRepository/unraid-ltfs.xml... Downloading https://raw.githubusercontent.com/rezo552/unraid-ltfs/main/unraid-ltfs.plg attempt 1...Success - - - -****** DUPLICATED REPOSITORY IN REPOSITORIES.JSON SKIPPINGDownloading Jamxx's Repository: https://github.com/jcoker85/UnraidTemplates -> /tmp/appFeed/templates/JamxxsRepository Attempt 1...https://github.com/jcoker85/UnraidTemplates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JamxxsRepository/Jamxx/GoldeneyeSourceServer.xml...Success -Processing /tmp/appFeed/templates/JamxxsRepository/Jamxx/Sunkenland.xml...Success -Processing /tmp/appFeed/templates/JamxxsRepository/Jamxx/SwordsnMagicandStuff.xml...Success - - -Downloading Terebi's Repository: https://github.com/Terebi42/unraid-templates -> /tmp/appFeed/templates/TerebisRepository Attempt 1...https://github.com/Terebi42/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/TerebisRepository/asustor-pfd.xml... Downloading https://raw.githubusercontent.com/Terebi42/unraid-asustor-pfd/main/unraid-asustorpfd.plg attempt 1...Success - - -Downloading dcooper's Repository: https://github.com/freeskier93/unraid-templates -> /tmp/appFeed/templates/dcoopersRepository Attempt 1...https://github.com/freeskier93/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/dcoopersRepository/apcupsd2influx2.x.xml...Success - - -Downloading SasaKaranovic's Repository: https://github.com/SasaKaranovic/unraid-templates -> /tmp/appFeed/templates/SasaKaranovicsRepository Attempt 1...https://github.com/SasaKaranovic/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/SasaKaranovicsRepository/OpenFanTemplate.xml...Success - - -Downloading Florian Dambrine's Repository: https://github.com/Lowess/docker-templates-unraid -> /tmp/appFeed/templates/FlorianDambrinesRepository Attempt 1...https://github.com/Lowess/docker-templates-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/FlorianDambrinesRepository/Lowess/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/FlorianDambrinesRepository/Lowess/internet-archive.xml...Success -Processing /tmp/appFeed/templates/FlorianDambrinesRepository/Lowess/pomerium.xml...Success -Processing /tmp/appFeed/templates/FlorianDambrinesRepository/Lowess/pomerium-proxy.xml...Success -Processing /tmp/appFeed/templates/FlorianDambrinesRepository/Lowess/pomerium-route-sync.xml...Success -Processing /tmp/appFeed/templates/FlorianDambrinesRepository/Lowess/pomerium-verify.xml...Success - - -Downloading Joey Gennari's Repository: https://github.com/jgennari/UnraidApps -> /tmp/appFeed/templates/JoeyGennarisRepository Attempt 1...https://github.com/jgennari/UnraidApps/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/JoeyGennarisRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/JoeyGennarisRepository/goatcounter.xml...Success - - -Downloading AronM's Repository: https://github.com/AronMarinelli/unraid-templates -> /tmp/appFeed/templates/AronMsRepository Attempt 1...https://github.com/AronMarinelli/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/AronMsRepository/bitwarden-secure-sync/bitwarden-secure-sync.xml...Success - - -Downloading Kieran E's Repository: https://github.com/kieraneglin/unraid_ca -> /tmp/appFeed/templates/KieranEsRepository Attempt 1...https://github.com/kieraneglin/unraid_ca/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/KieranEsRepository/ca_profile.xml...FOUND PROFILE -Processing /tmp/appFeed/templates/KieranEsRepository/fertilizer.xml...Success -Processing /tmp/appFeed/templates/KieranEsRepository/pinchflat.xml...Success - - -Downloading tschoerk's Repository: https://github.com/tschoerk/unraid-templates -> /tmp/appFeed/templates/tschoerksRepository Attempt 1...https://github.com/tschoerk/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/tschoerksRepository/umlautadaptarr/umlautadaptarr.xml...Success - - -Downloading davidzwa's Repository: https://github.com/fdm-monster/fdm-monster-unraid -> /tmp/appFeed/templates/davidzwasRepository Attempt 1...https://github.com/fdm-monster/fdm-monster-unraid/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/davidzwasRepository/fdm-monster.xml...Success - - -Downloading NebN's Repository: https://github.com/NebN/unraid-apps -> /tmp/appFeed/templates/NebNsRepository Attempt 1...https://github.com/NebN/unraid-apps/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/NebNsRepository/unraid-simple-monitoring-api.xml...Success - - -Downloading bendy's Repository: https://github.com/gbendy/unraid-templates -> /tmp/appFeed/templates/bendysRepository Attempt 1...https://github.com/gbendy/unraid-templates/archive/master.tar.gz Success! -Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml...Success - - - - -Updating stats on containers - -Privileged: 104 - - -Updating GitHub - -[master 3dd6de5dc] Update - 5 files changed, 2163 insertions(+), 67 deletions(-) -To https://github.com/Squidly271/AppFeed.git - 88e7519f8..3dd6de5dc master -> master +Already Running diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index c6a422934..1f36cb49f 100644 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -1163,6 +1163,92 @@ "LastUpdate": 1723882190, "FirstSeen": 1724120187 }, + { + "Name": "wh-2fauth", + "Overview": "A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes.", + "Repository": "2fauth/2fauth:latest", + "Registry": "https://hub.docker.com/r/2fauth/2fauth", + "Project": "https://docs.2fauth.app/", + "WebUI": "http://[IP]:[PORT:8000]/", + "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/2fauth.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/2fauth.xml", + "Config": [ + { + "@attributes": { + "Name": "2FAuth web UI port", + "Target": "8000", + "Default": "8000", + "Mode": "tcp", + "Description": "The TCP port 2FAuth listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "8000" + }, + { + "@attributes": { + "Name": "2FAuth storage", + "Target": "/2fauth", + "Default": "/mnt/user/appdata/wh-2fauth", + "Mode": "rw", + "Description": "The location where 2FAuth 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/2fauth.xml", + "CategoryList": [ + "Security", + "Productivity", + "Tools-Utilities", + "Other" + ], + "downloads": 454768, + "stars": 16, + "trending": 9.991, + "trends": [ + 9.124, + 9.628, + 10.384, + 9.543, + 9.991 + ], + "trendsDate": [ + 1714572361, + 1717171590, + 1719770774, + 1722370014, + 1724969210 + ], + "downloadtrend": [ + 272512, + 299872, + 331821, + 370269, + 409331, + 454768 + ], + "LastUpdateScan": 1724969210, + "LastUpdate": 1716992942, + "FirstSeen": 1642964614, + "topTrending": 0.8669999999999991 + }, { "Name": "wh-actual", "Overview": "Actual is a local-first personal finance tool.", @@ -2476,7 +2562,7 @@ "Registry": "https://github.com/home-assistant/core/pkgs/container/home-assistant", "Project": "https://www.home-assistant.io/", "WebUI": "http://[IP]:[PORT:8123]/", - "ExtraParams": "--init --no-healthcheck", + "ExtraParams": "--no-healthcheck", "Network": "bridge", "Privileged": "false", "PrivilegedReq": "false", @@ -2504,7 +2590,7 @@ { "@attributes": { "Name": "Home Assistant storage", - "Target": "/cache", + "Target": "/config", "Default": "/mnt/user/appdata/wh-home-assistant", "Mode": "rw", "Description": "The location where Home Assistant stores its data.", @@ -3094,7 +3180,7 @@ "Registry": "https://github.com/linuxserver/docker-jellyfin/pkgs/container/jellyfin", "Project": "https://jellyfin.org/", "WebUI": "http://[IP]:[PORT:8096]/", - "ExtraParams": "--init --no-healthcheck", + "ExtraParams": "--no-healthcheck", "Network": "bridge", "Privileged": "false", "PrivilegedReq": "false", @@ -3567,7 +3653,7 @@ "Name": "wh-maybe", "Overview": "The OS for your personal finances.", "Beta": "true", - "Requires": "
Maybe requires:\r
- A PostgreSQL database.", + "Requires": "
Maybe requires:\r
- A PostgreSQL database.\r
- (Optional) A "synthfinance.com" account for automatic currency conversion.", "Repository": "ghcr.io/maybe-finance/maybe:latest", "Registry": "https://github.com/maybe-finance/maybe/pkgs/container/maybe", "Project": "https://maybe.co/", @@ -3640,9 +3726,9 @@ }, { "@attributes": { - "Name": "POSTGRES_DB", - "Target": "POSTGRES_DB", - "Default": "5432", + "Name": "DB_PORT", + "Target": "DB_PORT", + "Default": "", "Mode": "", "Description": "The PostgreSQL port for your Maybe instance.", "Type": "Variable", @@ -3650,7 +3736,21 @@ "Required": "true", "Mask": "false" }, - "value": "5432" + "value": "" + }, + { + "@attributes": { + "Name": "POSTGRES_DB", + "Target": "POSTGRES_DB", + "Default": "", + "Mode": "", + "Description": "The PostgreSQL database name for your Maybe instance.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" }, { "@attributes": { @@ -3680,20 +3780,6 @@ }, "value": "" }, - { - "@attributes": { - "Name": "DB_DATABASE_NAME", - "Target": "DB_DATABASE_NAME", - "Default": "", - "Mode": "", - "Description": "The PostgreSQL database name for your Maybe instance.", - "Type": "Variable", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "" - }, { "@attributes": { "Name": "APP_DOMAIN", @@ -3708,6 +3794,20 @@ }, "value": "" }, + { + "@attributes": { + "Name": "SYNTH_API_KEY", + "Target": "SYNTH_API_KEY", + "Default": "", + "Mode": "", + "Description": "This is used to convert between different currencies in the app.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "true" + }, + "value": "" + }, { "@attributes": { "Name": "SELF_HOSTING_ENABLED", @@ -3807,6 +3907,47 @@ "LastUpdate": 1724877650, "FirstSeen": 1724882843 }, + { + "Name": "wh-moodist", + "Overview": "Ambient sounds for focus and calm.", + "Repository": "ghcr.io/remvze/moodist:latest", + "Registry": "https://github.com/remvze/moodist/pkgs/container/moodist", + "Project": "https://moodist.app/", + "WebUI": "http://[IP]:[PORT:8080]/", + "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/moodist.png", + "TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/moodist.xml", + "Config": { + "@attributes": { + "Name": "Moodist web UI port", + "Target": "8080", + "Default": "8080", + "Mode": "tcp", + "Description": "The TCP port Moodist listens on.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "8080" + }, + "Repo": "whallin's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/moodist.xml", + "CategoryList": [ + "Tools-Utilities", + "Other", + "MediaApp-Music" + ], + "LastUpdateScan": 1724983598, + "FirstSeen": 1704200740 + }, { "Name": "wh-multi-scrobbler", "Overview": "Scrobble plays from multiple sources to multiple clients.", @@ -4399,7 +4540,7 @@ "stars": 4, "LastUpdateScan": 1725300411, "LastUpdate": 1725056274, - "FirstSeen": 1725300411 + "FirstSeen": 1725312482 }, { "Name": "wh-obsidian", @@ -101013,7 +101154,7 @@ ], "LastUpdateScan": 1723719853, "LastUpdate": 1660373095, - "FirstSeen": 1629777802 + "FirstSeen": 1549180872 }, { "Name": "OnlyOffice-Community-Server", @@ -153077,7 +153218,7 @@ "stars": 1, "LastUpdateScan": 1724782016, "LastUpdate": 1676151685, - "FirstSeen": 1722182783 + "FirstSeen": 1593893304 }, { "Name": "goaccess", @@ -154179,7 +154320,7 @@ ], "LastUpdateScan": 1723370783, "LastUpdate": 1720267428, - "FirstSeen": 1684065863, + "FirstSeen": 1573427255, "topTrending": -0.002, "topPerforming": 0.012 }, @@ -164734,7 +164875,7 @@ ], "LastUpdateScan": 1722967612, "LastUpdate": 1721154835, - "FirstSeen": 1647453806, + "FirstSeen": 1569485226, "topTrending": 0.2669999999999999, "topPerforming": 0.947 }, @@ -164946,7 +165087,7 @@ ], "LastUpdateScan": 1724026069, "LastUpdate": 1723924424, - "FirstSeen": 1647453806, + "FirstSeen": 1612213758, "topTrending": -0.027000000000000024, "topPerforming": 0.283 }, @@ -221555,7 +221696,7 @@ ], "LastUpdateScan": 1722967623, "LastUpdate": 1673104066, - "FirstSeen": 1680977057, + "FirstSeen": 1663920216, "topTrending": -0.04299999999999998, "topPerforming": 0.136 }, @@ -222735,186 +222876,6 @@ "topTrending": 0.2789999999999999, "topPerforming": 1.926 }, - { - "Name": "borgmatic", - "Repository": "ghcr.io/borgmatic-collective/borgmatic", - "Registry": "http://ghcr.io/borgmatic-collective/borgmatic", - "Network": "bridge", - "Shell": "sh", - "Privileged": "false", - "Support": "https://forums.unraid.net/topic/99218-support-borgmatic/", - "Project": "http://ghcr.io/borgmatic-collective/borgmatic", - "Overview": "borgmatic is simple, configuration-driven backup software for servers and workstations. Protect your files with client-side encryption. Backup your databases too. Monitor it all with integrated third-party services.", - "TemplateURL": "https://raw.githubusercontent.com/Sdub76/unraid_docker_templates/master/borgmatic.xml", - "Icon": "https://raw.githubusercontent.com/Sdub76/unraid_docker_templates/main/images/borgmatic.png", - "ExtraParams": "--cap-add SYS_ADMIN", - "Networking": { - "Mode": "bridge" - }, - "Config": [ - { - "@attributes": { - "Name": "User Shares (Read-only Backup Source)", - "Target": "/mnt/user", - "Default": "/mnt/user", - "Mode": "ro", - "Description": "Container Path: /mnt/user", - "Type": "Path", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "Flash Drive (Read-only Backup Source)", - "Target": "/boot", - "Default": "/boot", - "Mode": "ro", - "Description": "Container Path: /boot", - "Type": "Path", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "Borg Repo (Backup Destination)", - "Target": "/mnt/borg-repository", - "Default": "/mnt/disks/borg_backup/repo", - "Mode": "rw,slave", - "Description": "Container Path: /mnt/borg-repository", - "Type": "Path", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "Borg Cache", - "Target": "/root/.cache/borg", - "Default": "/mnt/disks/borg_backup/cache", - "Mode": "rw,slave", - "Description": "Container Path: /root/.cache/borg", - "Type": "Path", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "Borgmatic Config", - "Target": "/etc/borgmatic.d", - "Default": "/mnt/user/appdata/borgmatic/config", - "Mode": "rw", - "Description": "Container Path: /etc/borgmatic.d", - "Type": "Path", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "Borg Keys", - "Target": "/root/.config/borg", - "Default": "/mnt/user/appdata/borgmatic/borg_keys", - "Mode": "rw", - "Description": "Container Path: /root/.config/borg", - "Type": "Path", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "SSH Keys", - "Target": "/root/.ssh", - "Default": "/mnt/user/appdata/borgmatic/ssh_keys", - "Mode": "rw", - "Description": "Container Path: /root/.ssh", - "Type": "Path", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "TZ", - "Target": "TZ", - "Default": "America/New_York", - "Mode": "", - "Description": "Container Variable: TZ", - "Type": "Variable", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "/dev/fuse", - "Target": "", - "Default": "/dev/fuse", - "Mode": "", - "Description": "Container Device: ", - "Type": "Device", - "Display": "advanced", - "Required": "false", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "PUID", - "Target": "PUID", - "Default": "99", - "Mode": "", - "Description": "UID for permissions. Do not change unless you know what you're doing.", - "Type": "Variable", - "Display": "advanced-hide", - "Required": "true", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "PGID", - "Target": "PGID", - "Default": "100", - "Mode": "", - "Description": "GID for permissions. Do not change unless you know what you're doing.", - "Type": "Variable", - "Display": "advanced-hide", - "Required": "true", - "Mask": "false" - }, - "value": "" - } - ], - "Repo": "sdub's Repository", - "templatePath": "/tmp/GitHub/AppFeed/templates/sdubsRepository/borgmatic.xml", - "CategoryList": [ - "Backup" - ], - "LastUpdateScan": 1723719866, - "FirstSeen": 1676660881 - }, { "Name": "google-cloud-storage-backup", "Overview": "A simple way to backup important files to Google Cloud Storage.\n\n Notes:\n\n Specific number version are tested versions including the latest tag.\n\n If you want to use a config file instead of the variables, please check the readme of the project on Github.", @@ -233166,94 +233127,6 @@ "topTrending": 0.122, "topPerforming": 0.245 }, - { - "Name": "NocoDB", - "Repository": "nocodb/nocodb:latest", - "Registry": "https://hub.docker.com/r/nocodb/nocodb", - "Network": "bridge", - "Shell": "sh", - "Privileged": "false", - "Support": "https://github.com/hussainalhaddad/docker-templates", - "Project": "https://www.nocodb.com/", - "Overview": "NocoDB is an open source #NoCode platform that turns any database into a smart spreadsheet.\r\n\r\nThis template uses SQLite setup by default. If you need to coonect to external DB, follow this guide https://github.com/nocodb/nocodb/blob/master/README.md#production-setup", - "WebUI": "http://[IP]:[PORT:8080]", - "TemplateURL": "https://raw.githubusercontent.com/hussainalhaddad/docker-templates/master/nocodb/nocodb.xml", - "Icon": "https://github.com/hussainalhaddad/docker-templates/raw/master/nocodb/logo.png", - "Networking": { - "Mode": "bridge" - }, - "Config": [ - { - "@attributes": { - "Name": "WebUI", - "Target": "8080", - "Default": "", - "Mode": "tcp", - "Description": "Container Port: 8080", - "Type": "Port", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "8088" - }, - { - "@attributes": { - "Name": "Data", - "Target": "/usr/app/data/", - "Default": "", - "Mode": "rw", - "Description": "Container Path: /usr/app/data/", - "Type": "Path", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "/mnt/user/appdata/nocodb" - } - ], - "Repo": "hussainalhaddad's Repository", - "Official": true, - "templatePath": "/tmp/GitHub/AppFeed/templates/hussainalhaddadsRepository/nocodb/nocodb.xml", - "CategoryList": [ - "Productivity" - ], - "downloads": 11457073, - "stars": 62, - "trending": 1.975, - "trends": [ - 1.708, - 1.85, - 1.787, - 1.754, - 2.221, - 2.209, - 1.975 - ], - "trendsDate": [ - 1707608199, - 1710381976, - 1712981168, - 1715581086, - 1718179573, - 1720778793, - 1723377978 - ], - "downloadtrend": [ - 10170242, - 10361913, - 10550405, - 10738758, - 10982689, - 11230783, - 11457073 - ], - "LastUpdateScan": 1723377978, - "LastUpdate": 1723122723, - "FirstSeen": 1642424631, - "topTrending": 0.2670000000000001, - "topPerforming": 1.975 - }, { "Name": "OliveTin", "Repository": "jamesread/olivetin", @@ -252650,7 +252523,7 @@ ], "LastUpdateScan": 1723719869, "LastUpdate": 1723671865, - "FirstSeen": 1650924210, + "FirstSeen": 1629403424, "topTrending": -0.29300000000000015, "topPerforming": 5.816 }, @@ -318834,7 +318707,7 @@ "MediaApp-Photos" ], "LastUpdateScan": 1723805230, - "FirstSeen": 1674403271 + "FirstSeen": 1674320645 }, { "Name": "jenkins", @@ -351203,7 +351076,7 @@ "stars": 1, "LastUpdateScan": 1724652389, "LastUpdate": 1720721854, - "FirstSeen": 1711656375 + "FirstSeen": 1711408567 }, { "Name": "sonarrtorss",