Everything posted by terratrax
-
[SUPPORT] Terratrax - Nextcloud Multimedia
Sounds like people want to go with 26 so I'll be testing and then updating the image today. Have fun with it!
-
[SUPPORT] Terratrax - Nextcloud Multimedia
Curious if you had any luck replacing the image swapping your configuration folder from /var/www/html/config to /config?
-
[SUPPORT] Terratrax - Nextcloud Multimedia
I'm sure it's possible but the official Nextcloud image (the one this is based on) holds configuration files in a different path. The Linuxserver image uses /config while the official image uses /var/www/html/config. So you would have to modify your volume accordingly. I've not migrated myself so make sure you have a backup if you try it :). Good luck and let us know how it goes!
-
[SUPPORT] Terratrax - Nextcloud Multimedia
Ah good point. Yes 26 has not made it to stable yet and this image won't be 26 until it does. If there's demand for 26 I can create another tag for it. Pretty easy work just let me know! Yt Downloader is a leftover from a private image, thanks for catching that. I'll take it out of the image today.
-
[SUPPORT] Terratrax - Nextcloud Multimedia
Unraid isn't going to look at the dockerfile. As long as the image is up to date it's happy. Buy the docker updating in unraid is finicky. My guess is that this resolved on its own?
-
[SUPPORT] Terratrax - Nextcloud Multimedia
No, if you do that the extra bits will disappear. My container should have rebuilt automatically but something didn't trigger correctly. I started a manual build just now so you should see the nextcloud-multimedia docker image update very shortly. I'll figure out what's going on with the pipeline, too.
-
[SUPPORT] Terratrax - Nextcloud Multimedia
Nothing has been changed from the official nextcloud image except the addition of ffmpeg and facial recognition libraries (see https://github.com/terratrax/nextcloud-multimedia/blob/main/Dockerfile). Your best bet would be to visit Nextcloud's support forums to see if anything has changed in this regard.
-
[SUPPORT] Terratrax - Nextcloud Multimedia
The root password is whatever nextcloud has it set to (probably random), but you do not need to edit the config.php from within the container. Instead, I would recommend editing it on the Unraid share that you mapped into the containers /var/www/html path. Do this with the nexcloud container stopped. If you really want to have a root shell on the container you can do with from the command line with something like: docker exec -it -u 0 <containername> /bin/bash
-
[SUPPORT] Terratrax - Nextcloud Multimedia
No nvenc or vaapi, just CPU support. Passing the hardware for acceleration can be tricky and isn't that useful beyond the initial scan. On my 12400K server it scanned 20K files and 18000 faces overnight with just the CPU.
-
[SUPPORT] Terratrax - Nextcloud Multimedia
Summary: Support Thread for Terratrax' Nextcloud-multimedia docker (included ffmpeg and libraries for facial recognition). The container is for those who intend to use Nextcloud's Memories application with video transcoding and facial recognition features enabled. Application: Nextcloud DockerHub: https://hub.docker.com/repository/docker/terratrax/nextcloud-multimedia