removed proxy for torrent, nzb, multi-scrobbler
This commit is contained in:
@@ -135,14 +135,14 @@
|
||||
"qbittorrent server" =
|
||||
let
|
||||
name = "qbittorrent";
|
||||
url = "https://vnfx2cojmt7dwzcfmi73.servidos.lat";
|
||||
url = "http://192.168.1.69:9091";
|
||||
in
|
||||
{
|
||||
icon = "${name}.png";
|
||||
href = url;
|
||||
widget = {
|
||||
type = name;
|
||||
url = "http://192.168.1.69:9091";
|
||||
url = url;
|
||||
username = "{{HOMEPAGE_VAR_QBIT_USERNAME}}";
|
||||
password = "{{HOMEPAGE_VAR_QBIT_PASSWORD}}";
|
||||
};
|
||||
@@ -150,14 +150,14 @@
|
||||
"qbittorrent miniserver" =
|
||||
let
|
||||
name = "qbittorrent";
|
||||
url = "https://xfwmrle6h6skqujbeizw.servidos.lat";
|
||||
url = "http://192.168.1.100:9091";
|
||||
in
|
||||
{
|
||||
icon = "${name}.png";
|
||||
href = url;
|
||||
widget = {
|
||||
type = name;
|
||||
url = "http://192.168.1.100:9091";
|
||||
url = url;
|
||||
username = "{{HOMEPAGE_VAR_QBIT_USERNAME}}";
|
||||
password = "{{HOMEPAGE_VAR_QBIT_PASSWORD}}";
|
||||
};
|
||||
@@ -165,7 +165,7 @@
|
||||
sabnzbd =
|
||||
let
|
||||
name = "sabnzbd";
|
||||
url = "https://HSoeJdGRd2Orj0n31UGI.servidos.lat";
|
||||
url = "http://192.168.1.69:3399";
|
||||
in
|
||||
{
|
||||
icon = "${name}.png";
|
||||
|
||||
Reference in New Issue
Block a user