Add healthcheck widget

This commit is contained in:
Rommel Kott 2023-02-19 02:31:57 -06:00 committed by shamoon
parent 0e2b474540
commit 5def5dd508
5 changed files with 87 additions and 0 deletions

View file

@ -16,6 +16,7 @@ import gotify from "./gotify/widget";
import grafana from "./grafana/widget";
import hdhomerun from "./hdhomerun/widget";
import homebridge from "./homebridge/widget";
import healthchecks from "./healthchecks/widget";
import jackett from "./jackett/widget";
import jellyseerr from "./jellyseerr/widget";
import komga from "./komga/widget";
@ -87,6 +88,7 @@ const widgets = {
grafana,
hdhomerun,
homebridge,
healthchecks,
jackett,
jellyfin: emby,
jellyseerr,