Dashboard icons
TSDProxy supports three comprehensive icon libraries:
- Material Design Icons pictogrammers.com/library/mdi, offering a vast collection of intuitive and versatile icons. Use “mdi/” as the prefix.
- Simple Icons simpleicons.org, which includes icons for popular brands and services. Use “si/” as prefix.
- Selfh.st Icons selfh.st/icons, collection of icons and logos for self-hosted dashboards. Use “sh/” as prefix.
Note
Only SVG icons are available.
How it works
- Select the icon in icon libraries websites.
- Add the definition to your proxy “tsdproxy.dash.icon” in docker provider or “icon” in dashboard section for Proxy List
- Set the icon definition to “library/icon” (don’t add extension, TSDProxy will add .svg)
Examples:
“si/tailscale” simpleicons.org/?q=tailscale.
“mdi/music-box” pictogrammers.com/library/mdi/icon/music-box.
“sh/adguard-home” selfh.st/icon/. With the mouse hover on the “svg” icon, you can see the name of the icon.
Last updated on