mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
Sabnzbd Support
This commit is contained in:
parent
eeac1200e7
commit
9d790894d5
15 changed files with 111 additions and 0 deletions
|
@ -17,6 +17,7 @@ import Overseerr from "./widgets/service/overseerr";
|
|||
import Npm from "./widgets/service/npm";
|
||||
import Tautulli from "./widgets/service/tautulli";
|
||||
import Gotify from "./widgets/service/gotify";
|
||||
import Sabnzbd from "./widgets/service/sabnzbd";
|
||||
|
||||
const widgetMappings = {
|
||||
docker: Docker,
|
||||
|
@ -36,6 +37,7 @@ const widgetMappings = {
|
|||
npm: Npm,
|
||||
tautulli: Tautulli,
|
||||
gotify: Gotify,
|
||||
sabnzbd: Sabnzbd
|
||||
};
|
||||
|
||||
export default function Widget({ service }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue