


- Docker mount volume filewatcher detect changes install#
- Docker mount volume filewatcher detect changes windows#
'Save Locally', which will copy all of the images selected in, say, the Christmas album into a folder /Users/markotway/Pictures/Christmas 2020. When running the Damselfly Desktop app, a new button will appear: To work on images locally, add them to the basket in and click the download/export button. The server indexing: `/volume1/photos/Christmas 2020'Īnd set up a folder on your Mac: `/Users/markotway/Pictures' You can set up a local folder to mirror theįolder structure of the photos on the server, and then use Damselfly Desktop to bring across images from the server to work on locally.
Docker mount volume filewatcher detect changes windows#
The Damselfly Desktop Client gives closer integration between the server and your Mac, Windows or Linux desktop. The equivalent for MacOS is: sudo sysctl -w kern.maxfiles=524288įuture versions of Damselfly will hopefully include this configuration within the docker image, so it's changed automatically. echo fs.inotify.max_user_instances=524288 | sudo tee -a /etc/nf & sudo sysctl -p The number of inotify instances as follows (where 524288 is any large number that's big enough for one watcher per folder), for linux. One watcher is created for each folder in yourįor MacOS and Linus, the number of inotify watchers availalbe to the OS may be set very low (a few hundred) so you may need to increase FileWatcher INotify Limitsĭamselfly uses OS-level filewatcher triggers to monitor your library for changes. Other options: SYNO_THUMBS=True - Tells Damselfly to use existing Synology thumbnails (which are generated by DSM's indexing process) and to generate new thumbs in the same format. The /pictures volume is mapped to the root directory of your photographs.

The default port is 6363, so unless you've changed that, once the server is up and running you can go to access the Web UI. volume1/dockerdata/damselfly/thumbs:/thumbs Note: If you're running on a Synology NAS, and have the Synology indexing/thumbnails enabled, you can specify -e SYNO_THUMBS=true which will make Damselfly use the same folder structure as Synology's indexing system, which means that thumbnails already generated will be used by Damselfly (and Damselfly's thumbnails will be used by Synology Photo Station). v /volume1/dockerdata/damselfly/thumbs:/thumbs \ v /volume1/dockerdata/damselfly:/config \ Mount your photos folder as the /pictures volume, and a configįolder (in which the database, thumbnails etc will be stored), and you're ready to go.
Docker mount volume filewatcher detect changes install#
The easiest way to install Damselfly is via Docker. Dependencies for Damselfly without Docker.
