Closed zephyros-dev closed 3 years ago
Thanks for the suggestion, I can certainly implement this, should be a quick task. Will do it this weekend :)
Hey @phongngthanh - This is implemented in b756e65 of #201 released in V 1.7.1.
You can now use a different favicon API for certain items, just set icon: favicon-[api]
, e.g. favicon-clearbit
Hope that helps :)
P.s if you're enjoying Dashy, pls consider staring the repo
Is your feature request related to a problem? If so, please describe.
Some of my internet-facing site have basic-auth, so the faviconkit API cannot get the icon for them. For example:
Using faviconkit will not return a favicon for the site with basic-auth. If I change the faviconApi to local, I'm not sure how it works, but the icon appears normally. However, other services without basic-auth doesn't have icons anymore.
Describe the solution you'd like
Allow using different faviconApi for each items entry. Something like this:
Priority
Low (Nice-to-have)
Is this something you would be keen to implement
No response