Closed twatzl closed 2 years ago
I believe our lychee image is just about to be updated to v4, which is a major version update. I suggest testing the new image once released.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Same issue here, on 4.06 Lychee docs command to run is php artisan lychee:sync /path/to/import
getting the error Could not open input file: artisan
You need to specify the path to artisan
php /app/lychee/artisan lychee:sync /path/to/import
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have similar issue. However I have Lychee on shared hosting, so I don't have access to Docker.
What I'm getting as an error after executing _/usr/local/bin/php /home/omyy/public_html/domain/artisan lychee:sync /home/omyy/publichtml/domain/uploads/import/ I also tried: _/usr/local/bin/php artisan lychee:sync /home/omyy/publichtml/domain/uploads/import/
is: Could not open input file: _/home/omyy/publichtml/domain/artisan
Is it somehow possible to fix that cron task at shared hosting?
m
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
php /var/www/html/Lychee/artisan lychee:sync /yourpath/here
this works for the basic docker-compose
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing as this was relevant to an older version of our image.
Hi,
I am trying to set up the automatic import according to the lychee docs here https://lycheeorg.github.io/docs/faq.html#can-i-set-up-lychee-to-watch-a-folder-for-new-images-and-automatically-add-them-to-albums
However when executing
php artisan
in the docker container it does not workdocker-compose.yml: