Allows you to quickly setup a dashboard/entry point for your homelab. It provides a customizable interface allowing you to display various metrics, system statuses, and other information from your homelab services.
Find a file
dependabot[bot] 6843010054
Bump vite from 7.3.0 to 7.3.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.0 to 7.3.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.3.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-06 21:25:20 +00:00
.github/workflows Switched back to regular node image 2026-01-22 15:17:02 +01:00
src Fixed barchart bar height not being calculated correctly 2026-01-22 14:43:31 +01:00
static Improved setup 2025-10-09 20:49:58 +02:00
.dockerignore Added docker config 2025-10-12 20:38:29 +02:00
.gitignore Improved setup 2025-10-09 20:49:58 +02:00
.npmrc Improved setup 2025-10-09 20:49:58 +02:00
.prettierignore Improved setup 2025-10-09 20:49:58 +02:00
.prettierrc Improved setup 2025-10-09 20:49:58 +02:00
dashboard.yaml Updated config 2025-12-07 20:33:45 +01:00
Dockerfile Switched back to regular node image 2026-01-22 15:17:02 +01:00
LICENSE Create LICENSE 2025-11-01 15:14:29 +01:00
package-lock.json Bump vite from 7.3.0 to 7.3.2 2026-04-06 21:25:20 +00:00
package.json Bump vite from 7.3.0 to 7.3.2 2026-04-06 21:25:20 +00:00
README.md Update README.md 2025-11-01 15:11:53 +01:00
svelte.config.js Removed svelte adapter-auto dependency 2025-12-20 22:34:02 +01:00
tsconfig.json Improved setup 2025-10-09 20:49:58 +02:00
vite.config.ts Smaller code update to fix version var name 2025-10-26 17:21:49 +01:00

Modular Homelab Dashboard

This project is a modular dashboard designed for managing and monitoring a homelab environment. It provides a customizable interface to display various metrics, system statuses, and other relevant information about your homelab.

All configured in a simple yaml file with a backend to securely fetch data from your homelab services, without exposing credentials/API keys to the frontend.

Dashboard Screenshot

Visit the docs for more details