diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 93c2124ec..04402e950 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1709415379 + "last_updated_timestamp": 1709420831 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index 644e81f8e..fe4878561 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -227645,6 +227645,163 @@ "LastUpdate": 1698846583, "FirstSeen": 1627459404 }, + { + "Name": "Funkwhale-all-in-one", + "Repository": "funkwhale/all-in-one:latest", + "Registry": "https://hub.docker.com/r/funkwhale/all-in-one/", + "Network": "bridge", + "Shell": "sh", + "Privileged": "false", + "Support": "https://forums.unraid.net/topic/111742-support-funkwhale-all-in-one/", + "Project": "https://funkwhale.audio/", + "Overview": "Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralised, open network.\r\n\r\nThis is an alternative Docker image you can use to deploy Funkwhale, that does not follow the \"one process per container\" philosophy. This one contains Postgres, Redis, Nginx and all the needed files and configuration to start a dockerized Funkwhale instance in a single container.\n\nTo create admin account, run command \"sudo docker exec -it Funkwhale-all-in-one manage createsuperuser\"", + "WebUI": "http://[IP]:[PORT:80]/", + "TemplateURL": "https://raw.githubusercontent.com/ptchernegovski/Unraid-Templates/master/Funkwhale%20AIO/Funkwhale%20AIO.xml", + "Icon": "https://raw.githubusercontent.com/thetarkus/docker-templates/master/images/funkwhale-logo-500.png", + "Networking": { + "Mode": "bridge" + }, + "Config": [ + { + "@attributes": { + "Name": "Music Path", + "Target": "/music", + "Default": "", + "Mode": "ro", + "Description": "Container Path: /music", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Funkwhale Hostname", + "Target": "FUNKWHALE_HOSTNAME", + "Default": "", + "Mode": "", + "Description": "Container Variable: FUNKWHALE_HOSTNAME", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Nested Proxy", + "Target": "NESTED_PROXY", + "Default": "0", + "Mode": "", + "Description": "Container Variable: NESTED_PROXY | Set to '1' when container is behind a reverse proxy.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "0" + }, + { + "@attributes": { + "Name": "HTTP", + "Target": "80", + "Default": "", + "Mode": "tcp", + "Description": "Container port 80", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "3030" + }, + { + "@attributes": { + "Name": "PUID", + "Target": "PUID", + "Default": "", + "Mode": "", + "Description": "Container Variable: PUID", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "99" + }, + { + "@attributes": { + "Name": "PGID", + "Target": "PGID", + "Default": "", + "Mode": "", + "Description": "Container Variable: PGID", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "100" + }, + { + "@attributes": { + "Name": "Data Path", + "Target": "/data", + "Default": "", + "Mode": "rw", + "Description": "Container Path: /data", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/funkwhale" + } + ], + "Repo": "ptchernegovski's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/ptchernegovskisRepository/Funkwhale AIO/Funkwhale AIO.xml", + "CategoryList": [ + "MediaServer-Music" + ], + "downloads": 3043800, + "stars": 20, + "LastUpdate": 1680769365, + "trending": 0.095, + "trends": [ + 0.018, + 0.034, + 0.056, + 0.038, + 0.045, + 0.054, + 0.095 + ], + "trendsDate": [ + 1692101093, + 1694700326, + 1697299552, + 1699895159, + 1702494371, + 1705093556, + 1709420831 + ], + "downloadtrend": [ + 3034011, + 3035046, + 3036759, + 3037912, + 3039271, + 3040922, + 3043800 + ], + "LastUpdateScan": 1709420831, + "FirstSeen": 1627140526, + "topTrending": 0.077, + "topPerforming": 0.095 + }, { "Name": "printbed", "Repository": "prosthetichead/printbed", diff --git a/applicationFeed.json b/applicationFeed.json index d70b4470d..1621c8218 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { - "apps": 2177, - "last_updated_timestamp": 1709415379, - "last_updated": "2024-03-02 16:36", + "apps": 2178, + "last_updated_timestamp": 1709420831, + "last_updated": "2024-03-02 18:07", "categories": [ { "Cat": "AI:", @@ -227811,6 +227811,163 @@ "LastUpdate": 1698846583, "FirstSeen": 1627459404 }, + { + "Name": "Funkwhale-all-in-one", + "Repository": "funkwhale/all-in-one:latest", + "Registry": "https://hub.docker.com/r/funkwhale/all-in-one/", + "Network": "bridge", + "Shell": "sh", + "Privileged": "false", + "Support": "https://forums.unraid.net/topic/111742-support-funkwhale-all-in-one/", + "Project": "https://funkwhale.audio/", + "Overview": "Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralised, open network.\r\n\r\nThis is an alternative Docker image you can use to deploy Funkwhale, that does not follow the \"one process per container\" philosophy. This one contains Postgres, Redis, Nginx and all the needed files and configuration to start a dockerized Funkwhale instance in a single container.\n\nTo create admin account, run command \"sudo docker exec -it Funkwhale-all-in-one manage createsuperuser\"", + "WebUI": "http://[IP]:[PORT:80]/", + "TemplateURL": "https://raw.githubusercontent.com/ptchernegovski/Unraid-Templates/master/Funkwhale%20AIO/Funkwhale%20AIO.xml", + "Icon": "https://raw.githubusercontent.com/thetarkus/docker-templates/master/images/funkwhale-logo-500.png", + "Networking": { + "Mode": "bridge" + }, + "Config": [ + { + "@attributes": { + "Name": "Music Path", + "Target": "/music", + "Default": "", + "Mode": "ro", + "Description": "Container Path: /music", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Funkwhale Hostname", + "Target": "FUNKWHALE_HOSTNAME", + "Default": "", + "Mode": "", + "Description": "Container Variable: FUNKWHALE_HOSTNAME", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Nested Proxy", + "Target": "NESTED_PROXY", + "Default": "0", + "Mode": "", + "Description": "Container Variable: NESTED_PROXY | Set to '1' when container is behind a reverse proxy.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "0" + }, + { + "@attributes": { + "Name": "HTTP", + "Target": "80", + "Default": "", + "Mode": "tcp", + "Description": "Container port 80", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "3030" + }, + { + "@attributes": { + "Name": "PUID", + "Target": "PUID", + "Default": "", + "Mode": "", + "Description": "Container Variable: PUID", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "99" + }, + { + "@attributes": { + "Name": "PGID", + "Target": "PGID", + "Default": "", + "Mode": "", + "Description": "Container Variable: PGID", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "100" + }, + { + "@attributes": { + "Name": "Data Path", + "Target": "/data", + "Default": "", + "Mode": "rw", + "Description": "Container Path: /data", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/funkwhale" + } + ], + "Repo": "ptchernegovski's Repository", + "templatePath": "/tmp/GitHub/AppFeed/templates/ptchernegovskisRepository/Funkwhale AIO/Funkwhale AIO.xml", + "CategoryList": [ + "MediaServer-Music" + ], + "downloads": 3043800, + "stars": 20, + "LastUpdate": 1680769365, + "trending": 0.095, + "trends": [ + 0.018, + 0.034, + 0.056, + 0.038, + 0.045, + 0.054, + 0.095 + ], + "trendsDate": [ + 1692101093, + 1694700326, + 1697299552, + 1699895159, + 1702494371, + 1705093556, + 1709420831 + ], + "downloadtrend": [ + 3034011, + 3035046, + 3036759, + 3037912, + 3039271, + 3040922, + 3043800 + ], + "LastUpdateScan": 1709420831, + "FirstSeen": 1627140526, + "topTrending": 0.077, + "topPerforming": 0.095 + }, { "Name": "printbed", "Repository": "prosthetichead/printbed", diff --git a/log.txt b/log.txt index 87d978e27..5708240dc 100644 --- a/log.txt +++ b/log.txt @@ -2349,7 +2349,7 @@ Processing /tmp/appFeed/templates/DiamondPrecisionComputingsRepository/templates 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...Removed from CA +Processing /tmp/appFeed/templates/ptchernegovskisRepository/Funkwhale AIO/Funkwhale AIO.xml...Success Processing /tmp/appFeed/templates/ptchernegovskisRepository/printbed/printbed.xml...Success @@ -2882,4 +2882,1118 @@ Processing /tmp/appFeed/templates/gucky79sRepository/ca_profile.xml...FOUND PROF 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 \ No newline at end of file +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/fivefilters-full-text-rss.xml...Success +Processing /tmp/appFeed/templates/JPDVM2014sRepository/kapowarr.xml...Success +Processing /tmp/appFeed/templates/JPDVM2014sRepository/radicale.xml...Success +Processing /tmp/appFeed/templates/JPDVM2014sRepository/reiverr.xml...Success +Processing /tmp/appFeed/templates/JPDVM2014sRepository/umami.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 Unraid.es' Repository: https://github.com/UnRAIDES/templates-UnRAID -> /tmp/appFeed/templates/Unraid.esRepository Attempt 1...https://github.com/UnRAIDES/templates-UnRAID/archive/master.tar.gz Success! +Processing /tmp/appFeed/templates/Unraid.esRepository/ca_profile.xml...FOUND PROFILE +Processing /tmp/appFeed/templates/Unraid.esRepository/templates/FacturaScripts.xml...Success +Processing /tmp/appFeed/templates/Unraid.esRepository/templates/FileBrowser.xml...Success + + +Downloading Unraid.es' Plugin Repository: https://github.com/UnRAIDES/plugin-UnRAID -> /tmp/appFeed/templates/Unraid.esPluginRepository Attempt 1...https://github.com/UnRAIDES/plugin-UnRAID/archive/master.tar.gz Success! +Processing /tmp/appFeed/templates/Unraid.esPluginRepository/ca_profile.xml...FOUND PROFILE +Processing /tmp/appFeed/templates/Unraid.esPluginRepository/nerdtools.xml... Downloading attempt 1...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...Success + + +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/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 LTM's Repository: https://github.com/LilTrublMakr/ltm-unraid-templates -> /tmp/appFeed/templates/LTMsRepository Attempt 1...https://github.com/LilTrublMakr/ltm-unraid-templates/archive/master.tar.gz Success! +Processing /tmp/appFeed/templates/LTMsRepository/ca_profile.xml...FOUND PROFILE +Processing /tmp/appFeed/templates/LTMsRepository/templates/cross-seed.xml...Success +Processing /tmp/appFeed/templates/LTMsRepository/templates/homepage.xml...Removed from CA +Processing /tmp/appFeed/templates/LTMsRepository/templates/odoo.xml...Success +Processing /tmp/appFeed/templates/LTMsRepository/templates/unimus.xml...Success +Processing /tmp/appFeed/templates/LTMsRepository/templates/webhook.xml...Success +Processing /tmp/appFeed/templates/LTMsRepository/templates/webhookd.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/van_dam/van_dam.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...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 + + +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/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/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/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/speedtest-tracker.xml...Success +Processing /tmp/appFeed/templates/ZappyZapsRepository/tasks-md.xml...Success +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/Leon-AI/leon-ai.xml...Success +Processing /tmp/appFeed/templates/FigrosRepository/Ory-Kratos/ory-kratos.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/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/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/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 attempt 1...Success +Processing /tmp/appFeed/templates/KluthRsRepository/appdata.backup.beta.xml... Downloading attempt 1...Success +Processing /tmp/appFeed/templates/KluthRsRepository/appdatabackup_v2.xml... Downloading 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/meisnate12/Plex-Meta-Manager-Unraid-Templates -> /tmp/appFeed/templates/SohjirosRepository Attempt 1...https://github.com/meisnate12/Plex-Meta-Manager-Unraid-Templates/archive/master.tar.gz Success! +Processing /tmp/appFeed/templates/SohjirosRepository/ca_profile.xml...FOUND PROFILE +Processing /tmp/appFeed/templates/SohjirosRepository/Plex-Meta-Manager.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/ca_profile.xml...FOUND PROFILE +Processing /tmp/appFeed/templates/grtgblnsRepository/templates/ntfy.xml...Removed from CA +Processing /tmp/appFeed/templates/grtgblnsRepository/templates/plex_prerolls.xml...Success +Processing /tmp/appFeed/templates/grtgblnsRepository/templates/tauticord.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/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/signal-cli/signal-cli.xml...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/joal/joal_template.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/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 + + +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 attempt 1...Success +Processing /tmp/appFeed/templates/EDACertonsRepository/tailscale-preview.xml... Downloading 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 attempt 1...Success +Processing /tmp/appFeed/templates/giganodesRepository/i915-sriov.xml... Downloading 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 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/bliss.xml...Success +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 attempt 1...Success +Processing /tmp/appFeed/templates/jinlifesRepository/jinlife/unraid-r8152.xml... Downloading attempt 1...Success +Processing /tmp/appFeed/templates/jinlifesRepository/jinlife/unraid-r8168.xml... Downloading 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 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 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/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/mergerfsp.xml... Downloading attempt 1...Success +Processing /tmp/appFeed/templates/RyszsRepository/nafp.xml... Downloading attempt 1...Success +Processing /tmp/appFeed/templates/RyszsRepository/nut.xml... Downloading attempt 1...Success +Processing /tmp/appFeed/templates/RyszsRepository/ulldpd.xml... Downloading 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 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/ca_profile.xml...FOUND PROFILE +Processing /tmp/appFeed/templates/AlexRedsRepository/templates/dbgate.xml...Success +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 + + +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 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-backend.xml...Success +Processing /tmp/appFeed/templates/phalcodesRepository/templates/gamevault-backend-SQLITE.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 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...Success +Processing /tmp/appFeed/templates/joly0sRepository/templates/npmplus.xml...Success +Processing /tmp/appFeed/templates/joly0sRepository/templates/ollama.xml...Success +Processing /tmp/appFeed/templates/joly0sRepository/templates/ollama-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/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 attempt 1...Success +Processing /tmp/appFeed/templates/DonimaxsRepository/donimax/checkmk21.xml... Downloading attempt 1...Success +Processing /tmp/appFeed/templates/DonimaxsRepository/donimax/checkmk22.xml... Downloading 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/pattrmm/pattrmm.xml...Failed +Failed loading XML + + +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 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 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 + + +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/UNRA1DUser/ca_profile.xml...FOUND PROFILE +Processing /tmp/appFeed/templates/UNRA1DUsersRepository/UNRA1DUser/MySQL-Official.xml...Success + + +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/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...Success +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/docker-templates/munkireport.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 attempt 1...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 + + +Downloading 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 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 + + + + +Updating stats on containers + +funkwhale/all-in-one +funkwhale/all-in-one:latest Downloads: 3043800 Stars: 20 Base: unknown +Privileged: 102 + + +Updating GitHub + diff --git a/repoInfo.json b/repoInfo.json index 965f7c6b5..929e3c26c 100755 --- a/repoInfo.json +++ b/repoInfo.json @@ -48363,36 +48363,36 @@ }, "funkwhale/all-in-one:latest": { "Base": null, - "Downloads": 3040922, + "Downloads": 3043800, "Stars": 20, - "Time": 1705093556, - "trending": 0.054, + "Time": 1709420831, + "trending": 0.095, "trends": [ - 0.014, 0.018, 0.034, 0.056, 0.038, 0.045, - 0.054 + 0.054, + 0.095 ], "downloadtrend": [ - 3033457, 3034011, 3035046, 3036759, 3037912, 3039271, - 3040922 + 3040922, + 3043800 ], "trendsDate": [ - 1689501877, 1692101093, 1694700326, 1697299552, 1699895159, 1702494371, - 1705093556 + 1705093556, + 1709420831 ], "LastUpdate": 1680769365 }, diff --git a/statistics.json b/statistics.json index 47609dc5a..62c4b31a6 100755 --- a/statistics.json +++ b/statistics.json @@ -1,5 +1,5 @@ { - "caFixed": 453, + "caFixed": 452, "fixedTemplates": { "pducharme's Repository": { "pducharme/unifi": [ @@ -1070,9 +1070,6 @@ ] }, "ptchernegovski's Repository": { - "funkwhale/all-in-one:latest": [ - "Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config. Template removed from CA." - ], "prosthetichead/printbed": [ "No Icon specified within the application template" ]