Hi all. I have had multiple problems trying to get this to work with various Docker Lychee images. The plugin wanted a specific folder structure for the folders "upload/big" and "upload/thumb/. Linuxserver Docker image has directories for thumb and big but not like the plugin expected. I got round this by using docker volumes to create these directories as the plugin expected. However using flags -d and -l I got a success message but when I go to the photo the image is not there. All the Exif data is correct. There is no thumbnail and when I ask to see the fullsize image I get a ngnix error. The image source is a Nextcloud folder which is also hosted on Docker. Any thoughts/ideas would be very welcome.
Also, I got round the python 3.4 issue by replacing references to 3.4 with 3.5 in the commands (in the virtual env) setup approach.
Hi all. I have had multiple problems trying to get this to work with various Docker Lychee images. The plugin wanted a specific folder structure for the folders "upload/big" and "upload/thumb/. Linuxserver Docker image has directories for thumb and big but not like the plugin expected. I got round this by using docker volumes to create these directories as the plugin expected. However using flags -d and -l I got a success message but when I go to the photo the image is not there. All the Exif data is correct. There is no thumbnail and when I ask to see the fullsize image I get a ngnix error. The image source is a Nextcloud folder which is also hosted on Docker. Any thoughts/ideas would be very welcome.
Also, I got round the python 3.4 issue by replacing references to 3.4 with 3.5 in the commands (in the virtual env) setup approach.
Thanks