removed proxy for torrent, nzb, multi-scrobbler

This commit is contained in:
2024-09-27 23:59:42 -06:00
parent 23d69d9691
commit 2485f544fb
7 changed files with 35 additions and 66 deletions

View File

@@ -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";