Closed mariushosting closed 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
Can you build the image for US?
Can you build the image for US?
Online Image
docker pull seadfeng/favicon-downloader
docker run -p 3000:3000 seadfeng/favicon-downloader
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.
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
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.
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
Thanks for the feedback, the new version fixes the protocol
problem.
Pls, pull the new image
docker pull seadfeng/favicon-downloader:latest
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. 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
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!
Can you please add a Docker image for this?