files_inotify
files_inotify copied to clipboard
Adds support detecting changes in local external storages with occ files_external:notify
Please check the output of the GitHub action and manually resolve the issueshttps://github.com/icewind1991/files_inotify/actions/runs/8864336697
Please check the output of the GitHub action and manually resolve the issueshttps://github.com/icewind1991/files_inotify/actions/runs/8769458983
Please check the output of the GitHub action and manually resolve the issueshttps://github.com/icewind1991/files_inotify/actions/runs/8677880378
On my Nextcloud box (28.0.1.1), the log has started to have lots and lots of entries complaining that file_inotify cannot be loaded: ``` [no app in context] Fehler: Could not...
With the command below, ```` D=`date +%Y.%m.%d-%H.%M.%S` occ files_external:notify -vvv 15 2>&1 \ > "/mnt/logs/notify/notify-${D}.log" ```` The only output I get from the log is: `Self-test successful` Does it mean...
I get following error after upgrading files_notify to 0.1.6 ``` [abc@abc ~]$ sudo -u http /usr/bin/php -f /usr/share/webapps/nextcloud/occ files_external:list +----------+-------------+---------+---------------------+------------------------------+---------+------------------+-------------------+ | Mount ID | Mount Point | Storage | Authentication...
How to monitor multiple external storages? Appending additional external storage id like this? `occ files_external:notify -v 5 7 13`
I see this error when updating and was wondering what I can do about it? App "INotify file watcher" cannot be installed because the following dependencies are not fulfilled: The...
I use the app to be able to easily access WordPress files, modify themes, etc. If WordPress changes files, I'd like to see those chances, too. Currently, only actions initiated...
Hello, In some cases with rsync and big files, listenning all this events seems to make hundreds calls to databases (I think, perhaps i'm wrong)... ``` $descriptor = inotify_add_watch($this->fd, $path,...