Closed h3rb1n4t0r closed 9 months ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Ubuntu 22.04 LXC instead of Debian 12 did not work either. I also altered the DB password to not include any special characters which it did before (docker-compose
did not want to up -d
the stack due to MYSQL Password Variable, but docker compose
did it anyway before). Permissions on the /pictures
are set to
drwxr-xr-x 12 $USER $USER 4096 Dec 27 12:53 pictures/
Update: Installing the same docker-compose.yaml
on a completely different Debian 12 Host (Bare Metal on my desktop machine) leads to the same results. My Pi-Holes are not indicating any blocked domains when querying Lychee.
Please let me know in case further information about environment, logs or similar are needed.
as noted https://discord.com/channels/354974912613449730/1189302179325018182 we are unable to replicate the issue. This is also the ONLY user reporting this issue.
I think I'm having the same issue. Updated to the latest tag yesterday, and the galley shows this instead of actual images:
Clicking on an album does nothing:
As communicated by @drizuid
the csp doesn't allow loading from non-self in v5. this new csp policy isn't listed in the upstream project's documentation at all. so we will address it in OUR docs
Fixed by adding the following to environment:
- APP_URL=http://IP:80/
Leaving open as a PR will be tied to it.
note that if you access via reverse proxy, your APP_URL should reflect that address instead. Do note the upload issues with lycheev5 via reverse proxy, it is an open issue still with the main project
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is locked due to inactivity
Is there an existing issue for this?
Current Behavior
Pictures are uploaded without printing any error, but no thumbnail is shown. Pictures can be clicked upon, but are not shown.
ncdu
indicates that files have been uploaded to the specified/pictures
path. I am not using the reverse proxy on swag (yet) and accessing the container viaIP:80
. Download of Pictures to a client works.Diagnostics from the container Web GUI show the following:
Expected Behavior
If I upload a picture, a thumbnail should be generated and visible. I should be able to view the full picture by clicking on it.
Steps To Reproduce
/pictures
can be set for actual VM disk or passed through disk, results in the sameEnvironment
CPU architecture
x86-64
Docker creation
Container logs