mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Merge branch 'main' of https://github.com/xicopitz/homepage
This commit is contained in:
commit
a304d87b8a
32 changed files with 597 additions and 203 deletions
|
@ -13,6 +13,7 @@ import Jellyfin from "./widgets/service/jellyfin";
|
|||
import Speedtest from "./widgets/service/speedtest";
|
||||
import Traefik from "./widgets/service/traefik";
|
||||
import Jellyseerr from "./widgets/service/jellyseerr";
|
||||
import Overseerr from "./widgets/service/overseerr";
|
||||
import Npm from "./widgets/service/npm";
|
||||
import Tautulli from "./widgets/service/tautulli";
|
||||
import Gotify from "./widgets/service/gotify";
|
||||
|
@ -31,6 +32,7 @@ const widgetMappings = {
|
|||
speedtest: Speedtest,
|
||||
traefik: Traefik,
|
||||
jellyseerr: Jellyseerr,
|
||||
overseerr: Overseerr,
|
||||
npm: Npm,
|
||||
tautulli: Tautulli,
|
||||
gotify: Gotify,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue