files_inotify icon indicating copy to clipboard operation
files_inotify copied to clipboard

Adds support detecting changes in local external storages with occ files_external:notify

Results 28 files_inotify issues
Sort by recently updated
recently updated
newest added

I have a SMB share that located on a Synology. For anyone familiar with Synology the user home folders are located at `/homes/` but they are presented to the user...

I'm running Nextcloud inside a Docker container on a ZFS-only host. If I try to watch for changes using `occ files_external:notify -v 2` I simply receive the error message `Mount...

After adding php-inotify to the Apache based docker image of nextcloud: ``` RUN pecl install inotify\ && echo "extension=inotify.so" > /usr/local/etc/php/conf.d/pecl-php-ext-inotify.ini ``` I then run (as the apache user) `php...

Hi, I am a student. Is it possible to change the format of the output of changes in the local storage? For example, add the date and time before the...

Using nextcloud 15.0.5 and installed files_inotify 0.1.3 on debian 9. Steps to reproduce: 1. deactivate external storage support 2. install inotify file watcher 3. get an error 500 What i...

Hey, I run NC 19.0.3 with Postgresql, PHP-fpm 7.4 with Apache2 on Ubuntu 20.04 and get the following error in the logs many many times, so that the log is...

I experience problem with `files_inotify`. It correctly detects changes in local external storage, but it stops running after 60 seconds returning SUCCESS error code. I made a workaround and I...

Hi, I am running this app via systemd on Archlinux. My service looks like this: ``` cat /etc/systemd/system/[email protected] # to be enabled specifying the mountID, such as # systemctl enable...

Contrary to what others have said, this app does run stably here (NC 13). Though I am not certain about its usage. Running 'occ files_external:notify -v ' does immediately show...

when i try to activate the app i receive this message. The app cannot be activated, it would make the server instable. i have installed inotify-tolls . Server configuration Operating...