feat: tweaks #5658
@@ -48,6 +48,10 @@ spec:
|
|||||||
remoteRef:
|
remoteRef:
|
||||||
key: /cl01tl/qbittorrent/qbit-manage
|
key: /cl01tl/qbittorrent/qbit-manage
|
||||||
property: ntfy-url
|
property: ntfy-url
|
||||||
|
- secretKey: config.yml
|
||||||
|
remoteRef:
|
||||||
|
key: /cl01tl/qbittorrent/qbit-manage
|
||||||
|
property: config.yml
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1
|
||||||
|
|||||||
@@ -349,8 +349,8 @@ qbittorrent:
|
|||||||
subPath: update.sh
|
subPath: update.sh
|
||||||
qbit-manage-config:
|
qbit-manage-config:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: configMap
|
type: secret
|
||||||
name: qbit-manage-config
|
name: qbittorrent-qbit-manage-config
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
qbit-manage:
|
qbit-manage:
|
||||||
init-copy-config:
|
init-copy-config:
|
||||||
|
|||||||
@@ -134,8 +134,8 @@ data:
|
|||||||
--silent \
|
--silent \
|
||||||
--write-out '%{http_code}' \
|
--write-out '%{http_code}' \
|
||||||
-H "Authorization: Bearer ${NTFY_TOKEN}" \
|
-H "Authorization: Bearer ${NTFY_TOKEN}" \
|
||||||
-H "X-Priority: 5" \
|
-H "X-Priority: 3" \
|
||||||
-H "X-Tags: warning" \
|
-H "X-Tags: completed" \
|
||||||
-H "X-Title: Talos Backup Prune Success for ${TARGET}" \
|
-H "X-Title: Talos Backup Prune Success for ${TARGET}" \
|
||||||
-d "$MESSAGE" \
|
-d "$MESSAGE" \
|
||||||
${NTFY_ENDPOINT}/${NTFY_TOPIC}
|
${NTFY_ENDPOINT}/${NTFY_TOPIC}
|
||||||
|
|||||||
@@ -124,7 +124,8 @@
|
|||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"excalidraw/excalidraw",
|
"excalidraw/excalidraw",
|
||||||
"searxng/searxng",
|
"searxng/searxng",
|
||||||
"d3fk/s3cmd"
|
"d3fk/s3cmd",
|
||||||
|
"ghcr.io/linuxserver/lidarr"
|
||||||
],
|
],
|
||||||
"addLabels": [
|
"addLabels": [
|
||||||
"automerge"
|
"automerge"
|
||||||
|
|||||||
Reference in New Issue
Block a user