You answered my comment in the previous video with an entire video tutorial, this is why I’m subscribed
@BestmankTv Жыл бұрын
quick tip: If you have hosted(like me) into an Apache server, you actually need to change the abc user to whatever user to www-data, like so: sudo -u www-data php /var/www/html/cloud/console.php files:scan --all Also nice tutorial and thank you for this!
@markblakely97862 жыл бұрын
This was exactly what I needed after I had to reinstall Nextcloud due to a failed Nextcloud upgrade. Thank you!
@luuksls2 жыл бұрын
is the command you use any different from the "occ files:scan --all " ? because i've used that one multiple times in the past and is way shorter to type. (and therefore easier to remember)
@darrengreenacre11422 жыл бұрын
Love these videos... Been checking everyday for the follow-up to this... Thursday has been and gone 😥
@davidwilson38472 жыл бұрын
If you add 'filesystem_check_changes' => 1, to the config file it will automatically add/update manually added files. I use my nextcloud folder as my main storage mapped to Z: Any file I move from my computer to my Z: automatically shows up on the nextcloud app.
@unraidpl79732 жыл бұрын
Hi Can you show where you make this entry?
@davidwilson38472 жыл бұрын
@@unraidpl7973 under the other entries in the config file.
@thunderaga Жыл бұрын
Added: 'filesystem_check_changes' => 1, works perfectly! Thank you!
@VikingBrent2 жыл бұрын
Thank you! This video is incredibly timely and helpful.
@petertucker455 Жыл бұрын
Just hijacking the top comment. If spaceinvader's tutorial doesn't work, try this: manual sync of files manually added to nextcloud outside of the app: 1. Unraid -> Docker 2. nextcloud -> Console 3. occ files:scan --all
@NickPapandria2 жыл бұрын
Also a suggestion - how to modify the setup for large filesizes!
@WilliamCasolare2 жыл бұрын
Thanks for all of your Unraid content - truly appreciate it and it has helped me quite a bit over the last couple years! One item that I haven't been able to solve is permissions with Nextcloud. I use mine with a bunch of external SMB shares that I also access from Windows machines on my LAN. Files/folders created in Nextcloud don't have the proper permissions to write-accessed in the shares on the Windows machines. I've tried changing the UMASK setting in the Docker configuration in Unraid with no success (I did run docker safe new perms as part of this process). Not sure what can be done to fix this and going through lots of forum threads and reddit posts have not led me to a clear solution. I'm hopeful you'll cover this in the upcoming videos in the series assuming there are more! Thanks again for everything - Merry Christmas and Happy New Year!
@matt_uk_2 жыл бұрын
Yes.- same issue. When i access the nextcloud files from my mac or windows through the unraid share I cant make changes, they are locked or access denies due to permission errors. Ed - did you do anything special to allow access? Thanks for the great video, i have followed along to get both unraid and nextcloud working well.
@onetick37242 жыл бұрын
hi, same here... have you been able to solve it ? thx
@Brambo_Gaming2 жыл бұрын
Thanks again for your awesome content! Now I just need to figure out how to automate this. I'm using nextcloud for a workflow process to get videos from the phone to next cloud to another share to be worked on.
@Zymosisproductions2 жыл бұрын
You can just open the console in the nextcloud and type in " occ files:scan --all " . No need for directories aso
@svinatraktore Жыл бұрын
and for sudo...? :)
@Benniboi_ Жыл бұрын
This worked a treat! thanks
@DanielCardenas2310 ай бұрын
just use "occ files:scan --all" in console.
@thostegm70992 жыл бұрын
Thanks for this great content. Can you please make a backup and restore tutorial for Nextcloud.
@Erfurt922 жыл бұрын
Awesome video! An idea for what you could make a video about after Nextcloud, could be how to setup LanCache, maybe with a part 2 on how to set it up with Pi-Hole. This is something I personally would be very interested in. :)
@unraidpl79732 жыл бұрын
Hello, As usual, you are doing a great job, but I have a problem that is incomprehensible. Everything has been done and done according to your nextcloud installation guides. Nextcloud works but when you show in this video how you delete files from nextcloud directory via smb protocol for me it doesn't work. The nextcloud share is added as public and has no chance to remove files from the / files / user directory. No permission. I have combined in every way but I can't cope with it. When I change the rights to directories in nextcloud in the terminal and then create a new user for him, there is again a problem with the ability to add and delete files via smb. Can you help somehow? greetings
@davisclark0776 Жыл бұрын
@Spaceinvader One, Can you re-update this video? That command no longer works in the console anymore. Thank you!!
@BestmankTv Жыл бұрын
I have the latest Nextcloud server and it's working. What logs this command gave it to you?
@lafamiliaruiz10 ай бұрын
I ran into the same issue. If you go to the docker's console, it worked with this command: occ files:scan --all
@DukeOfWillowton8 ай бұрын
@@lafamiliaruizThank you so much! My Nextcloud got stuck because I moved some files. I was hopeful after finding this clip, but it didn't work. Your reply did, though! Saved my Nextcloud-install.
@Techie4life2 жыл бұрын
Great Job Spaceinvader. Can you make a backup and restore video tutorial for Nextcloud.
@aoto892 жыл бұрын
what is the difference between the command you provided vs. occ files:scan --all ? I have used my provided command the same way but if there is a functional difference, I would love to know! Thank you for all the educational content!
@jimmyriggedsolutions35722 жыл бұрын
In the context of managing a Nextcloud server, the "occ" command does one thing, and one thing only - run "console.php". Knowing that, there's absolutely no functional difference between running "occ files:scan --all" and "console.php files:scan --all".
@chacha72252 жыл бұрын
Hello space, can you please do a video of Nextcloud talk setup with turn servers.
@Vitasalato2 жыл бұрын
This is exactly what I was looking for few days ago. To solve this I ended adding " 'filesystem_check_changes' => 1, " in next cloud config file. Any disadvantage leaving this option active?
@marlouiesaique18892 жыл бұрын
I used to have an old Nextcloud install and whenever I put files through SMB, it's automatically updated on the NCloud GUI. Is this the way to do it?
@joseroman19672 жыл бұрын
@@marlouiesaique1889 Yes that is correct.
@JToona2 жыл бұрын
Can you schedule this command to run every few minutes? Or will that create too much stress on the server?
@tonelab772 жыл бұрын
Where's the next video regarding Nexcloud and the external shares plugin, so we can add unraid shares?
@IEnjoyCreatingVideos2 жыл бұрын
Nice video Ed! Thanks for always sharing with us :) I hope you had a great Christmas and soon to be Happy New Years💖👍😎JP
@AskTheRealDrBrown2 жыл бұрын
Using that command starts a scan,but data and folders are still not being seen by nextcloud. Any ideas?
@simonemastellonephotography2 жыл бұрын
Hi, i tryed to add same file to the cloud and run the command " sudo -u abc php /config/www/nextcloud/console.php files:scan --all". however i am not able to delete this file from the portal , i can delete only if i delete from share folder and run again the terminal code
@bibeltours2 жыл бұрын
Thx for the tip! I'm looking for a easy way to get thumbnails created in advance and also for videos. On the web I found a few different solutions but also each time someone who said that this isn't working for them. So I wonder how you would do that.
@MrDivision892 жыл бұрын
Hello! Do you have videos scheduled going deeper into using zfs on unraid? I created all ssd ZFS pool in my server and plan is to move everything from array in there and have all SSD server for faster speeds, but I'm having difficulties understanding how to migrate my shares and data from array to zfs so that all services keep working. I feel like symlink is not good solution here or maybe I'm just using it wrong. I want to have syncthing folder, plex media etc on my zfs.
@ItsAndrewM2 жыл бұрын
Can you go through how to expand the max file upload limit? Currently it is only set to 1GB
@QuentinKingH2O_King892 жыл бұрын
This here please. I’d love the auto back from my phone but can’t back up videos that are larger than a gig
@NeighratorPony2 жыл бұрын
@@QuentinKingH2O_King89 same
@santyc93992 жыл бұрын
When I try to copy or create folders and files in the Nextcloud user folder i get an error for insufficient permissions even tho my user can read/write the Nextcloud share, but I can create folders no problem in Nextcloud share itself. Someone knows what might be the problem? Tyvm :D
@walterschmatelka48602 жыл бұрын
Recht herzlichen Dank für deine tollen Videos und Hilfestellungen, zu Unraid viele davon haben mir wirklich geholfen, vor allem deine super Erklärungen, es macht richtig Spaß deine Videos anzusehen, liebe Grüße aus Wien und Prosit Neujahr😃😃😃🍸
@SpaceinvaderOne2 жыл бұрын
Hallo Walter. Es freut mich, dass dir die Videos gefallen. Ich wünsche dir auch ein tolles neues Jahr :)
@AirzGamingTTV2 жыл бұрын
Is there a way to cron this in user scripts? Thank you so much for your videos.
@ajugland2 жыл бұрын
But you can do that from windows nextcloud client with a click scan
@crossiesimplemodd18072 жыл бұрын
Thanks for this video. This helped me so much ;)
@nonsuch93012 жыл бұрын
Just a suggestion for an upcoming video. Could you do one on the best way to setup a JellyFin server incuding integrating a TV tuner card for watching and recording terrestrial TV ?