Add Deluge widget

- Create semi-generic jsonrpc proxy handler
- Refactor NZBGet to use jsonrpc proxy handler

closes #190
This commit is contained in:
Jason Fischer 2022-11-23 11:51:53 -08:00
parent 92d456dbf4
commit 7266390491
No known key found for this signature in database
9 changed files with 217 additions and 42 deletions

View file

@ -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,