docker-traefik icon indicating copy to clipboard operation
docker-traefik copied to clipboard

Heimdall + Traefik: error fetching default icon while creating new site

Open rubbo898 opened this issue 2 years ago • 0 comments

Hello! Thanks for your great work, it's almost plug-n-play.

I'm facing a minor issue, while creating a new application in Heimdall (via FQDN, not local_ip:port) it gives me an error 404 related to the default icons. I've checked and everything is properly set, the error is due to an wrong call:

Screenshot from 2023-11-01 15-45-58

The omitted string is my $DOMAINNAME_CLOUD_SERVER. Not a big deal, if I manually select the icon it works.

Did you faced the same behaviour?

EDIT: my heimdall router-label is:

- "traefik.http.routers.heimdall-rtr.rule=Host(`$DOMAINNAME_CLOUD_SERVER`,`www.$DOMAINNAME_CLOUD_SERVER`,`heimdall.$DOMAINNAME_CLOUD_SERVER`)"

thank you

rubbo898 avatar Nov 01 '23 14:11 rubbo898