mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Added custom API widget (#1858)
* Added custom API widget * Rename custom widget to customapi --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
14b886793c
commit
fc7e73eba2
5 changed files with 92 additions and 0 deletions
|
@ -11,6 +11,7 @@ import changedetectionio from "./changedetectionio/widget";
|
|||
import channelsdvrserver from "./channelsdvrserver/widget";
|
||||
import cloudflared from "./cloudflared/widget";
|
||||
import coinmarketcap from "./coinmarketcap/widget";
|
||||
import customapi from "./customapi/widget";
|
||||
import deluge from "./deluge/widget";
|
||||
import diskstation from "./diskstation/widget";
|
||||
import downloadstation from "./downloadstation/widget";
|
||||
|
@ -109,6 +110,7 @@ const widgets = {
|
|||
channelsdvrserver,
|
||||
cloudflared,
|
||||
coinmarketcap,
|
||||
customapi,
|
||||
deluge,
|
||||
diskstation,
|
||||
downloadstation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue