added qbittorrent

This commit is contained in:
kisfenyo
2026-01-02 09:45:24 +01:00
parent 4797e70e7e
commit 4a535c8a67
+23 -2
View File
@@ -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: