Benoît Viguier
Benoît Viguier
> Thanks for your help @ildyria My pleasure. :) > Maybe as a suggestion, the README of the lychee-Docker repo should probably include a note that the `DB_CONNECTION` env variable...
Good idea. But unfortunately, not a priority in the pipeline. This would also require quite a lot of rework and I would suggest to wait for the Livewire front-end before...
hard to say, my involvement on Lychee is very dependent of my free time. I literally used 2 weeks of vacations to get the V5 out.
Hi @lukewatts I know that tailwind support the `dark:` attribute but I didn't feel like annotating the full html to support the duality of settings. This work has been done...
> * What's with the mangling and demangling of spaces? Why is it necessary? Most of the time when a `_` is in the file name when uploading a zip...
For this reason the newly created album is owned by admin. And because it is not shared, the user who is usually redirected after creation inside the album is automatically...
> I'm not sure what everything is done during the duplicate skip, but if it's just checking if the file already exists, it seems to be quite inefficient in that....
Each image in Lychee is associated to a row in the photos table in the database. On import the checksum of the image is store in the database (so that...
@bushibot Your use case would be better suited by using command line: https://github.com/LycheeOrg/Lychee/blob/master/app/Console/Commands/Sync.php
@Kovah gave you write access to the repo, you should be able to take over that branch. :) As follows are the change I made: - use pipeline for upload...