seadfeng / favicon-downloader

https://www.faviconextractor.com
MIT License
194 stars 19 forks source link

Docker image? #6

Closed mariushosting closed 3 weeks ago

mariushosting commented 3 weeks ago

Can you please add a Docker image for this?

seadfeng commented 3 weeks ago

Can you please add a Docker image for this?

Try this docker build

sh ./bin/docker.sh

https://github.com/seadfeng/favicon-downloader/tree/main/.docker

mariushosting commented 3 weeks ago

Can you build the image for US?

seadfeng commented 3 weeks ago

Can you build the image for US?

Online Image

docker pull seadfeng/favicon-downloader
docker run -p 3000:3000 seadfeng/favicon-downloader
mariushosting commented 3 weeks ago

Can you build the image for US?

Online Image

docker pull seadfeng/favicon-downloader
docker run -p 3000:3000 seadfeng/favicon-downloader

@seadfeng Image is working. But there is some issues in the logs and the rendered image is not visible. issues

also the app put https:// at the beginning even in localhost. If we want to use it in localhost the link should be with http instead of https img alt="Favicon" src="https://192.168.1.18:3000/favicon/mariushosting.com" /

Also if I use reverse proxy the rendered image is the default "Favicon Downloader icon" instead of the favicon that we want to download your favicon

seadfeng commented 3 weeks ago

F

Can you build the image for US?

Online Image

docker pull seadfeng/favicon-downloader
docker run -p 3000:3000 seadfeng/favicon-downloader

@seadfeng Image is working. But there is some issues in the logs and the rendered image is not visible. issues

also the app put https:// at the beginning even in localhost. If we want to use it in localhost the link should be with http instead of https img alt="Favicon" src="https://192.168.1.18:3000/favicon/mariushosting.com" /

Also if I use reverse proxy the rendered image is the default "Favicon Downloader icon" instead of the favicon that we want to download your favicon

Thanks for the feedback, the new version fixes the protocol problem.

Pls, pull the new image

docker pull seadfeng/favicon-downloader:latest
mariushosting commented 3 weeks ago

F

Can you build the image for US?

Online Image

docker pull seadfeng/favicon-downloader
docker run -p 3000:3000 seadfeng/favicon-downloader

@seadfeng Image is working. But there is some issues in the logs and the rendered image is not visible. issues also the app put https:// at the beginning even in localhost. If we want to use it in localhost the link should be with http instead of https img alt="Favicon" src="https://192.168.1.18:3000/favicon/mariushosting.com" / Also if I use reverse proxy the rendered image is the default "Favicon Downloader icon" instead of the favicon that we want to download your favicon

Thanks for the feedback, the new version fixes the protocol problem.

Pls, pull the new image

docker pull seadfeng/favicon-downloader:latest

Works like a charm!