mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 20:28:48 +00:00
add Tautulli widget
This commit is contained in:
parent
e72efe7fd0
commit
975f79f6cc
2 changed files with 45 additions and 0 deletions
|
@ -12,6 +12,7 @@ import Speedtest from "./widgets/service/speedtest";
|
|||
import Traefik from "./widgets/service/traefik";
|
||||
import Jellyseerr from "./widgets/service/jellyseerr";
|
||||
import Npm from "./widgets/service/npm";
|
||||
import Tautulli from "./widgets/service/tautulli";
|
||||
|
||||
const widgetMappings = {
|
||||
docker: Docker,
|
||||
|
@ -28,6 +29,7 @@ const widgetMappings = {
|
|||
traefik: Traefik,
|
||||
jellyseerr: Jellyseerr,
|
||||
npm: Npm,
|
||||
tautulli: Tautulli,
|
||||
};
|
||||
|
||||
export default function Widget({ service }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue