Adds widget for NextDNS

This commit is contained in:
Luis Brito 2022-12-16 14:38:48 -03:00
parent e7b0fc1419
commit fb2492e577
4 changed files with 51 additions and 0 deletions

View file

@ -17,6 +17,7 @@ import jellyseerr from "./jellyseerr/widget";
import lidarr from "./lidarr/widget";
import mastodon from "./mastodon/widget";
import navidrome from "./navidrome/widget";
import nextdns from "./nextdns/widget";
import npm from "./npm/widget";
import nzbget from "./nzbget/widget";
import ombi from "./ombi/widget";
@ -66,6 +67,7 @@ const widgets = {
lidarr,
mastodon,
navidrome,
nextdns,
npm,
nzbget,
ombi,