From 4a535c8a673f47f51acb7ab0be7d9af2dae1d4f1 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Fri, 2 Jan 2026 09:45:24 +0100 Subject: [PATCH] added qbittorrent --- homepage-system/homepage.yaml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/homepage-system/homepage.yaml b/homepage-system/homepage.yaml index 28838f8..161e57f 100644 --- a/homepage-system/homepage.yaml +++ b/homepage-system/homepage.yaml @@ -190,6 +190,17 @@ data: icon: termix.png href: https://termix.dooplex.hu description: Web-based Server Management + - qBittorrent: + icon: qbittorrent.png + href: https://qbittorrent.dooplex.hu + description: Torrent + widget: + type: qbittorrent + url: http://qbittorrent.host.or.ip + username: "{{HOMEPAGE_VAR_QBITTORRENT_USER}}" + password: "{{HOMEPAGE_VAR_QBITTORRENT_PASS}}" + enableLeechProgress: true # optional, defaults to false + enableLeechSize: true # optional, defaults to false - Media: - AudioBookshelf: @@ -293,7 +304,7 @@ data: href: https://privatebin.dooplex.hu description: Pastebin - Tandoor: - icon: tandoor.png + icon: tandoor-recipes.png href: https://tandoor.dooplex.hu description: Recipe Manager widget: @@ -389,7 +400,7 @@ data: # Custom CSS custom.css: | #information-widgets .information-widget-logo img { - max-height: 100px !important; + max-height: 120px !important; width: auto !important; } @@ -489,6 +500,16 @@ spec: secretKeyRef: name: homepage-secrets key: grafana-pass + - name: HOMEPAGE_VAR_QBITTORRENT_USER + valueFrom: + secretKeyRef: + name: homepage-secrets + key: qbittorrent-user + - name: HOMEPAGE_VAR_QBITTORRENT_PASS + valueFrom: + secretKeyRef: + name: homepage-secrets + key: qbittorrent-pass - name: HOMEPAGE_VAR_CALIBREWEB_USER valueFrom: secretKeyRef: