Implement Caddy widget

This commit is contained in:
Simon Grimme 2023-05-15 02:12:56 +02:00
parent ef1dfc7323
commit 516423c8bd
5 changed files with 60 additions and 5 deletions

View file

@ -3,6 +3,7 @@ import audiobookshelf from "./audiobookshelf/widget";
import authentik from "./authentik/widget";
import autobrr from "./autobrr/widget";
import bazarr from "./bazarr/widget";
import caddy from "./caddy/widget";
import changedetectionio from "./changedetectionio/widget";
import channelsdvrserver from "./channelsdvrserver/widget";
import cloudflared from "./cloudflared/widget";
@ -87,6 +88,7 @@ const widgets = {
authentik,
autobrr,
bazarr,
caddy,
changedetectionio,
channelsdvrserver,
cloudflared,