mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-09 09:54:41 +08:00
add speedtest-tracker integration
This commit is contained in:
@@ -8,6 +8,7 @@ import Docker from "./widgets/service/docker";
|
||||
import Pihole from "./widgets/service/pihole";
|
||||
import Rutorrent from "./widgets/service/rutorrent";
|
||||
import Jellyfin from "./widgets/service/jellyfin";
|
||||
import Speedtest from "./widgets/service/speedtest";
|
||||
|
||||
const widgetMappings = {
|
||||
docker: Docker,
|
||||
@@ -20,6 +21,7 @@ const widgetMappings = {
|
||||
nzbget: Nzbget,
|
||||
pihole: Pihole,
|
||||
rutorrent: Rutorrent,
|
||||
speedtest: Speedtest,
|
||||
};
|
||||
|
||||
export default function Widget({ service }) {
|
||||
|
||||
Reference in New Issue
Block a user