Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another image download issue #416

Open
michelleunen opened this issue May 24, 2024 · 1 comment
Open

Another image download issue #416

michelleunen opened this issue May 24, 2024 · 1 comment

Comments

@michelleunen
Copy link

Hi,
I installed a docker instance of wallabag and I changed the volume to point to a folder in my home directory. The command used is :

docker run -v /home/leu/kDrive/wallabag/data:/var/www/wallabag/data -v /home/leu/kDrive/wallabag/images:/var/www/wallabag/web/assets/images -p 80:80 -e "SYMFONY__ENV__DOMAIN_NAME=http://localhost" wallabag/wallabag

When saving an article, the images are correctly saved to my folder /home/leu/kDrive/wallabag/images. When I look at the source code of the saved article, the link is for example, http://localhost/assets/images/c/6/c6cdf2cf/baa6c2da.jpeg. If I put this link in the address bar of my browser, the image shows up correctly but is not displayed when I read the saved article in wallabag.

I must be doing something wrong but don't know what.

@zjy2931
Copy link

zjy2931 commented Nov 26, 2024

I've also encountered this problem, looking at the log, there is no read and write permission, but the newly created folder still has no permission

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants