Compare commits
1 Commits
1fe789f176
...
d599c1249f
Author | SHA1 | Date | |
---|---|---|---|
d599c1249f
|
@@ -144,6 +144,7 @@ data:
|
|||||||
|
|
||||||
apprise:
|
apprise:
|
||||||
api_url: http://localhost:8000/notify
|
api_url: http://localhost:8000/notify
|
||||||
|
notify_url: !ENV QBIT_NTFY_URL
|
||||||
|
|
||||||
webhooks:
|
webhooks:
|
||||||
error: apprise
|
error: apprise
|
||||||
|
@@ -150,6 +150,11 @@ qbittorrent:
|
|||||||
value: /app/var/activity.log
|
value: /app/var/activity.log
|
||||||
- name: QBT_LOG_LEVEL
|
- name: QBT_LOG_LEVEL
|
||||||
value: INFO
|
value: INFO
|
||||||
|
- name: QBIT_NTFY_URL
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: qbittorrent-qbit-manage-config
|
||||||
|
key: ntfy-url
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
|
Reference in New Issue
Block a user