Skip to content

Commit

Permalink
fix: add arr to cross-seed
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Aug 20, 2024
1 parent 1c26d8d commit b9dcda7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ spec:
outputDir: "/config",
port: 80,
qbittorrentUrl: "http://qbittorrent.default.svc.cluster.local",
radarr: ["http://radarr.default.svc.cluster.local/?apikey={{ .RADARR_API_KEY }}"],
skipRecheck: true,
sonarr: ["http://sonarr.default.svc.cluster.local/?apikey={{ .SONARR_API_KEY }}"],
torrentDir: "/qbittorrent/qBittorrent/BT_backup",
torznab: [
88, // Hawke
Expand All @@ -40,5 +42,9 @@ spec:
dataFrom:
- extract:
key: cross-seed
- extract:
key: radarr
- extract:
key: sonarr
- extract:
key: prowlarr

0 comments on commit b9dcda7

Please sign in to comment.