Fixed qbitmanage command config
This commit is contained in:
@@ -36,13 +36,6 @@ services:
|
|||||||
PGID: "{{ media_gid }}"
|
PGID: "{{ media_gid }}"
|
||||||
UMASK: 002
|
UMASK: 002
|
||||||
TZ: "{{ timezone }}"
|
TZ: "{{ timezone }}"
|
||||||
QBT_DRY_RUN: "False"
|
|
||||||
QBT_SCHEDULE: 720
|
|
||||||
QBT_RECHECK: "True"
|
|
||||||
QBT_TAG_UPDATE: "True"
|
|
||||||
QBT_REM_UNREGISTERED: "True"
|
|
||||||
QBT_REMOVE_ORPHANED: "True"
|
|
||||||
QBT_TAG_NOHARDLINKS: "True"
|
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ data_dir }}/qbitmanage:/config"
|
- "{{ data_dir }}/qbitmanage:/config"
|
||||||
- "{{ media_storage_mnt }}/data/torrents:/data/torrents" # root_dir
|
- "{{ media_storage_mnt }}/data/torrents:/data/torrents" # root_dir
|
||||||
|
@@ -1,5 +1,12 @@
|
|||||||
commands:
|
commands:
|
||||||
share_limits: True
|
share_limits: True
|
||||||
|
dry_run: False
|
||||||
|
schedule: 720
|
||||||
|
recheck: True
|
||||||
|
tag_update: True
|
||||||
|
rem_unregistered: True
|
||||||
|
remove_orphaned: True
|
||||||
|
tag_nohardlinks: True
|
||||||
|
|
||||||
qbt:
|
qbt:
|
||||||
host: https://qbittorrent.local.mjwilson.org
|
host: https://qbittorrent.local.mjwilson.org
|
||||||
|
Reference in New Issue
Block a user