February 25, 20233 yr Author Nothing in the container should be limiting upload max size, but if you're using a reverse proxy that's likely the one responsible for it.
February 25, 20233 yr 5 minutes ago, Kilrah said: Nothing in the container should be limiting upload max size, but if you're using a reverse proxy that's likely the one responsible for it. Thanks for reply. I'm using cloudflare tunnel as my proxy solution. Will that cause the issue?
February 25, 20233 yr Author No idea, I've never used the CF tunnel. I just use NPM and have been transferring 10+ GB files both ways without issues. Edited February 25, 20233 yr by Kilrah
February 25, 20233 yr 1 minute ago, Kilrah said: No idea, I've never used the CF tunnel. Thanks any way. 👍
February 25, 20233 yr 22 minutes ago, senaxios said: Thanks any way. 👍 Update. The value should be set in ".htaccess" not ".user.ini" And it should be set like this Find the solution by assisted by ChatGPT 🤣
March 12, 20233 yr Sorry if I've missed this somewhere but can I give the container access to my Nvidia GPU to help with transcoding?
March 12, 20233 yr The Memories app talks about using ffmpeg to transcode videos so was hoping to use this image for the ffmpeg and use my GPU as well.
March 12, 20233 yr Author Ah yep, I believe that's not possible any easily because ffmpeg doesn't build in nvidia support by default: https://github.com/nextcloud/all-in-one/discussions/1536 Intel quicksync should work though. Edited March 12, 20233 yr by Kilrah
March 12, 20233 yr Ah, nevermind then. I have an AMD CPU in my server so will ffmpeg still work? Just not as well?
March 12, 20233 yr Looks like transcoding works fine anyway, just a bit slow! It would still be nice to be able to pass the GPU through to the container so that Recognise could use it, any idea how I can do that?
March 14, 20233 yr Author Quicksync support is now present, it was pretty straightforward. May be limited to 10th gen and older, but can't confirm/test, it at least works on my 7th gen system. Nvidia would be a whole other can of works if possible at all from what it looks like. Edited March 14, 20233 yr by Kilrah
March 21, 20233 yr Hi, sorry to bother you but i'm new to figuring out NC (I am using the multimedia version) but i've received a few errors in the logs for the cron-jobs. I wasn't sure what I should do/what my next steps should be? > Nextcloud Container ID: 697e2f649a96 > Running Script: ./run-cron-php.sh Your data directory is invalid. Ensure there is a file called ".ocdata" in the root of the data directory. Cannot write into "apps" directory. This can usually be fixed by giving the web server write access to the apps directory or disabling the App Store in the config file. Your data directory is not writable. Permissions can usually be fixed by giving the web server write access to the root directory. See https://docs.nextcloud.com/server/25/go.php?to=admin-dir_permissions.
March 21, 20233 yr Author chown -R 33:33 /mnt/user/appdata/nextcloud-ffmpeg (adapt as needed) and same on your storage directory if any should get you going
March 22, 20233 yr 8 hours ago, Kilrah said: chown -R 33:33 /mnt/user/appdata/nextcloud-ffmpeg (adapt as needed) and same on your storage directory if any should get you going Thank you. I followed this instruction, and it did fix the cronjob issue but then I couldn't access my nextcloud. So I went back a page cause I remembered someone had a similar issue, and that you gave them two possible solutions. I took option 1 and changed the user in the template to "99:" and then changed ownership for both my data directory and nextcloud appdata folder to 99:100. Cron is now running every 15 min without issue and I can access nextcloud. Thank you
March 22, 20233 yr Author 7 hours ago, professeurx said: Hello, an update is planned for hub 4 which was released a little while ago? It's not out as stable yet, still in RC status.
March 22, 20233 yr Author 3 hours ago, viviolay said: I took option 1 and changed the user in the template to "99:" and then changed ownership for both my data directory and nextcloud appdata folder to 99:100. Cool, when you said "the multimedia version" I assumed you meant my Nextcloud-ffmpeg but it seems you meant another one.
March 26, 20233 yr I'm wondering, every time I start my server I get the "your directory is readable by other users" error. After bashing into the container and running chown -R www-data: /var/www/html the docker becomes useable normally but if I go to my admin panel I see this: And I can't get it to go away, which would be nice to get the Recognize app working. Any idea how I can solve this? Edit: For clarification's sake, I've had this error ever since I installed the docker, even though it only works with a unraid share that's limited to one hard drive only. Edited March 26, 20233 yr by kftX
March 27, 20233 yr Author What unraid version? Should change the perms to 0770 on the share folder itself from unraid terminal, not from within the container.
March 27, 20233 yr 4 hours ago, Kilrah said: What unraid version? Should change the perms to 0770 on the share folder itself from unraid terminal, not from within the container. Unraid 6.11.5 How do I change the perms from terminal? I remember trying to do that initially and only breaking it further. Also do I do it from within the nextcloud container or just as unraid root? Thanks for your time!
March 27, 20233 yr 46 minutes ago, Kilrah said: chmod 0770 /mnt/user/<yournextcloudshare> in unraid terminal I did that and NextCloud still works, but the message is still there telling me to chmod the folder. I did stop the docker, run the command and then start the docker again to make sure it'd work.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.