I’m looking for something like Heimdall, but a little bit more lightweight, hopefully something I can just throw into my www folder. Nothing requiring Docker. Just lightweight stuff.
Try tinyhome https://github.com/bderenzo/tinyhome
Throw a few bits of info into a csv, run a bash script and it produces a html file like this demo page https://lab.bdro.fr/tinyhome/
I just have a hard coded, static html page. I edit it when anything changes. I guess I’m a Luddite.
I forked https://github.com/jeroenpardon/sui
Had to fix a few buggy things including the theming and maintain it https://gitlab.meme.beer/open-source/web-dash
Just html, so if you don’t want to run the container you can just dump it in your www folder.
Any of https://awesome-selfhosted.net/tags/personal-dashboards.html
Personally I use a static HTML page [1]. Ansible updates it automatically every time a service is added/removed.