mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 22:48:46 +00:00
Add Docker, Emby, Gotify, Jackett, and JellySeerr widgets
This commit is contained in:
parent
035dd25ece
commit
808e79e2ac
15 changed files with 510 additions and 9 deletions
|
@ -1,6 +1,10 @@
|
|||
import adguard from "./adguard/widget";
|
||||
import bazarr from "./bazarr/widget";
|
||||
import coinmarketcap from "./coinmarketcap/widget";
|
||||
import emby from "./emby/widget";
|
||||
import gotify from "./gotify/widget";
|
||||
import jackett from "./jackett/widget";
|
||||
import jellyseerr from "./jellyseerr/widget";
|
||||
import overseerr from "./overseerr/widget";
|
||||
import portainer from "./portainer/widget";
|
||||
import prowlarr from "./prowlarr/widget";
|
||||
|
@ -20,6 +24,11 @@ const widgets = {
|
|||
adguard,
|
||||
bazarr,
|
||||
coinmarketcap,
|
||||
emby,
|
||||
gotify,
|
||||
jackett,
|
||||
jellyfin: emby,
|
||||
jellyseerr,
|
||||
overseerr,
|
||||
portainer,
|
||||
prowlarr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue