-
[Support] kilrah/nextcloud-ffmpeg with pdlib
My Nextcloud logs just say “Transcode failed - Transcoder returned 408”
-
[Support] kilrah/nextcloud-ffmpeg with pdlib
So I have done that and restarted the container, but when I click a video I just get a black screen with the swirling logo as if the video is loading but nothing happens
-
[Support] kilrah/nextcloud-ffmpeg with pdlib
I have sorted me previous issues out with transferring via WebDAV, the only issue I have currently is getting transcoding working on the memories app. I have Intel GPU TOP installed and have added /dev/dri as an extra device, this works great for Transcoding on Plex but I presume there’s some extra setup needed on memories, I have tried to type the video command in the terminal but it says its not defined so I am a bit stuck, do I need to edit anything on the memories setup page?
-
“413: Request too large” error when uploading to Nextcloud via WebDAV
I’ll try to include as much info as I can: I’ve had Nextcloud running through NGINX Proxy manager for a few months now and all is fine, I have and upload limit of 50GB as an extra parameter on the Nextcloud-ffmpeg docker container, and I am able to upload large videos (5GB+) to my Nextcloud via the iOS app and via the windows app without issue. I’m trying to use the iOS app PhotoSync which uses WebDAV to connect to Nextcloud, I’m doing this so I can upload my iOS images in an organised manner and keeping the quality and also keeping the dates etc. The issue is I seem to have a limit somewhere so I can’t upload larger video files, so videos that are around the 2GB+ mark are going to 100% and then giving me the 413 error. I’ve googled and it’s mainly saying that it’s related to NGINX. I Have edited the nginx.conf file in etc/nginx/ and have changed client_max_body_size to 0. i have also looked for the lines such as max_upload_size in a file like php.ini. I have a php.ini file in /etc but there isn’t any references to upload sizes or anything like that and I don’t have any php folders with anything of relevance in either as I have checked all the .ini files. Does anyone have any info on this? Does WebDAV still go through nginx? I’ve been searching for a solution for a couple of days now and I’m totally lost so any help would be appreciated
-
[Support] kilrah/nextcloud-ffmpeg with pdlib
Does anyone know what needs editing in order to increase the file size limit to upload via WebDAV? I have no issues uploading large files to the iOS app or via PC however I am using the iOS app Photosync as it can upload all my images without removing any of the metadata and preserves quality, plus its very easy to upload and keep your folder and album structure, however when I try to upload videos of around 2GB I get “413 Request too large” My Nextcloud dashboard has the correct numbers with a 200GB Upload limit but just want to know if there is something separate that needs editing for WebDAV uploads?
-
[Support] kilrah/nextcloud-ffmpeg with pdlib
RIght I wasnt aware that you could change the startup order, after doing so all is working and my issue has been resolved, thanks again!
-
[Support] kilrah/nextcloud-ffmpeg with pdlib
Hi, me again with some slight issues. Firstly sometimes when I boot my Nas I can’t get into Nextcloud, I normally have to mess about restarting apps and messing in Nginx to try to get it going, though this doesn’t happen every time. It’s happening right now so I can’t get into the webUI at the moment. Secondly even when it does work, cron jobs don’t run by default, I have to manually restart the cron job docker container to get that going for some reason as it’s stopped by default despite auto start being on. Below are some log screenshots to see if there’s any red flags in there
-
[Support] kilrah/nextcloud-ffmpeg with pdlib
Sorted it! I removed the sh from the command and that did it! Thanks for the assistance
-
[Support] kilrah/nextcloud-ffmpeg with pdlib
Both other issues are sorted now so thank you very much, just the OCC one I am struggling with, so I did the PHP before OCC but get this:
-
[Support] kilrah/nextcloud-ffmpeg with pdlib
I am using Cron yes, I will tackle the proxy issue afterwards but as for the first issue with the PHP error I hope I am getting this right, I added a variable to the container as screenshotted below but I am getting a similar error. As for running the command in terminal I am also getting an error there too, forgive the ignorance as I am out of my depth here. Also regarding the trusted proxies, is it the IP address and port of the NGinx webui that I should put?
-
[Support] kilrah/nextcloud-ffmpeg with pdlib
Thanks for the response, I was on 6.12.8 and updating it to 6.12.10 did indeed allow me to install the Nextcloud-Cronjob container. Though I am now faced with 3 errors that I cant shift. 1 - The Cronjob container is installed and I left everything on default, however what seems to happen is every 15 mins I hear the fans spin up so something is happening however the Nextcloud overview still says that a cron job hasnt been executed in 4 days. I have screenshotted below the nextcloud-cronjob log. 2 - Another error on my overview is "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running "occ db:add-missing-indices" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster. Missing optional index "schedulobj_lastmodified_idx" in table "schedulingobjects"." - How do I get rid of this? I have tried entering the command in the main terminal and the console of the nextcloud-ffmpeg container but to no avail. 3 - Final error I am seeing is "Your "trusted_proxies" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation. For more details see the documentation ↗." I have also screenshotted below how the proxies look in my config as dont know how to rectify Thanks very much and sorry for being a nuisance!
-
[Support] kilrah/nextcloud-ffmpeg with pdlib
I see, when you say delete and recreate, what is it exactly that I should delete and Recreate?
-
Nextcloud-ffmpeg issues with cron jobs and missing indexes
I have my Nextcloud FFMPEG up and running but have two issues. Bearing in mind that I am very much new to Unraid and Linux so using the Terminal and entering commands is something thats new to me hence me struggling. Issue #1 is that I have an error on my nextcloud stating "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running "occ db:add-missing-indices" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster. Missing optional index "schedulobj_lastmodified_idx" in table "schedulingobjects"." Now I am struggling to find where to run that command and get it to work, I have used the main terminal and entered it and I have also clicked on Nextcloud-FFMpeg in docker and clicked console and entered it there but get "bash: occ: command not found" Issue #2 is I cant get the Cron jobs to work. I have Cron (Recommended) selected and I just see "Last job execution ran 2 days ago. Something seems wrong." at the top. I have tried to download the nextcloud-cronjob app and when I try to download it I just get: "docker run -d --name='Nextcloud-cronjob' --net='bridge' -e TZ="Europe/London" -e HOST_OS="Unraid" -e HOST_HOSTNAME="NAS" -e HOST_CONTAINERNAME="Nextcloud-cronjob" -e 'NEXTCLOUD_CONTAINER_NAME'='Nextcloud-ffmpeg' -e 'NEXTCLOUD_CRON_MINUTE_INTERVAL'='15' -e 'NEXTCLOUD_EXEC_USER'='www-data' -e 'NEXTCLOUD_EXEC_SHELL'='bash' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://github.com/kilrah/unraid-docker-templates/raw/main/icons/nextcloud-cronjob.png' -v '/var/run/docker.sock':'/var/run/docker.sock':'ro' -v '':'/cron-scripts':'ro' 'rcdailey/nextcloud-cronjob' docker: invalid spec: :/cron-scripts:ro: empty section between colons. See 'docker run --help'. The command failed." I am leaving the settings on defaults as to be honest I dont understand it all that much. Does anyone have any info on how I can solve either of these issues? I can provide any info if needed Thanks
-
[Support] kilrah/nextcloud-ffmpeg with pdlib
Hi guys, I am having an issue installing nextcloud-cronjob. I have Nextcloud-ffmpeg set up and working with NGinx proxy manager and all works well, i have an error saying last job was ran 2 days ago and theres a problem so I have tried to install nextcloud cronjob but get this: docker run -d --name='Nextcloud-cronjob' --net='bridge' -e TZ="Europe/London" -e HOST_OS="Unraid" -e HOST_HOSTNAME="NAS" -e HOST_CONTAINERNAME="Nextcloud-cronjob" -e 'NEXTCLOUD_CONTAINER_NAME'='Nextcloud-ffmpeg' -e 'NEXTCLOUD_CRON_MINUTE_INTERVAL'='15' -e 'NEXTCLOUD_EXEC_USER'='www-data' -e 'NEXTCLOUD_EXEC_SHELL'='bash' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://github.com/kilrah/unraid-docker-templates/raw/main/icons/nextcloud-cronjob.png' -v '/var/run/docker.sock':'/var/run/docker.sock':'ro' -v '':'/cron-scripts':'ro' 'rcdailey/nextcloud-cronjob' docker: invalid spec: :/cron-scripts:ro: empty section between colons. See 'docker run --help'. The command failed. My Nextcloud-ffmpeg and my NGinx are pretty much set to default and I left the settings on nextcloud-cronjob on the defaults as well. Any ideas?
-
Best and most secure way to get Nextcloud accessible remotely?
In the Tailscale video on this, the guy was on linux and he said just SSH to the app and type tailscale up, I have been trying for hours and i know nothing about SSH so as of now I am totally lost
Connor19
Members
-
Joined
-
Last visited