mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-12-17 14:18:52 +08:00
Update config.yml
Added new remote_dir and removed unnecessary directory paths
This commit is contained in:
parent
46cac6beb4
commit
a7a541f901
1 changed files with 6 additions and 5 deletions
11
config.yml
11
config.yml
|
|
@ -3,13 +3,14 @@ qbt:
|
||||||
host: 'localhost:8080'
|
host: 'localhost:8080'
|
||||||
user: 'username'
|
user: 'username'
|
||||||
pass: 'password'
|
pass: 'password'
|
||||||
|
remote_dir:
|
||||||
|
#'Docker container path of root save directory' : 'Local path of root save directory'
|
||||||
|
#<'/container/path/data/'> : <'/host/path/data/'>
|
||||||
|
'/data/torrents/' : '/mnt/cache/data/torrents/'
|
||||||
directory:
|
directory:
|
||||||
# Do not remove these
|
# Do not remove these
|
||||||
# Cross-seed var: </your/path/here/> Ensure there is a / at the end or it won't work properly
|
# Cross-seed var: </your/path/here/>
|
||||||
cross_seed: '/your/path/here/'
|
cross_seed: '/your/path/here/'
|
||||||
movies: '/your/path/here/'
|
|
||||||
tv: '/your/path/here/'
|
|
||||||
unknown: '/your/path/here/'
|
|
||||||
# Category/Pathing Parameters
|
# Category/Pathing Parameters
|
||||||
cat:
|
cat:
|
||||||
# <File path keyword>: <Category Name>
|
# <File path keyword>: <Category Name>
|
||||||
|
|
@ -30,4 +31,4 @@ tags:
|
||||||
blutopia: Blutopia
|
blutopia: Blutopia
|
||||||
hdts: HDTorrents
|
hdts: HDTorrents
|
||||||
tv-vault: TV-Vault
|
tv-vault: TV-Vault
|
||||||
cartoonchaos: CartoonChaos
|
cartoonchaos: CartoonChaos
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue