Skip to content

Instantly share code, notes, and snippets.

View mohnen's full-sized avatar

Markus Mohnen mohnen

  • AIXTRON SE
  • Aachen, Germany
View GitHub Profile
@mohnen
mohnen / Changing Favicons for node-red Dashboards.md
Last active December 11, 2023 22:32
Changing Favicons for node-red Dashboards

Changing Favicons for node-red Dashboards

Dashboards created with node-red-dashboards all have the same favicon

icon192x192

You can easily change this by changing the icons in the .node-red/node-modules/node-red-dashboard/dist, but this change will be lost the next time you update node-red-dashboard.

To get a permanent change, add your icon as files icon64x64.png, icon120x120.png, and icon192x192.png to a folder of your choice, e.g. /home/nodereduser/.node-red/icons, where nodereduser is the user executing node-red.