qBittorrent icon indicating copy to clipboard operation
qBittorrent copied to clipboard

Add Guest account to WebUI (allowing only to view status of downloads without admin permissions)

Open Serj-Levonyuk opened this issue 9 months ago • 2 comments
trafficstars

Suggestion

Hey! It’d be awesome to have a Guest account option on the WebUI that just lets people check the status of downloads. I’m running a torrent client on my server for a few folks, and I don’t want to give them full admin access—just the ability to monitor what’s going on.

Use case

No response

Extra info/examples/attachments

No response

Serj-Levonyuk avatar Jan 31 '25 21:01 Serj-Levonyuk

ANNOUNCEMENT!

For anybody coming across this "Feature Request" & would like/love to see a potential implementation in the future! Here are some options available to you:

  1. Please select/click the 👍 &/orreactions in the original/opening post of this ticket.

  2. Please feel free (If you have the "skillset") to create a "Pull Request" implementing what's being requested in this ticket. (new/existing contributors/developers are always welcome)


DO:

  • Provide constructive feedback.
  • Display how other projects implemented same/similar etc.

DO NOT:

  • Add a "Bump", "me too", "2nd/3rd" etc. or "criticizing" comment(s). (These will be disregarded/hidden as "spam/abuse/off-topic" etc. as they don't provide anything constructive.)

xavier2k6 avatar May 25 '25 14:05 xavier2k6

The best way to handle this for now would be to use a reverse proxy like nginx and only allow the client to send GET and HEAD requests. You would need to handle auth in nginx as logging in requires a POST.

Piccirello avatar Jun 06 '25 02:06 Piccirello