RudyB / Deluge-Remote

iOS App That Remotely Controls Deluge Torrent Clients
134 stars 9 forks source link

Increased clarity in new client window #45

Closed xEsteem closed 3 years ago

xEsteem commented 3 years ago

make it clear that:

RudyB commented 3 years ago

I'll add that info as a comment in the view

jamauai commented 3 years ago

make it clear that:

  • you need to use webUI credentials as opposed to daemon
  • the port is the http port and not any deluge related server port (I.e. 80 for http, 443 for https etc)
  • the “relative path” relates to the connection url I.e. my.server.com/relative/path/

Been trying to connect to Deluge on my seedbox the past two days. Where do I find the correct relative path? Also can the hostname be IP instead?

RudyB commented 3 years ago

the “relative path” relates to the connection url I.e. my.server.com/relative/path/

Does your Deluge WebUI url have a relative path? How do you access it on a standard internet browser?

jamauai commented 3 years ago

Does your Deluge WebUI url have a relative path? How do you access it on a standard internet browser?

It's one of those click-to-install apps. The Deluge URL I was provided by the seedbox vendor looks like: user-deluge.server01.seedbox.com. No trailing path, it ends at .com and pulls up the web UI prompting me for a password.

The "Download to" folder is set to /mnt/shared/Application Data/deluge/. Would that be the relative path? If so, would it matter if there is a space in it?

I was also provided with the following:

I have the IP of my seedbox as well.

RudyB commented 3 years ago

@jamauai Port: The web interface port. hostname: user-deluge.server01.seedbox.com The relative path should be blank in your case.