From b04c334f1d7eea460cbf80fd49bb7217f43e79c3 Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Mon, 4 Sep 2023 14:21:23 -0400 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 121 +++++++++++++++++++++++++++++ applicationFeed.json | 127 ++++++++++++++++++++++++++++++- firstSeen.json | 3 +- log.txt | 2 + old-applicationFeed-raw.json | 99 ------------------------ pluginList.json | 3 + repoInfo.json | 11 +++ 8 files changed, 264 insertions(+), 104 deletions(-) diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index c6ed3c281..82e70b9fb 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1693838501 + "last_updated_timestamp": 1693851682 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index 6c1870ab8..c2704d76f 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -278493,6 +278493,105 @@ "LastUpdate": 1677752246, "FirstSeen": 1678561448 }, + { + "Name": "Nextcloud-multimedia", + "Repository": "terratrax/nextcloud-multimedia:latest", + "Registry": "https://hub.docker.com/repository/docker/terratrax/nextcloud-multimedia", + "Network": "ultimus-home", + "Shell": "bash", + "Privileged": "false", + "Support": "https://forums.unraid.net/topic/136213-support-terratrax-nextcloud-multimedia/", + "Project": "https://nextcloud.com/", + "Overview": "This is the latest Nextcloud-26-apache image with additional packages and plugins installed to support videos and facial recognition:\r\n - ffmpeg (install from apt repository)\r\n - pdlib (built from source)\r\n - bzip (built from source)\r\n\r\nINSTALLATION\r\n\r\nAt first install a MariaDB or PostgreSQL container. Changing their paths to /mnt/cache/appdata/... (instead of /mnt/user/appdata/...) will enormously boost Nextcloud's loading times!\r\n\r\nAfter that use the database's IP:Port and credentials to install Nextcloud.\r\n\r\nOptionally installing the Swag or Nginx Proxy Manager container allows you to access Nextcloud from outside of your home through HTTPS (do not forget forwarding the Ports 80 and 443 in your router). Note: The proxy itself needs to communicate through HTTP (not HTTPS) with Nextcloud.\r\n\r\nINSTALL AND CONFIGURE NEXTCLOUD MEMORIES\r\nInstall Memories from within the Nextcloud application and provide it the base folder for your media when it asks. Launch a console into the container and run the following commands individually:\r\nphp occ memories:video-setup (follow the prompts)\r\nphp occ memories:index\r\n\r\nINSTALL AND CONFIGURE FACIAL RECOGNITION\r\nInstall the 'face recognition' app from within the Nextcloud application.\r\nLaunch a terminal for the container and run the following command to initialize it (customize to suit):\r\nphp occ face:setup --memory 1024M --model 1\r\n\r\nFrom within the application, visit settings the face recognition settings and select a temporary file size.\r\n\r\nTo kick off scanning for faces:\r\nphp occ face:background_job\r\n\r\nUPDATES\r\n\r\nNextcloud often needs manual interaction to fix database indexes. In those cases execute the following through the Unraid Terminal to fix them:\r\ndocker exec --user 99 Nextcloud php occ db:add-missing-indices\r\n\r\nSometimes this command is needed:\r\ndocker exec --user 99 Nextcloud php occ db:convert-filecache-bigint --no-interaction", + "WebUI": "http://[IP]:[PORT:80]", + "TemplateURL": "https://raw.githubusercontent.com/terratrax/unraid-templates/master/unraid-nextcloud-multimedia.xml", + "Icon": "https://s3.ultimus.cloud/ultimus-static/terratrax/nextcloud_mm.png", + "ExtraParams": "--user 99:100", + "Config": [ + { + "@attributes": { + "Name": "HTML/PHP Files", + "Target": "/var/www/html", + "Default": "", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/nextcloud/html" + }, + { + "@attributes": { + "Name": "Apps", + "Target": "/var/www/html/custom_apps", + "Default": "", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/nextcloud/apps" + }, + { + "@attributes": { + "Name": "Config Files", + "Target": "/var/www/html/config", + "Default": "", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/nextcloud/config" + }, + { + "@attributes": { + "Name": "webui", + "Target": "80", + "Default": "", + "Mode": "tcp", + "Description": "", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "7888" + }, + { + "@attributes": { + "Name": "PHP_MEMORY_LIMIT", + "Target": "PHP_MEMORY_LIMIT", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "2048M" + } + ], + "Repo": "terratrax's Repository", + "CAComment": "This template is set up to use a custom network. You may have to adjust the network or IP address etc to match your system", + "templatePath": "/tmp/GitHub/AppFeed/templates/terratraxsRepository/unraid-nextcloud-multimedia.xml", + "CategoryList": [ + "Cloud", + "MediaServer-Video", + "MediaServer-Photos" + ], + "downloads": 2373, + "LastUpdateScan": 1691553923, + "LastUpdate": 1683460698, + "FirstSeen": 1678554244 + }, { "Name": "teslacam-browser", "Repository": "theshulk/teslacam-browser", @@ -288053,6 +288152,28 @@ ], "FirstSeen": 1693746915 }, + { + "Plugin": true, + "PluginURL": "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg", + "PluginAuthor": "desertwitch", + "Name": "Network UPS Tools (NUT) for UNRAID", + "Support": "https://forums.unraid.net/topic/60217-plugin-nut-v2-network-ups-tools/", + "Icon": "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut.png", + "Repo": "Rysz's Repository", + "TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/nut.xml", + "Repository": "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg", + "ChangeLogPresent": true, + "pluginVersion": "2023.09.04c", + "Overview": "A refactored, modernized version of the original NUT plugin with a focus on frequent updates.", + "templatePath": "/tmp/GitHub/AppFeed/templates/RyszsRepository/nut.xml", + "CategoryList": [ + "Tools-System", + "Drivers", + "Plugins" + ], + "LastUpdateScan": 1693851679, + "FirstSeen": 1693851679 + }, { "TemplatePath": "/tmp/appFeed/templates/almusRepository/docker-apache-php.xml", "errors": [ diff --git a/applicationFeed.json b/applicationFeed.json index 3b07a09e6..217b50a87 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { - "apps": 2090, - "last_updated_timestamp": 1693838501, - "last_updated": "2023-09-04 10:41", + "apps": 2092, + "last_updated_timestamp": 1693851682, + "last_updated": "2023-09-04 14:21", "categories": [ { "Cat": "Backup:", @@ -278655,6 +278655,105 @@ "LastUpdate": 1677752246, "FirstSeen": 1678561448 }, + { + "Name": "Nextcloud-multimedia", + "Repository": "terratrax/nextcloud-multimedia:latest", + "Registry": "https://hub.docker.com/repository/docker/terratrax/nextcloud-multimedia", + "Network": "ultimus-home", + "Shell": "bash", + "Privileged": "false", + "Support": "https://forums.unraid.net/topic/136213-support-terratrax-nextcloud-multimedia/", + "Project": "https://nextcloud.com/", + "Overview": "This is the latest Nextcloud-26-apache image with additional packages and plugins installed to support videos and facial recognition:\r\n - ffmpeg (install from apt repository)\r\n - pdlib (built from source)\r\n - bzip (built from source)\r\n\r\nINSTALLATION\r\n\r\nAt first install a MariaDB or PostgreSQL container. Changing their paths to /mnt/cache/appdata/... (instead of /mnt/user/appdata/...) will enormously boost Nextcloud's loading times!\r\n\r\nAfter that use the database's IP:Port and credentials to install Nextcloud.\r\n\r\nOptionally installing the Swag or Nginx Proxy Manager container allows you to access Nextcloud from outside of your home through HTTPS (do not forget forwarding the Ports 80 and 443 in your router). Note: The proxy itself needs to communicate through HTTP (not HTTPS) with Nextcloud.\r\n\r\nINSTALL AND CONFIGURE NEXTCLOUD MEMORIES\r\nInstall Memories from within the Nextcloud application and provide it the base folder for your media when it asks. Launch a console into the container and run the following commands individually:\r\nphp occ memories:video-setup (follow the prompts)\r\nphp occ memories:index\r\n\r\nINSTALL AND CONFIGURE FACIAL RECOGNITION\r\nInstall the 'face recognition' app from within the Nextcloud application.\r\nLaunch a terminal for the container and run the following command to initialize it (customize to suit):\r\nphp occ face:setup --memory 1024M --model 1\r\n\r\nFrom within the application, visit settings the face recognition settings and select a temporary file size.\r\n\r\nTo kick off scanning for faces:\r\nphp occ face:background_job\r\n\r\nUPDATES\r\n\r\nNextcloud often needs manual interaction to fix database indexes. In those cases execute the following through the Unraid Terminal to fix them:\r\ndocker exec --user 99 Nextcloud php occ db:add-missing-indices\r\n\r\nSometimes this command is needed:\r\ndocker exec --user 99 Nextcloud php occ db:convert-filecache-bigint --no-interaction", + "WebUI": "http://[IP]:[PORT:80]", + "TemplateURL": "https://raw.githubusercontent.com/terratrax/unraid-templates/master/unraid-nextcloud-multimedia.xml", + "Icon": "https://s3.ultimus.cloud/ultimus-static/terratrax/nextcloud_mm.png", + "ExtraParams": "--user 99:100", + "Config": [ + { + "@attributes": { + "Name": "HTML/PHP Files", + "Target": "/var/www/html", + "Default": "", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/nextcloud/html" + }, + { + "@attributes": { + "Name": "Apps", + "Target": "/var/www/html/custom_apps", + "Default": "", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/nextcloud/apps" + }, + { + "@attributes": { + "Name": "Config Files", + "Target": "/var/www/html/config", + "Default": "", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/nextcloud/config" + }, + { + "@attributes": { + "Name": "webui", + "Target": "80", + "Default": "", + "Mode": "tcp", + "Description": "", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "7888" + }, + { + "@attributes": { + "Name": "PHP_MEMORY_LIMIT", + "Target": "PHP_MEMORY_LIMIT", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "2048M" + } + ], + "Repo": "terratrax's Repository", + "CAComment": "This template is set up to use a custom network. You may have to adjust the network or IP address etc to match your system", + "templatePath": "/tmp/GitHub/AppFeed/templates/terratraxsRepository/unraid-nextcloud-multimedia.xml", + "CategoryList": [ + "Cloud", + "MediaServer-Video", + "MediaServer-Photos" + ], + "downloads": 2373, + "LastUpdateScan": 1691553923, + "LastUpdate": 1683460698, + "FirstSeen": 1678554244 + }, { "Name": "teslacam-browser", "Repository": "theshulk/teslacam-browser", @@ -288215,6 +288314,28 @@ ], "FirstSeen": 1693746915 }, + { + "Plugin": true, + "PluginURL": "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg", + "PluginAuthor": "desertwitch", + "Name": "Network UPS Tools (NUT) for UNRAID", + "Support": "https://forums.unraid.net/topic/60217-plugin-nut-v2-network-ups-tools/", + "Icon": "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut.png", + "Repo": "Rysz's Repository", + "TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/nut.xml", + "Repository": "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg", + "ChangeLogPresent": true, + "pluginVersion": "2023.09.04c", + "Overview": "A refactored, modernized version of the original NUT plugin with a focus on frequent updates.", + "templatePath": "/tmp/GitHub/AppFeed/templates/RyszsRepository/nut.xml", + "CategoryList": [ + "Tools-System", + "Drivers", + "Plugins" + ], + "LastUpdateScan": 1693851679, + "FirstSeen": 1693851679 + }, { "TemplatePath": "/tmp/appFeed/templates/almusRepository/docker-apache-php.xml", "errors": [ diff --git a/firstSeen.json b/firstSeen.json index 30462a09a..221256be1 100755 --- a/firstSeen.json +++ b/firstSeen.json @@ -2923,5 +2923,6 @@ "cloudnas/clouddrive2": 1693706696, "cookiecodedev/rika2mqtt": 1693746915, "https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg": 1693746915, - "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-2.8.0.plg": 1693822307 + "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-2.8.0.plg": 1693822307, + "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg": 1693851679 } \ No newline at end of file diff --git a/log.txt b/log.txt index 9224d0024..9153b405d 100644 --- a/log.txt +++ b/log.txt @@ -3426,6 +3426,7 @@ Processing /tmp/appFeed/templates/jsrksRepository/premiumizearr/premiumizearr.xm 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! @@ -3682,6 +3683,7 @@ Processing /tmp/appFeed/templates/sbeexsRepository/rika2mqtt/rika2mqtt.xml...Suc 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/nafp.xml... Downloading attempt 1...Success +Processing /tmp/appFeed/templates/RyszsRepository/nut.xml... Downloading attempt 1...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! diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index 9bedad596..6c1870ab8 100644 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -278493,105 +278493,6 @@ "LastUpdate": 1677752246, "FirstSeen": 1678561448 }, - { - "Name": "Nextcloud-multimedia", - "Repository": "terratrax/nextcloud-multimedia:latest", - "Registry": "https://hub.docker.com/repository/docker/terratrax/nextcloud-multimedia", - "Network": "ultimus-home", - "Shell": "bash", - "Privileged": "false", - "Support": "https://forums.unraid.net/topic/136213-support-terratrax-nextcloud-multimedia/", - "Project": "https://nextcloud.com/", - "Overview": "This is the latest Nextcloud-26-apache image with additional packages and plugins installed to support videos and facial recognition:\r\n - ffmpeg (install from apt repository)\r\n - pdlib (built from source)\r\n - bzip (built from source)\r\n\r\nINSTALLATION\r\n\r\nAt first install a MariaDB or PostgreSQL container. Changing their paths to /mnt/cache/appdata/... (instead of /mnt/user/appdata/...) will enormously boost Nextcloud's loading times!\r\n\r\nAfter that use the database's IP:Port and credentials to install Nextcloud.\r\n\r\nOptionally installing the Swag or Nginx Proxy Manager container allows you to access Nextcloud from outside of your home through HTTPS (do not forget forwarding the Ports 80 and 443 in your router). Note: The proxy itself needs to communicate through HTTP (not HTTPS) with Nextcloud.\r\n\r\nINSTALL AND CONFIGURE NEXTCLOUD MEMORIES\r\nInstall Memories from within the Nextcloud application and provide it the base folder for your media when it asks. Launch a console into the container and run the following commands individually:\r\nphp occ memories:video-setup (follow the prompts)\r\nphp occ memories:index\r\n\r\nINSTALL AND CONFIGURE FACIAL RECOGNITION\r\nInstall the 'face recognition' app from within the Nextcloud application.\r\nLaunch a terminal for the container and run the following command to initialize it (customize to suit):\r\nphp occ face:setup --memory 1024M --model 1\r\n\r\nFrom within the application, visit settings the face recognition settings and select a temporary file size.\r\n\r\nTo kick off scanning for faces:\r\nphp occ face:background_job\r\n\r\nUPDATES\r\n\r\nNextcloud often needs manual interaction to fix database indexes. In those cases execute the following through the Unraid Terminal to fix them:\r\ndocker exec --user 99 Nextcloud php occ db:add-missing-indices\r\n\r\nSometimes this command is needed:\r\ndocker exec --user 99 Nextcloud php occ db:convert-filecache-bigint --no-interaction", - "WebUI": "http://[IP]:[PORT:80]", - "TemplateURL": "https://raw.githubusercontent.com/terratrax/unraid-templates/master/unraid-nextcloud-multimedia.xml", - "Icon": "https://s3.ultimus.cloud/ultimus-static/terratrax/nextcloud_mm.png", - "ExtraParams": "--user 99:100", - "Config": [ - { - "@attributes": { - "Name": "HTML/PHP Files", - "Target": "/var/www/html", - "Default": "", - "Mode": "rw", - "Description": "", - "Type": "Path", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "/mnt/user/appdata/nextcloud/html" - }, - { - "@attributes": { - "Name": "Apps", - "Target": "/var/www/html/custom_apps", - "Default": "", - "Mode": "rw", - "Description": "", - "Type": "Path", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "/mnt/user/appdata/nextcloud/apps" - }, - { - "@attributes": { - "Name": "Config Files", - "Target": "/var/www/html/config", - "Default": "", - "Mode": "rw", - "Description": "", - "Type": "Path", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "/mnt/user/appdata/nextcloud/config" - }, - { - "@attributes": { - "Name": "webui", - "Target": "80", - "Default": "", - "Mode": "tcp", - "Description": "", - "Type": "Port", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "7888" - }, - { - "@attributes": { - "Name": "PHP_MEMORY_LIMIT", - "Target": "PHP_MEMORY_LIMIT", - "Default": "", - "Mode": "", - "Description": "", - "Type": "Variable", - "Display": "always", - "Required": "false", - "Mask": "false" - }, - "value": "2048M" - } - ], - "Repo": "terratrax's Repository", - "CAComment": "This template is set up to use a custom network. You may have to adjust the network or IP address etc to match your system", - "templatePath": "/tmp/GitHub/AppFeed/templates/terratraxsRepository/unraid-nextcloud-multimedia.xml", - "CategoryList": [ - "Cloud", - "MediaServer-Video", - "MediaServer-Photos" - ], - "downloads": 2373, - "LastUpdateScan": 1691553923, - "LastUpdate": 1683460698, - "FirstSeen": 1678554244 - }, { "Name": "teslacam-browser", "Repository": "theshulk/teslacam-browser", diff --git a/pluginList.json b/pluginList.json index 0c75a8982..56c69403a 100755 --- a/pluginList.json +++ b/pluginList.json @@ -634,5 +634,8 @@ "https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg": { "version": "2023.09.02", "min": "6.10.0" + }, + "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg": { + "version": "2023.09.04c" } } \ No newline at end of file diff --git a/repoInfo.json b/repoInfo.json index 48e629a27..2cd0280ed 100755 --- a/repoInfo.json +++ b/repoInfo.json @@ -78209,5 +78209,16 @@ "downloadtrend": null, "trendsDate": null, "LastUpdate": null + }, + "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg": { + "Base": null, + "Downloads": null, + "Stars": null, + "Time": 1693851679, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null, + "LastUpdate": null } } \ No newline at end of file