remove torznab
This commit is contained in:
parent
985d140bed
commit
1b40c07f69
1 changed files with 3 additions and 2 deletions
|
@ -35,8 +35,8 @@ spec:
|
||||||
skipRecheck: true,
|
skipRecheck: true,
|
||||||
sonarr: ["http://sonarr.default.svc.cluster.local/?apikey={{ .SONARR_API_KEY }}"],
|
sonarr: ["http://sonarr.default.svc.cluster.local/?apikey={{ .SONARR_API_KEY }}"],
|
||||||
torrentDir: "/qbittorrent/qBittorrent/BT_backup",
|
torrentDir: "/qbittorrent/qBittorrent/BT_backup",
|
||||||
// torznab: []
|
torznab: []
|
||||||
torznab: [
|
/* torznab: [
|
||||||
6, // ANT
|
6, // ANT
|
||||||
8, // BLU
|
8, // BLU
|
||||||
9, // TL
|
9, // TL
|
||||||
|
@ -44,6 +44,7 @@ spec:
|
||||||
12, // FNP
|
12, // FNP
|
||||||
14, // TD
|
14, // TD
|
||||||
].map(i => `http://prowlarr.default.svc.cluster.local/$${i}/api?apikey={{ .PROWLARR_API_KEY }}`),
|
].map(i => `http://prowlarr.default.svc.cluster.local/$${i}/api?apikey={{ .PROWLARR_API_KEY }}`),
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
dataFrom:
|
dataFrom:
|
||||||
- extract:
|
- extract:
|
||||||
|
|
Loading…
Reference in a new issue