Calibre web widget (#1829)

* Add widget for calibre-web with reverse-proxy auth

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Georges-Antoine Assi 2023-08-21 12:22:15 -04:00 committed by GitHub
parent bb8ad4747c
commit 4c49767a0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 138 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import autobrr from "./autobrr/widget";
import azuredevops from "./azuredevops/widget";
import bazarr from "./bazarr/widget";
import caddy from "./caddy/widget";
import calibreweb from "./calibreweb/widget";
import changedetectionio from "./changedetectionio/widget";
import channelsdvrserver from "./channelsdvrserver/widget";
import cloudflared from "./cloudflared/widget";
@ -101,6 +102,7 @@ const widgets = {
azuredevops,
bazarr,
caddy,
calibreweb,
changedetectionio,
channelsdvrserver,
cloudflared,