mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
rtorrent: add SCGI port
This commit is contained in:
parent
ae05b61574
commit
e29ad3e80e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ rtorrent_port: 58575
|
||||||
rtorrent_download_rate: 10000
|
rtorrent_download_rate: 10000
|
||||||
rtorrent_upload_rate: 400
|
rtorrent_upload_rate: 400
|
||||||
rtorrent_low_diskspace: "1G"
|
rtorrent_low_diskspace: "1G"
|
||||||
|
rtorrent_scgi_port: "127.0.0.1:5000"
|
||||||
# Path configurations
|
# Path configurations
|
||||||
rtorrent_path_root: "/mnt/rtorrent"
|
rtorrent_path_root: "/mnt/rtorrent"
|
||||||
rtorrent_path_files: "{{ rtorrent_path_root }}/files"
|
rtorrent_path_files: "{{ rtorrent_path_root }}/files"
|
||||||
|
|
Loading…
Reference in a new issue