Feature: Hoarder service widget (#4913)
Some checks failed
Docker / Linting Checks (push) Has been cancelled
Docker / Docker Build & Push (push) Has been cancelled

This commit is contained in:
Chris
2025-03-12 09:46:01 -04:00
committed by GitHub
parent bea02fc8c7
commit 544b9aef2f
9 changed files with 95 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ const components = {
grafana: dynamic(() => import("./grafana/component")),
hdhomerun: dynamic(() => import("./hdhomerun/component")),
headscale: dynamic(() => import("./headscale/component")),
hoarder: dynamic(() => import("./hoarder/component")),
peanut: dynamic(() => import("./peanut/component")),
homeassistant: dynamic(() => import("./homeassistant/component")),
homebox: dynamic(() => import("./homebox/component")),