Closed Nottt closed 5 years ago
AFAIK nextcloud does not automatically reflect the changes in the file system, files have to be added to the database first (or something like that). Anyway, just as in this nextcloud forum question you have to use occ files:scan
to update nextcloud's knowledge of the file system.
I don't know how fast you want the file-system-changes to appear in nextcloud, but running the discovery-command via crontab every 5 minutes should suffice.
There is also a config option that tells nextcloud to automatically scan the filesystem for changes: 'filesystem_check_changes' => 1,
Thanks dude! How can i change that configuration? Sorry I'm a noob. I just use the docker and it just "works" ( well except the keep it updated part)
If you have mounted your config (like this), just add the line i posted to your config.php
Assuming that the question has been answered.
Signing status
``` No errors have been found. ```App list
``` Could not retrieve on my docker ```Config report
``` If you have access to your command line run e.g.: Could not find a way to retrieve it on my docker or Insert your config.php content here. Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …) ```Web server error log
[error.log](https://github.com/nextcloud/server/files/1580307/error.log)Nextcloud log
[nextcloud.log](https://github.com/nextcloud/server/files/1580302/nextcloud.log)