Add Docker, Emby, Gotify, Jackett, and JellySeerr widgets

This commit is contained in:
Jason Fischer 2022-09-25 16:15:47 -07:00
parent 035dd25ece
commit 808e79e2ac
No known key found for this signature in database
15 changed files with 510 additions and 9 deletions

View file

@ -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,