Benjamin Jonard

Results 41 comments of Benjamin Jonard

I published a new version of the docker image that fixes the problem. I made a mistake when updating the image last week. In an effort to make the image...

Hello, this two problems are unrelated, could you have a look at this issue #341 ?

Hello, I'll investigate a bit later because I never tried to use NFS. You get this error because the .env.local file from the config folder isn't loaded. The code fallbacks...

Yes this one of the next feature I want to add. I just need to find the best way to implement this because an item can have an infinite number...

Could you try to activate debug mode ? (add APP_DEBUG=1 in your docker-compose file like below) ``` koillection: image: koillection/koillection container_name: koillection restart: unless-stopped ports: - 80:80 environment: - APP_DEBUG=1...

I tried another way for setting permissions, could you give it a try by pulling the beta image ? ``` koillection: image: koillection/koillection:beta ``` Also, what OS are you using...

This is a bug, empty date fields will correctly show empty values in the next release

Hello, the last release included the points 1 and 5. I'll try to implement 2 and 3 for the next one

Hello, I changed a few labels based on your suggestions. For the "Ago" part, its purpose is to show how much time as passed since you've lent that item and...

Hi, the last release includes some changes to those labels. Do they make more sense now ?