Dashboard for my servers

https://lemmy.world/post/44219246

Dashboard for my servers - Lemmy.World

I’ve accumulated enough self hosted stuff that I feel like I want a dashboard now so I don’t have to remember which IP & port I need for which service (not all my services are exposed to the WWW). I looked at some dashboard solutions already but there is a huge amount of them. I also use Home Assistant as the dashboard for my home. So I’m looking to bounce some ideas off this community. Should I add one more service to my servers in the form of a dashboard, or should I maybe create a dashboard in Home Assistant? If going with standalone dashboard service, which one? If going with Home Assistant, is there some good add-ons or something I can use to make managing my services easier? Let me know and thank you!

I just wrote my own.

It’s a single html file with links to all my services, served at the root of my nginx server.

This is like v12, I’ve edited it over the years as what I host has changed. Adding the embedded searxng bar, as well as links to uptime kuma and openspeedtest.

Stuff only I need to access is behind the "Admin Menu" button:

And it only works via lan/vpn.

I’d be happy to let you copy it, provided you know how to edit it for your needs.

Neat. I was considering this route as well.