This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/sottey on 2025-07-03 16:55:42+00:00.
Hey there! I have "written" an app for myself that I thought might be helpful for other self hosters.
I am often looking around at different dashboards for managing all my server links, services, etc and every time, I have to manually add my 5 servers, my 20 services, icons, etc. It's no bueno.
So I "wrote" Dashuni. It allos you to write up your homelab in a json file, then the app can use that canonical system listing to create configs for many of the dashboards out there (Dashy, GetHomepage, Homer, etc.). No muss, no fuss.
It is also easy to add a new dashboard template with the Go templating system.
Why the quotes around "wrote"? After 20+ years of slogging through code, I decided to see what this whol "vibe coding" thing is about. So I used chatGPT for some of the scaffolding as well as easing the pain of the template creation. Everything have been code reviewed and tested by a human (me). Just wanted to put that out there for transparency.
Check it out here:
https://github.com/sottey/dashuni
Let me know your thoughts on the app! I already know that people are polarized by AI assited coding, but it was an interesting experiment.