openscopeproject / TrguiNG

Remote GUI for Transmission torrent daemon
GNU Affero General Public License v3.0
331 stars 39 forks source link

Feature request: Add support for clicking on magnet: links for the Web Interface #203

Open normanr opened 4 months ago

normanr commented 4 months ago

Similar to https://github.com/transmission/transmission/issues/346. The PR (https://github.com/transmission/transmission/pull/2874) could be used as a basis for adding the feature.

qu1ck commented 4 months ago

Seems useful but because the handler registration api requires secure context this limits the feature to transmission running on localhost or behind a reverse proxy with ssl termination. This leaves out users running transmission on a separate device in local network.

normanr commented 4 months ago

Seems useful but because the handler registration api requires secure context this limits the feature to transmission running on localhost or behind a reverse proxy with ssl termination. This leaves out users running transmission on a separate device in local network.

Agreed. I have my transmission behind a reverse proxy secured with a Let's Encrypt certificate, which wasn't too hard to set up, but it does require additional configuration.