mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 20:28:48 +00:00
add PiHole widget
This commit is contained in:
parent
374b99322e
commit
848bd4543c
2 changed files with 39 additions and 0 deletions
|
@ -5,6 +5,7 @@ import Portainer from "./widgets/service/portainer";
|
|||
import Emby from "./widgets/service/emby";
|
||||
import Nzbget from "./widgets/service/nzbget";
|
||||
import Docker from "./widgets/service/docker";
|
||||
import Pihole from "./widgets/service/pihole";
|
||||
|
||||
const widgetMappings = {
|
||||
docker: Docker,
|
||||
|
@ -14,6 +15,7 @@ const widgetMappings = {
|
|||
portainer: Portainer,
|
||||
emby: Emby,
|
||||
nzbget: Nzbget,
|
||||
pihole: Pihole,
|
||||
};
|
||||
|
||||
export default function Widget({ service }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue