mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Calibre web widget (#1855)
* Add widget for calibre-web with reverse-proxy auth * Add custom proxy * Get it working * Fix lint issues * Calibreweb widget: Handle empty series / authors / books * Switch to new opds stats endpoint * Remove calibre-web custom proxy handler --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
1faaa1466a
commit
4b4c63d562
5 changed files with 59 additions and 0 deletions
|
@ -6,6 +6,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";
|
||||
|
@ -103,6 +104,7 @@ const widgets = {
|
|||
azuredevops,
|
||||
bazarr,
|
||||
caddy,
|
||||
calibreweb,
|
||||
changedetectionio,
|
||||
channelsdvrserver,
|
||||
cloudflared,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue