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 a 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 what you guys think and thank you!

  • idunnololz@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    16 hours ago

    Thank you everyone for the answers. After more reflection, unfortunately I’m going with Home Assistant simply because I already have the page open on every device. It’s not pretty but it’s already basically my “home page” so might as well as add to it instead of introducing a completely different service/page.

  • MentalEdge@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    1
    ·
    edit-2
    1 day ago

    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.

  • grimer@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    1 day ago

    I’ve stuck with https://gethomepage.dev/ the longest. Taking the time to tweak it can be a huge help (using labels for autodiscovery). It’s yaml configs are fairly easy once you get the hang of them if that’s something that is new to you. Lots of help out there too.

  • neidu3@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    3
    ·
    22 hours ago

    Back in the day I used Nagios to get an overview of large systems, and it made it very obvious if something wasn’t working and where. But that was 20 years ago, I’m sure there are more modern approaches.

    Come to think of it, at work we have grafana running, but I’m not sure exactly what scope it’s operating under.

  • Eldaroth@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 day ago

    I don’t know about Home Assistant, but I am using Glance. I love the aesthetic and that you can configure it with descriptive yaml files.

    But I think this is also a question you need to ask yourself: Do you want to “click together” a dashboard aka one with a nice GUI where you can configute everything (e.g. Homarr). Or rather one with config files like Glance and a bit simpler in its feature set.

  • irmadlad@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 day ago

    If going with a standalone dashboard service, which one?

    I use Homarr and find it suites my needs. However there are quite a few others out there. Homepage seems to be a popular one with loads of integrations available.

  • melroy@kbin.melroy.org
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    23 hours ago

    I use Grafana (with telegraf, Angie plugin etc.). Feel free to use any of my public available dashboards of mine: https://grafana.com/orgs/webmaster1989

    EDIT: Specially, I would like to highlight: https://grafana.com/grafana/dashboards/24461-angie-metrics/ and https://grafana.com/grafana/dashboards/21989-server-stats/

    And finally a dedicated status dashboard: https://grafana.com/grafana/dashboards/15226-melroy-s-status-dashboard/

  • frongt@lemmy.zip
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    1 day ago

    Why a dashboard for that, and not traefik or caddy or something as a reverse proxy? I have everything addressable by name.

    • idunnololz@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      Well there’s a few services that I really have no need for outside of my home so if I don’t need it, why expose it?

      • frongt@lemmy.zip
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        1 day ago

        I didn’t say anything about exposing it.

        If anything, I recommend not exposing anything but a VPN service.