MauriceNino / dashdot

A simple, modern server dashboard, primarily used by smaller private servers
https://getdashdot.com/
MIT License
2.57k stars 94 forks source link

[Feature] Request - Custom labels for storage #937

Closed ServerGeek82 closed 8 months ago

ServerGeek82 commented 10 months ago

Description of the feature

To do custom labels for the drives or mounts on the host in the dashboard. Love the layout, the simplicity, and ease. Absolutely amazing work on this project.

Before: Drive HP HD => 558.9 GiB Drive HP HD => 10.9 TiB

After: Drive OS Drive => 558.9 GiB Drive Plex1 => 10.9 TiB

Additional context

No response

SpeakingOfBrad commented 10 months ago

You can already do that with DASHDOT_OVERRIDE_STORAGE_BRANDS. For example:

  --env DASHDOT_OVERRIDE_STORAGE_BRANDS="sda=OS Drive,sdb=Media Server,sdc=File Server" \
ServerGeek82 commented 10 months ago

Will try this out in a few days. Thanks a bunch. Now just to be able to show all my drives.

MauriceNino commented 8 months ago

Thank you for helping out @SpeakingOfBrad! I will close this issue, as the problem seems to be solved already.