qBittorrent
qBittorrent copied to clipboard
Add Guest account to WebUI (allowing only to view status of downloads without admin permissions)
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
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:
-
Please select/click the 👍 &/or ❤
reactionsin the original/opening post of this ticket. -
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.)
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.