seadfeng / favicon-downloader

https://www.faviconextractor.com
MIT License
213 stars 22 forks source link

Docker image? #6

Closed mariushosting closed 2 months ago

mariushosting commented 2 months ago

Can you please add a Docker image for this?

seadfeng commented 2 months 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 2 months ago

Can you build the image for US?

seadfeng commented 2 months 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 2 months 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 2 months 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 2 months 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!