media: fix cross-seed config for qbittorrent
This commit is contained in:
@@ -29,10 +29,11 @@ command:
|
||||
|
||||
config:
|
||||
qbittorrentUrl: "http://qbittorrent.default.svc.cluster.local:8080"
|
||||
torrentDir: "/data/torrents"
|
||||
outputDir: "/data/torrents/.cross-seed"
|
||||
linkDirs:
|
||||
torrentDir: "/qbittorrent-config/qBittorrent/BT_backup"
|
||||
dataDirs:
|
||||
- "/data/torrents"
|
||||
outputDir: null
|
||||
action: "inject"
|
||||
torznabBaseUrl: "https://api.nzbgeek.info/api"
|
||||
|
||||
secret:
|
||||
@@ -74,6 +75,9 @@ volumeMounts:
|
||||
- name: config
|
||||
mountPath: "/config/config.js"
|
||||
subPath: "config.js"
|
||||
- name: plex-data
|
||||
mountPath: "/qbittorrent-config"
|
||||
subPath: "configs/qbittorrent"
|
||||
- name: plex-data
|
||||
mountPath: "/data/torrents"
|
||||
subPath: "torrent"
|
||||
|
||||
Reference in New Issue
Block a user