mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 20:28:48 +00:00
add ruTorrent widget
This commit is contained in:
parent
1f3cd43bef
commit
66e7637ea6
5 changed files with 223 additions and 0 deletions
|
@ -6,6 +6,7 @@ import Emby from "./widgets/service/emby";
|
|||
import Nzbget from "./widgets/service/nzbget";
|
||||
import Docker from "./widgets/service/docker";
|
||||
import Pihole from "./widgets/service/pihole";
|
||||
import Rutorrent from "./widgets/service/rutorrent";
|
||||
|
||||
const widgetMappings = {
|
||||
docker: Docker,
|
||||
|
@ -16,6 +17,7 @@ const widgetMappings = {
|
|||
emby: Emby,
|
||||
nzbget: Nzbget,
|
||||
pihole: Pihole,
|
||||
rutorrent: Rutorrent,
|
||||
};
|
||||
|
||||
export default function Widget({ service }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue