Hey all, Around 6 months ago I shared the v1 of my homelab dashboard, a .net Blazor dashboard for keeping track of your services and their uptime. Today I am releasing v2, a large upgrade!
What’s New:
Added folders to the dashboard to help with organising your shortcuts.
Added Apex Charts and more chart options for understanding your monitoring data.
Radzen components have been dropped, replaced with hand made css with dark flat aesthetic.
Lot of changes around scaling visual components better.
Lot of changes to error handling for the API and implementation of a service layer.
Full release notes can be found here: dash v2 release
As before you can…
Hey all, Around 6 months ago I shared the v1 of my homelab dashboard, a .net Blazor dashboard for keeping track of your services and their uptime. Today I am releasing v2, a large upgrade!
What’s New:
Added folders to the dashboard to help with organising your shortcuts.
Added Apex Charts and more chart options for understanding your monitoring data.
Radzen components have been dropped, replaced with hand made css with dark flat aesthetic.
Lot of changes around scaling visual components better.
Lot of changes to error handling for the API and implementation of a service layer.
Full release notes can be found here: dash v2 release
As before you can get started with a single docker run command:
docker run -d \
--name=homelab-dashboard \
-p 8080:8080 \
--restart unless-stopped \
mysticdicc/homelab-dashboard:latest
Please let me know if there is anything you would like to see or if you have any issues!