mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Add Deluge widget
- Create semi-generic jsonrpc proxy handler - Refactor NZBGet to use jsonrpc proxy handler closes #190
This commit is contained in:
parent
92d456dbf4
commit
7266390491
9 changed files with 217 additions and 42 deletions
|
@ -4,6 +4,7 @@ import autobrr from "./autobrr/widget";
|
|||
import bazarr from "./bazarr/widget";
|
||||
import changedetectionio from "./changedetectionio/widget";
|
||||
import coinmarketcap from "./coinmarketcap/widget";
|
||||
import deluge from "./deluge/widget";
|
||||
import emby from "./emby/widget";
|
||||
import gluetun from "./gluetun/widget";
|
||||
import gotify from "./gotify/widget";
|
||||
|
@ -47,6 +48,7 @@ const widgets = {
|
|||
bazarr,
|
||||
changedetectionio,
|
||||
coinmarketcap,
|
||||
deluge,
|
||||
emby,
|
||||
gluetun,
|
||||
gotify,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue