feat: add autobrr widget

This commit is contained in:
Brandon Barker 2022-10-26 12:56:43 +02:00
parent 6d46647fc9
commit a2a5382ddb
6 changed files with 70 additions and 0 deletions

View file

@ -1,5 +1,6 @@
import adguard from "./adguard/widget";
import authentik from "./authentik/widget";
import autobrr from "./autobrr/widget";
import bazarr from "./bazarr/widget";
import changedetectionio from "./changedetectionio/widget";
import coinmarketcap from "./coinmarketcap/widget";
@ -35,6 +36,7 @@ import unifi from "./unifi/widget";
const widgets = {
adguard,
authentik,
autobrr,
bazarr,
changedetectionio,
coinmarketcap,