added qbittorrent
This commit is contained in:
@@ -190,6 +190,17 @@ data:
|
|||||||
icon: termix.png
|
icon: termix.png
|
||||||
href: https://termix.dooplex.hu
|
href: https://termix.dooplex.hu
|
||||||
description: Web-based Server Management
|
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:
|
- Media:
|
||||||
- AudioBookshelf:
|
- AudioBookshelf:
|
||||||
@@ -293,7 +304,7 @@ data:
|
|||||||
href: https://privatebin.dooplex.hu
|
href: https://privatebin.dooplex.hu
|
||||||
description: Pastebin
|
description: Pastebin
|
||||||
- Tandoor:
|
- Tandoor:
|
||||||
icon: tandoor.png
|
icon: tandoor-recipes.png
|
||||||
href: https://tandoor.dooplex.hu
|
href: https://tandoor.dooplex.hu
|
||||||
description: Recipe Manager
|
description: Recipe Manager
|
||||||
widget:
|
widget:
|
||||||
@@ -389,7 +400,7 @@ data:
|
|||||||
# Custom CSS
|
# Custom CSS
|
||||||
custom.css: |
|
custom.css: |
|
||||||
#information-widgets .information-widget-logo img {
|
#information-widgets .information-widget-logo img {
|
||||||
max-height: 100px !important;
|
max-height: 120px !important;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -489,6 +500,16 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: homepage-secrets
|
name: homepage-secrets
|
||||||
key: grafana-pass
|
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
|
- name: HOMEPAGE_VAR_CALIBREWEB_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user