mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
Add Deluge widget
- Create semi-generic jsonrpc proxy handler - Refactor NZBGet to use jsonrpc proxy handler closes #190
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user