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

Cannot acces the image file directly #129

Open
ikkefc3 opened this issue Aug 25, 2024 · 4 comments
Open

Cannot acces the image file directly #129

ikkefc3 opened this issue Aug 25, 2024 · 4 comments

Comments

@ikkefc3
Copy link

ikkefc3 commented Aug 25, 2024

Hi,
I have a question. I can acces the image by typing in http://:5000/ in my browser and it works.
It shows a blank page on my E-ink display, for which I think I would need to point it to the image file directly.
Is this somehow possible?
The format would then be:
http://:5000/image.png or something.

If this is possible, it would be very nice because then this project is compatible with a lot more e-ink solutions then only the Kindle screensaver.

@ikkefc3
Copy link
Author

ikkefc3 commented Aug 25, 2024

Never mind. Found a fork that does this.

@sibbl
Copy link
Owner

sibbl commented Aug 26, 2024

I'd be interested into getting more details about this request.

When accessing http://:5000/, the image file is directly returned.

Is it about a requirement of any e-ink devices to have the file name and file extension in the URL?

@ikkefc3
Copy link
Author

ikkefc3 commented Aug 26, 2024 via email

@ikkefc3
Copy link
Author

ikkefc3 commented Aug 26, 2024

I found a very simple workaround. Just add ?.png to the url. Example:
http://:5000/?.png

This will save some people for running a whole extra docker instance just to get the png.

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