apparently I hadn't merged this config for v6 yet

This commit is contained in:
Joseph Hanson 2024-10-29 22:20:39 -05:00
parent a56785f067
commit d9c14ff8ac
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -5,6 +5,7 @@ kind: ExternalSecret
metadata: metadata:
name: cross-seed name: cross-seed
spec: spec:
refreshInterval: 5m
secretStoreRef: secretStoreRef:
kind: ClusterSecretStore kind: ClusterSecretStore
name: onepassword-connect name: onepassword-connect
@ -17,22 +18,36 @@ spec:
module.exports = { module.exports = {
action: "inject", action: "inject",
apiKey: "{{.CROSS_SEED_API_KEY}}", apiKey: "{{.CROSS_SEED_API_KEY}}",
dataCategory: "cross-seed",
delay: 30, delay: 30,
duplicateCategories: true, duplicateCategories: false,
flatLinking: false,
includeEpisodes: true, includeEpisodes: true,
includeNonVideos: true, includeNonVideos: true,
includeSingleEpisodes: true, includeSingleEpisodes: true,
linkCategory: "cross-seed",
linkDir: "/data/nas-media/qb/downloads/complete/cross-seed", linkDir: "/data/nas-media/qb/downloads/complete/cross-seed",
linkType: "hardlink", linkType: "hardlink",
matchMode: "safe", matchMode: "safe",
outputDir: "/config", outputDir: "/config",
port: 80, port: 80,
qbittorrentUrl: "http://qbittorrent.qbittorrent.svc.cluster.local", qbittorrentUrl: "http://qbittorrent.qbittorrent.svc.cluster.local",
radarr: ["http://radarr.default.svc.cluster.local/?apikey={{ .RADARR_API_KEY }}"],
skipRecheck: true, skipRecheck: true,
sonarr: ["http://sonarr.default.svc.cluster.local/?apikey={{ .SONARR_API_KEY }}"],
torrentDir: "/qbittorrent/qBittorrent/BT_backup", torrentDir: "/qbittorrent/qBittorrent/BT_backup",
torznab: [] torznab: []
// torznab: [
// 8, // BLU
// 10, // FL
// 12, // FNP
// ].map(i => `http://prowlarr.default.svc.cluster.local/$${i}/api?apikey={{ .PROWLARR_API_KEY }}`),
}; };
dataFrom: dataFrom:
- extract: - extract:
key: cross-seed key: cross-seed
- extract:
key: radarr
- extract:
key: sonarr
- extract:
key: prowlarr