This commit is contained in:
Andrew Z 2024-06-21 10:06:31 -04:00
parent 4a0c7135d7
commit f81ffe07db
2 changed files with 5 additions and 1 deletions

View File

@ -4186,5 +4186,9 @@ Updating stats on containers
Privileged: 104
No change to feed
Updating GitHub

View File

@ -278839,7 +278839,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/127078-support-kilrahnextcloud-ffmpeg/",
"Project": "https://nextcloud.com/",
"Overview": "Official Nextcloud image, but with ffmpeg added to the container to allow for building video thumbnails and using video conversion apps.\r\r\nThe image is built from the official nextcloud:latest tag. ffmpeg takes an extra 450MB in the container image, should you not need it you can safely replace the \"Repository\" entry with \"nextcloud:latest\", both images are directly compatible regarding all of appdata/storage/database/mounts/ports.\r\r\nTo enable previews for movies you will need to edit your appdata/config/config.php file and enable the appropriate providers, refer to Nextcloud's configuration doc below or the config.sample.php in the same folder which is well documented:\r\nhttps://docs.nextcloud.com/server/22/admin_manual/configuration_server/config_sample_php_parameters.html#previews.\r\r\nIf you have large images you might need to increase preview_max_memory, in which case you would also want to increase the global PHP memory limit. To do so you can add \"-e PHP_MEMORY_LIMIT=XX\" in this template's Extra Parameters.\r\r\nThe image supports Intel Quicksync for hardware transcoding in the Memories app, to enable add a new Device to the template, with \"/dev/dri\".",
"Overview": "Official Nextcloud image but with ffmpeg, PDLib and Quicksync support added to the container to allow for building video thumbnails and using video conversion/facial recognition apps.\r\r\nThe additions take an extra 700MB in the container image, should you not need them you can safely replace the \"Repository\" entry with the base \"nextcloud\", both images are directly compatible regarding all of appdata/storage/database/mounts/ports.\r\r\nTo enable previews for movies you will need to edit your appdata/config/config.php file and enable the appropriate providers, refer to Nextcloud's configuration doc below or the config.sample.php in the same folder which is well documented:\r\nhttps://docs.nextcloud.com/server/22/admin_manual/configuration_server/config_sample_php_parameters.html#previews.\r\r\nIf you have large images you might need to increase preview_max_memory in nextcloud's config file, in which case you would also want to increase the global PHP memory limit. To do so you can add e.g. \"-e PHP_MEMORY_LIMIT=2G\" in this template's Extra Parameters.\r\r\nThe image supports Intel Quicksync for hardware video transcoding in the Memories app, to enable add a new Device to the template, with \"/dev/dri\".\r\r\nThe Face Recognition app also requires a higher PHP memory limit, see above.",
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/kilrah/unraid-docker-templates/master/templates/nextcloud-ffmpeg.xml",
"Icon": "https://github.com/kilrah/unraid-docker-templates/raw/main/icons/nextcloud-ffmpeg.png",