billimek / billimek-charts

DEPRECATED - new home is https://github.com/k8s-at-home/charts
Apache License 2.0
89 stars 52 forks source link

rtorrent-flood - How does the web ui connect to rtorrent? #240

Closed windowsrefund closed 4 years ago

windowsrefund commented 4 years ago

When firing up the web interface, the user is presented with the "rTorrent Connection Type" dialog with TCP and Unix Socket options

What is the current expectation/assumption being made here in terms of workflow?

Thanks in advance

billimek commented 4 years ago

Hi @windowsrefund, I believe you need to select "Unix Socket" as the connection type and use the value /tmp/rtorrent.sock as shown below:

image

There is probably a better way to script or automate this but I haven't been able to figure it out yet.

windowsrefund commented 4 years ago

Thank you very much.