mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
add Jellyfin integration
This commit is contained in:
parent
7647d8eb4e
commit
1141401e56
3 changed files with 10 additions and 2 deletions
|
@ -7,6 +7,7 @@ import Nzbget from "./widgets/service/nzbget";
|
|||
import Docker from "./widgets/service/docker";
|
||||
import Pihole from "./widgets/service/pihole";
|
||||
import Rutorrent from "./widgets/service/rutorrent";
|
||||
import Jellyfin from "./widgets/service/jellyfin";
|
||||
|
||||
const widgetMappings = {
|
||||
docker: Docker,
|
||||
|
@ -15,6 +16,7 @@ const widgetMappings = {
|
|||
ombi: Ombi,
|
||||
portainer: Portainer,
|
||||
emby: Emby,
|
||||
jellyfin: Jellyfin,
|
||||
nzbget: Nzbget,
|
||||
pihole: Pihole,
|
||||
rutorrent: Rutorrent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue