Homeserver Dashboard
- 4 Devlogs
- 3 Total hours
A Homeserver dashboard where all containers and their website ports are stored to quickly open them.
A Homeserver dashboard where all containers and their website ports are stored to quickly open them.
Fixxed a bug where the status indicator would sometimes not be showed when hovered over the boxes for some reason. Done :)
I made the status dots feature actually work. Each card now has a dot that shows if a service is online or not. If the service works, the dot is green, if not it is red. It updates automatically every few seconds.
I used some AI help and also looked up a few things on Google to understand how to check if a website is reachable in JavaScript.
I added some UI improvements for the dashboard and the status indicators (the little dots on the cards).
At first I ran into a problem where the animation didn’t behave correctly and the status dots were not showing properly once hovered. It took a bit of testing, but I figured out that it was related to the CSS setup and how the hover/animation effects were combined.
After adjusting the everything started working as expected again.
Started working on a small internal dashboard for my Docker services. The goal is to keep everything simple and just get a clean dashboard with quick links to containers and self-hosted apps.
Most of the time went into getting a idea (even though its pretty simple now) My first version looked too plain, while another version felt way too much and for a utility page.
Current progress:
page structure finished
grid layout working
Header and live clock working
Example service cards added