mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Implement uptime-kuma widget
This commit is contained in:
parent
f517d704b8
commit
c3d15a61c3
6 changed files with 160 additions and 1 deletions
|
@ -57,6 +57,7 @@ import unifi from "./unifi/widget";
|
|||
import watchtower from "./watchtower/widget";
|
||||
import xteve from "./xteve/widget";
|
||||
import immich from "./immich/widget";
|
||||
import uptimekuma from "./uptimekuma/widget";
|
||||
|
||||
const widgets = {
|
||||
adguard,
|
||||
|
@ -121,6 +122,7 @@ const widgets = {
|
|||
watchtower,
|
||||
xteve,
|
||||
immich,
|
||||
uptimekuma,
|
||||
};
|
||||
|
||||
export default widgets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue