mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 20:28:48 +00:00
add nzbget service widget
This commit is contained in:
parent
d54561cec9
commit
33cf69964a
4 changed files with 94 additions and 0 deletions
|
@ -3,6 +3,7 @@ import Radarr from "./widgets/radarr";
|
|||
import Ombi from "./widgets/ombi";
|
||||
import Portainer from "./widgets/portainer";
|
||||
import Emby from "./widgets/emby";
|
||||
import Nzbget from "./widgets/nzbget";
|
||||
|
||||
const widgetMappings = {
|
||||
sonarr: Sonarr,
|
||||
|
@ -10,6 +11,7 @@ const widgetMappings = {
|
|||
ombi: Ombi,
|
||||
portainer: Portainer,
|
||||
emby: Emby,
|
||||
nzbget: Nzbget,
|
||||
};
|
||||
|
||||
export default function Widget({ service }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue