mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-09-11 15:45:42 +08:00
Remote_dir optional parameter
This commit is contained in:
parent
56791824ac
commit
56e0294cde
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ qbt:
|
||||||
host: 'localhost:8080'
|
host: 'localhost:8080'
|
||||||
user: 'username'
|
user: 'username'
|
||||||
pass: 'password'
|
pass: 'password'
|
||||||
|
|
||||||
|
#Optional parameter to define any remote paths
|
||||||
remote_dir:
|
remote_dir:
|
||||||
#'Docker container path of root save directory' : 'Local path of root save directory'
|
#'Docker container path of root save directory' : 'Local path of root save directory'
|
||||||
#<'/container/path/data/'> : <'/host/path/data/'>
|
#<'/container/path/data/'> : <'/host/path/data/'>
|
||||||
|
|
Loading…
Add table
Reference in a new issue