Merge pull request #868 from KillahB33/main

Cloudflared Widget
This commit is contained in:
shamoon 2023-01-23 19:54:34 -08:00 committed by GitHub
commit f9e27a6bb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 59 additions and 0 deletions

View file

@ -3,6 +3,7 @@ import authentik from "./authentik/widget";
import autobrr from "./autobrr/widget";
import bazarr from "./bazarr/widget";
import changedetectionio from "./changedetectionio/widget";
import cloudflared from "./cloudflared/widget";
import coinmarketcap from "./coinmarketcap/widget";
import deluge from "./deluge/widget";
import downloadstation from "./downloadstation/widget";
@ -61,6 +62,7 @@ const widgets = {
autobrr,
bazarr,
changedetectionio,
cloudflared,
coinmarketcap,
deluge,
diskstation: downloadstation,