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
2025-12-19 23:54:02 +01:00
.github/workflows Formatted code 2025-12-08 19:05:04 +01:00
src Added basic github plugin to get followers & repo stars 2025-12-19 23:54:02 +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 Add dashboard.yaml to Dockerfile for configuration 2025-10-12 23:55:23 +02:00
LICENSE Create LICENSE 2025-11-01 15:14:29 +01:00
package-lock.json Added basic github plugin to get followers & repo stars 2025-12-19 23:54:02 +01:00
package.json Added basic github plugin to get followers & repo stars 2025-12-19 23:54:02 +01:00
README.md Update README.md 2025-11-01 15:11:53 +01:00
svelte.config.js Added docker config 2025-10-12 20:38:29 +02: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